Jump to content

Žéŧ

Member
  • Posts

    66
  • Joined

  • Last visited

Everything posted by Žéŧ

  1. Žéŧ

    Modern Store

    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
  2. 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.
  3. Good afternoon. It's good that "ElevatorMovement.cs" is working, customers appreciate it, but it's not 100% because the elevator is not rotating like before, I think there must be a problem with "entity.transform.Rotate". Is there any solution for this? Thank you for your attention.
  4. Good afternoon. It's giving an error: WPKits - Failed to compile: There is no argument given that corresponds to the required parameter 'includeNetworkData' of 'Effect.Clear(bool)' | Line: 432, Pos: 19
  5. Is the Ski Lift plugin working? Tks
  6. Žéŧ

    Jet Ski

    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. }
  7. Hello good afternoon. The plugin "ElevatorMovement.cs" is not working. Grateful for the attention.
  8. 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.
  9. Žéŧ

    Npc Spawn

    true, it's for today's wipe...
  10. Žéŧ

    Npc Spawn

  11. Žéŧ

    Land Flood

    Good evening, but I'm sorry to inform you that where I put the ocean topology in my custom map, forests and other vegetation are causing problems...
  12. Žéŧ

    Shop UI

  13. Žéŧ

    Welcome Panel

    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
  14. Good afternoon. Could you please tell me if it is possible to randomly place maps with sizes other than 4500? Thank you for your attention. Like this: "Maps": [ "3200_50000", "3800_35410840", "4000_4206913", "4500_1216151088" ]
  15. Bradley Guards clash with Bradley Monument...
  16. 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.
  17. 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.
  18. Žéŧ

    Land Flood

    That's what I did, I edited the lowest parts, according to the height configured in storm, of my custom map with "ocean topology" and I'm running like this. Thank you for your attention.
  19. Žéŧ

    Land Flood

    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...
  20. Žéŧ

    Land Flood

    Wow, how annoying, the rivers are like that too, but you can swim in the rivers and you drown. Thanks for the information.
  21. Žéŧ

    Land Flood

    Plugin issues. The water level rises but the water does not fill the space.
  22. I will request my money back... How do I request my money back?
  23. 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
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.