-
Posts
1,388 -
Joined
-
Last visited
-
Days Won
13
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by NooBlet
-
check for update 1.1.0
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Changed Status from Pending to Not a Bug
-
Please supply error in console when loading or trying to load plugin
-
morning yes im not willing to respond with code to help you change the plugin ... but i am willing to add in function to do this via config ...
-
Version 1.3.4
161 downloads
CarHeist adds a Modulercar with a TimedCrate, that can only be hacked whiles driving ,to your server Permissions CarHeist.use - gives the ability to a player to use spawn command Chat Commands /smc -- spawns a Heist Car Console commands startheist -- spawns heist car at random monument Config { "1. Auto spawn Cars": true, "2. Hack time in minutes (Clamped between 1 and 15)": 10.0, "3. Use Armoured Cockpit": false, "4. Use Armoured Passanger seats": false, "5. Time between hacking broadcasts (in seconds)": 60.0, "6. Dont hack in Safezone or Building Privlidge": true, "7. Drop Hack Crate if Car Breaks": true, "8. Allow players do access Fuel Storage": false, "9. Time to keep broadcasts on screen (in seconds)": 2, "A. The amount your server convar 'hackablelockedcrate.requiredhackseconds' is set to (in seconds)": 900.0 "B. Minimum distance to travel in check to hack (deltatime speed)": 5.0 } Lang File { "NoPerm": "You dont have Permission to use this command", "CarSpawn": "Heist Car Spawned at ", "CarHacked": "A Player is Hacking Heist Car at ", "CarFullHacked": "Heist Car Fully Hacked at ", "CarPlayerSpawned": "Heist Car spawned by <color=green>{playername}</color> at " } Current AutoSpawn Monuments Outpost Launch Site Missile Silo Water Treatment Trainyard Power Plant Military Tunnels Ferry Terminal Excavator Airfield Both Harbors Dome Radtown Bandit Camp Desert Military Base Arctic Research Base More to be added soon AutoSpawn the auto spawn will spawn a car at a random monument every time CargoShip Spawns and will announce to server if that car is still there at next cycle it will be deleted and spawn a new one at random monument again Credits @Chill Roleplay and the Chill Roleplay Servers for the original idea Me Trying the plugin and failing$10.00- 20 comments
- 2 reviews
-
- 2
-
-
- #car
- #car heist
-
(and 3 more)
Tagged with:
-
- 51 comments
-
- #vendingmachine
- #vending
-
(and 2 more)
Tagged with:
-
Version 1.0.1
43 downloads
CustomCommandUI is a Plugin to list commands players can use in a nice UI Every forgot commands as Admin or Mod ? This is our solution to this problem Note!! Commands listed in Config can be filtered by usergroup to allow different groups to use different commands players will only be able to use command if they have original permission for that command from that plugin there are 2 types of parameters 1. playerselect (opens the player select menu) 2.textinput (opens text input menu) and 4 parameter max Single chat commands should look like this { "Command": "chat.say /mytime", "Command Display Name": "test", "Command Usergroup Requirement": [ "admin", "mod", "tempmodname", "tempmod" ], "Paramater 1": null, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null } Permissions CustomCommandUI.use - allow players to open UI Commands /ccui - opens Commands UI (we like to bind it for quick use Ex. " bind f9 chat.say /ccui") Example Config { "Commands": [ { "Command": "jail", "Command Display Name": "Jail Player", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": { "paramatertype": "textinput", "paramatername": "Time To Jail" }, "Paramater 3": { "paramatertype": "textinput", "paramatername": "Jail Reason" }, "Paramater 4": null }, { "Command": "unjail", "Command Display Name": "UnJail Player", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "pinfo", "Command Display Name": "Player Info", "Command Usergroup Requirement": [ "admin", "mod", "testmodname" ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "chair", "Command Display Name": "Chair Player", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "unchair", "Command Display Name": "UnChair Player", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "resetheli", "Command Display Name": "Reset Heli", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "addtotc", "Command Display Name": "Add To Tc", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "addtolock", "Command Display Name": "Add To Lock", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "codelock", "Command Display Name": "Codelock Info", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": null, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "tptobase", "Command Display Name": "TPtoBase", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "tc", "Command Display Name": "TeamChat", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": { "paramatertype": "textinput", "paramatername": "Message To Send" }, "Paramater 3": null, "Paramater 4": null } ] }$5.00 -
- 143 comments
-
- #red button
- #button
-
(and 2 more)
Tagged with:
-
- 143 comments
-
- #red button
- #button
-
(and 2 more)
Tagged with:
-
Changed Status from Work in Progress to Gremlins
-
- 143 comments
-
- #red button
- #button
-
(and 2 more)
Tagged with:
-
- 143 comments
-
- #red button
- #button
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Work in Progress
-
- 143 comments
-
- #red button
- #button
-
(and 2 more)
Tagged with:
-
good ill make a debug set to add to your server to pickup where the null is comming from ...... as its not hppening myside ... will DM you a copy when i get back from work in 9hours..... then all i need is a copy of the error happening again
-
morning . please supply me with your config ..... oxide version ..... map type ...... . and let see wats up
-
dude answer the question .... the error alone is not helpful ..... i need more info
-
Changed Status from Not a Bug to Closed
-
Changed Status from Pending to Not a Bug
