Jump to content

UserLeftRust

Member
  • Posts

    450
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by UserLeftRust

  1. You removing the slash in the config values?
  2. Je peux l'ajouter mais VL fait apparaître le véhicule sur la tête du PNJ, donc je dois trouver une alternative
  3. J'ai ajouté HumanNPC pour tester, mais cela ne fonctionne pas, les véhicules apparaissent sur la tête du PNJ et le tue Je vais jouer un peu plus!
  4. RustyBangers n'a pas cette fonctionnalité. ils doivent utiliser une version personnalisée de HumanNPC ou similaire. Il y aura bientôt une mise à jour peut-être que je pourrai ajouter la fonctionnalité HumanNPC alors.
  5. UserLeftRust

    error

    Changed Status from Pending to Closed Changed Fixed In to 1.0.6
  6. UserLeftRust

    error

    hopefully sorted.. can you try 1.0.6 for me and reopen this if the problem isnt sorted
  7. UserLeftRust

    error

    bottom.... okay.. let me try my version out a bit more and i'll push it tomorrow (11:30pm at the mo)
  8. UserLeftRust

    error

    Its hard to reproduce.. have a feeling that it was some timing issue.. something not firing off correctly.. was this around boot? Have a possible fix that I'm testing my end before posting anyway.
  9. https://discord.gg/FbC36Ta Click that to join codeflings discord and I'll catch you there
  10. You click share link.. then it should change to copy link... Which then shows the link at the bottom of the page.. Are you on discord at all?
  11. feel free to bug me if you need anything else
  12. bit of a silent movie.... I hope... otherwise its the wife in the background bipping shit but.. the process you'll see 1. Upload to to drop box, 2. create and copy link, 3. change dl=0 to dl=1, 4. go to GD and click config files, and edit start.bat, 5. in custom command add +levelurl "Dropboxlinkwithdl=1" 6. save and start server etc etc.... i pressed cancel because.... its not my server
  13. Fantastic.. if you can wait a little bit.. got school run to do.. but I'll make a vid to show you how..
  14. Start at the begining... Who are you hosting with?
  15. I will have a look, but in future could you please post support queries in the support tab otherwise we don't get a ping to inform us that there is an issue.
  16. UserLeftRust

    Key binding

    yeah... Its a shame.... you can bind a key to do any command in chat or via in game console, for instance Backpacks has the command backpack.open which if you fire off in F1 console will open the backpack. You can then bind it yourself to a key with bind b backpack.open you could also use in game console to send a chat command with chat.say which again you can bind to a key bind b chat.say /backpack. Unfortunately the ability to make a plugin register a keybind was taken away from us in April 2017 because of some malicious plugins that where going around. Would of loved to force a bind to key 7... It just makes sense but alas I don't have the power
  17. UserLeftRust

    Key binding

    Changed Status from Pending to Not a Bug
  18. UserLeftRust

    Key binding

    Unfortunately Plugins can no longer bind keys.. this was something that changed a year or so ago... which to be honest is gutting!
  19. UserLeftRust

    Is it bug

    Changed Status from Pending to Closed Changed Fixed In to 1.0.4
  20. UserLeftRust

    Is it bug

    Try 1.0.4 for me I believe we caught the errors
  21. There is a version.. but it's private haha
  22. Changed Status from Pending to Not a Bug
  23. Version 1.0.0

    789 downloads

    ComTimer is a plugin that runs console commands after an amount of time. Good for automating events quickly and easily Set the commands you want to run into the config list. Set a timer upper limit and a timer lower limit and the plugin will pick a number between and countdown... on completion it will run a command from the list and start the whole process over again. any command that you can run in rcon you can run with this. Configuration Default configuration is as follows: { "Command List": [], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 } Setting a single command: { "Command List": ["say Welcome to the server"], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 } Setting more then one command: { "Command List": ["say Welcome to the server","callheli","giveall scrap 1"], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 } Works well with plugins like CustomHeliTiers if the plugin doesn't have its own spawn timer: { "Command List": ["callheli 1","callheli 2","callheli 3","callheli 4","callheli 5","callheli 6"], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 }
    Free
  24. yeah this was a quick plug creation on request... i'll add more functionality over the next few days... add color to the config and if it should be open by default of closed by default etc... Glad your enjoying it
  25. Version 1.0.1

    784 downloads

    NameCheck checks a players name to see if it contains part of the config list and then kicks the player with a custom message. Prevent players advertising on your server with their display name. Configuration Default config looks like this { "Names": [], "Kick Message": "Change your name to enter this server" } For a single entry input it in quotations like this { "Names": [".com"], "Kick Message": "Change your name to enter this server" } For multiple entries enter them separated with a comma { "Names": [".com",".gg","skins"], "Kick Message": "Change your name to enter this server" } Just enter values, reload and forget about it. Make sure all entries are in Lower Case.
    Free

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
3m
Total downloads
Customers
12k
Customers served
Files Sold
170.8k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.