-
Posts
1,266 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by NooBlet
-
do you own payback ? and what platform are you useing . oxide,harmoney ,umod or carbon
-
Can i get m9re details . Please ..... one the error c9de dont look familier . Ate you useing oxide ? . What version of payback do you have
-
-
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
- 1 reply
-
- 1
-
-
-
-
- 190 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
Version 1.3.0
57 downloads
Adds UAV Function to in game Drones All that needs to be done is set Drone Identifier to " UAV" and then something unique ex. "UAVnoob" (Can be Changed via config) remember you don't want others to control your drone NOTE: all other RemoteConnections with the identifier starting with your prefix will be removed when leaving computerstation so when you open ComputerStation , all your teammates(and your own) drones with the UAV in identifier will be displayed, and when you have the perms the drone will ping all players near it(other players red and teammates green,NPC purple) 😄 UI to see Direction and buttons to toggle pings Remote UAV . you need a RFtransmitter and a Computer station in inventory then setting RF to FREQ 9992 (to be config soon) will remote deploy computerstation. Permissions UAVDrone.silent - Players with this permission can use function to not alert pinged players UAVDrone.admin - Players with this permission dont show up on pings UAVDrone.use - Players with this permission can use UAV ability UAVDrone.npc - allows players to ping Scientists CONFIG { "CustomSoundPrefab": "assets/bundled/prefabs/fx/invite_notice.prefab", "DroneRange": 5000.0, "IdentifierPrefix": "UAV", "Pingfrequency": 9.0, "PingPlayersinsidebases": true, "PingRange": 150.0, "PlayPingSound": true, "UseCustomSound": false, "UsePluginDroneLightSystem": true } LANGUAGE FILE { "Pinged": "You are being <color=red>Pinged</color> by a UAV Drone!!!!" } Videos Preview$5.00 -
- 51 comments
-
- 1
-
-
- #vendingmachine
- #vending
-
(and 2 more)
Tagged with:
-
- 51 comments
-
- #vendingmachine
- #vending
-
(and 2 more)
Tagged with:
-
- 51 comments
-
- #vendingmachine
- #vending
-
(and 2 more)
Tagged with:
-
- 51 comments
-
- 1
-
-
- #vendingmachine
- #vending
-
(and 2 more)
Tagged with:
-
Version 1.0.6
12 downloads
My Beacon is small beacon plugin that shows your items across map to you ModulerCars needs to be edited to become players car on a Garage lift. rest On first mount . Each beacon has its own permission to use. Current Beacons Available: Minicopters Teammates Horses Last Death submarines Boats Modulercars Drones Config { "ArrowHeadSize": 3.0, "ArrowHeight": 25.0, "ArrowHeightFromGround": 3.0, "Colors": { "GridDayColor": "blue", "GridNightColor": "yellow", "NameDayColor": { "a": 1.0, "b": 1.0, "g": 0.0, "grayscale": 0.114, "maxColorComponent": 1.0, "r": 0.0 }, "NameNightColor": { "a": 1.0, "b": 1.0, "g": 1.0, "grayscale": 1.0, "maxColorComponent": 1.0, "r": 1.0 } }, "DisplayTime": 30.0, "NightEndTime": 9, "NightStartTime": 20, "TextSize": 18 } Commands /mymini - Shows all minicopters that you have /myteam - Shows current teammates /mydeath - Show last death location /myhorse - Show all horses belonging to you /myboat - Show all boats belonging to you /mysub - Show all Subs belonging to you /myvehicle - shows all Cars belonging to you /mydrone - shows all Drones beloning to you Future Beacons Train Carts$1.50 -
- 143 comments
-
- 3
-
-
- #red button
- #button
-
(and 2 more)
Tagged with:
-
-
-
-
-
Changed Status from Work in Progress to Closed
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
yes but only for few sec then it should be removed ... it to protect players if box exploit punish will happen ..... ill move the check down abit to only happen if punish is going to happen
-
Version 1.3.7
295 downloads
Extra VendingMachine adds a vending machine at a monument with custom items to be added via a config All items has a refill timer . Setting it at 0 disables the timer for that item (time in seconds) Permission ExtraVendingMachine.use - if config is set to true this is needed from player to use vending machine Chat Commands (admin only) /monpos - Outputs to console monument correction pos of player pos /movevending <amount(can be desimal)> - moves vending machine in player look direction by amount and outputs new correction for config , if amount not entered 0.1 will be used /rotatevending <degree> - rotates vending and updates config so first use monpos to add monument setup to config . save config and reload plugin from this point moving and rotating vending machine will update automaticly to config Config file example item to buy will be the item sold to client item to sell will be what player pays for the buyitem so in this example itemtobuy is 5.56 ammo and itemtosell is scrap vending machine is selling ammo for scrap max stock is amount of ammo in vending machine to sell NOTE : only first 7 sellorders will be listed in vending machine NOTE: you cant have same item sold multiple times as sell orders that will break the stock logic (ItemToBuy must be different in each sellorder) { "Use Permission to access Vending machine": false, "Use second VendingMachine?": true, "Shop 1 Name": "The Awesome Shop 1", "VendingMachine 1 Monument PrefabName": "assets/bundled/prefabs/autospawn/monument/medium/compound.prefab", "VendingMachine 1 SkinID": 0, "VendingMachine 1 Sell Orders": [ { "ItemToBuy": 223891266, "ItemSkinID": 3385529905, "ItemName": "goNoob", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 200, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": -1442559428, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 50, "MaxStock": 10, "Refilltime": 600, "RefillAmount": 1 }, { "ItemToBuy": -148794216, "ItemSkinID": 1390752238, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 200, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": -1211166256, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 128, "ItemToSell": -932201673, "ItemsellAmount": 100, "MaxStock": 10000, "Refilltime": 1500, "RefillAmount": 128 }, { "ItemToBuy": -1003665711, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 500, "MaxStock": 20, "Refilltime": 0, "RefillAmount": 5 }, { "ItemToBuy": 602628465, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 100, "MaxStock": 50, "Refilltime": 300, "RefillAmount": 10 }, { "ItemToBuy": 1545779598, "ItemSkinID": 3419625573, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 5000, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 } ], "VendingMachine 1 Spawn Correction": { "x": -2.5, "y": 0.0, "z": 7.0 }, "VendingMachine 1 Spawn Rotation": 0.0, "Shop 2 Name": "The Awesome Shop 2", "VendingMachine 2 Monumnet PrefabName": "assets/bundled/prefabs/autospawn/monument/medium/bandit_town.prefab", "VendingMachine 2 SkinID": 0, "VendingMachine 2 Sell Orders": [ { "ItemToBuy": 223891266, "ItemSkinID": 832577120, "ItemName": "hole", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 1000, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": 573676040, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 500, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": -1651220691, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 500, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": 1545779598, "ItemSkinID": 3419563010, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 5000, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 } ], "VendingMachine 2 Spawn Correction": { "x": -3.94, "y": 1.75, "z": 29.75 }, "VendingMachine 2 Spawn Rotation": 180.0 }$6.00- 51 comments
- 1 review
-
- #vendingmachine
- #vending
-
(and 2 more)
Tagged with: