-
Posts
66 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Žéŧ
-
Version 1.0.2
3 downloads
About Five Stars Hotel Modern Store is a spectacular prefab that enhances your Custom Map With a modern, bold and exclusive style, an architecture that values glass and concrete, this shopping mall has everything you need. Features - Large social lounge - Panoramic elevator - Helipad on the terrace - Bar and restaurant - Nightclub with music stage - Game room - Private parking - 28 vending machines, including 2 paper ones for your ATM - Drone vending machine - All machines and work tables in one place - 8 cameras that monitor the main locations - Lighting in all environments - and much more... All you need to do is configure your NPCs and the service is complete. Video Enjoy your stay! For bugs and orders feel free to contact me here or on discord.$16.95 -
Good afternoon. I really like this plugin, congratulations. I would like to know if there is any code so that I can place a QRC image in PNG 120x120px aligned to the right and at half height of the home page. Thank you for your attention.
-
I hope I am helping those who have the paid plugin like me and like it. In addition to the change suggested above, I also made this change provided by chatgpt, keeping the "_buoyancy.SavePointData(false)" and, for me, it is working fine: private void InitBuoyancy() { _buoyancy = _snowmobile.gameObject.AddComponent<Buoyancy>(); _buoyancy.forEntity = _snowmobile; _buoyancy.rigidBody = _rigidbody; _buoyancy.doEffects = true; _buoyancy.requiredSubmergedFraction = 0f; _buoyancy.useUnderwaterDrag = true; _buoyancy.underwaterDrag = 30f; var points = new BuoyancyPoint[config.BuoyancyPoints.Length]; parentPoint = new GameObject("buoyancy"); for (var i = 0; i < points.Length; i++) { var go = new GameObject($"buoyancyPoint_{i}"); go.transform.SetParent(parentPoint.transform, false); go.transform.localPosition = config.BuoyancyPoints[i].Position; var point = go.AddComponent<BuoyancyPoint>(); point.buoyancyForce = config.buoyancyForce; point.size = config.BuoyancyPoints[i].Size; points[i] = point; } parentPoint.transform.SetParent(_snowmobile.transform, false); parentPoint.transform.localPosition = new Vector3(0.046f, -0.15f, -0.853f); _buoyancy.points = points; // Fixing the error by passing the boolean value to SavePointData _buoyancy.SavePointData(false); // Use true ou false dependendo da lógica desejada. }
-
Good evening. I also have the same problem, I have already deleted the mentioned file and the Image Library version is the current one (2.0.62) and the problem persists, what do I do? Thank you for your attention.
-
-
-
Good afternoon. After the Halloween update, the Simple Stats plugin started to present the problem below. Thank you for your attention. (20:59:19) | Failed to call hook 'OnServerInitialized' on plugin 'SimpleStats v1.3.2' (ArgumentNullException: Value cannot be null. Parameter name: source) at System.Linq.OrderedEnumerable`2[TElement,TKey]..ctor (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Collections.Generic.IComparer`1[T] comparer, System.Boolean descending, System.Linq.OrderedEnumerable`1[TElement] parent) [0x00016] in <a314714511a14f84b853c03efd8682b8>:0 at System.Linq.Enumerable.OrderByDescending[TSource,TKey] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector) [0x00000] in <a314714511a14f84b853c03efd8682b8>:0 at Oxide.Plugins.SimpleStats.CreatePlayerPanels () [0x00000] in <7bc412c149e0453c9461b65c6729105a>:0 at Oxide.Plugins.SimpleStats.CacheData () [0x00027] in <7bc412c149e0453c9461b65c6729105a>:0 at Oxide.Plugins.SimpleStats.OnServerInitialized () [0x00132] in <7bc412c149e0453c9461b65c6729105a>:0 at Oxide.Plugins.SimpleStats.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00166] in <7bc412c149e0453c9461b65c6729105a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
-
- 236 comments
-
The plugin I purchased has a problem, the developer disappeared
Žéŧ replied to Žéŧ's topic in Site Support
Could you please give me a discount on "Shop UI 1.2.61" as a refund? I live in Brazil and the dollar is very expensive for us, which makes it impossible to acquire good plugins like yours. Thank you for your attention. -
The plugin I purchased has a problem, the developer disappeared
Žéŧ replied to Žéŧ's topic in Site Support
Good afternoon. Thank you for your attention. The only proof of purchase I have for this plugin is the fact that it has been released for download. -
-
I have a custom map, in the wipe I had to adjust the rocks and in some lakes that were on the map I had to put the "ocean topology" so that they would work away from the beaches because the modification of world2 broke the lakes. In this map I noticed that, where I put the "ocean topology", the plugin works normally. Maybe this will help...
-
-
-
The plugin I purchased has a problem, the developer disappeared
Žéŧ replied to Žéŧ's topic in Site Support
I will request my money back... How do I request my money back? -
Good afternoon, the plugin "JatSki" has had a problem since the last wipe: "JetSki - Failed to compile: There is no argument given that corresponds to the required parameter 'forced' of 'Buoyancy.SavePointData(bool)' | Line: 572, Pos: 27" I paid for the plugin, what do I do now? Thank you for your attention