I was wondering if i could get an answer to the following questions:
1.) Salary spams all players, meaning they gain about 1 mil in 2 minutes... Is everyone experiencing this? Is it just the update?
2.) Whats the base code to create custom vehicles to appear in the entities menu?
3.) How would i go about making donator jobs/entities with ulx now? ive tried the default code for detecting donators with jobs, and it just makes no jobs show in the f4 menu.
4.) Is there a working keypad cracker?
All help and support is very much appreciated.
1.) It should be fixed if you have the latest DarkRP update?
2.) [code]How to add custom vehicles:
FIRST
go ingame, type rp_getvehicles for available vehicles!
then:
AddCustomVehicle(<One of the vehicles from the rp_getvehicles list>, <Model of the vehicle>, <Price of the vehicle>, <OPTIONAL jobs that can buy the vehicle>)
Examples:
AddCustomVehicle("Jeep", "models/buggy.mdl", 100 )
AddCustomVehicle("Airboat", "models/airboat.mdl", 600, {TEAM_GUN})
AddCustomVehicle("Airboat", "models/airboat.mdl", 600, {TEAM_GUN, TEAM_MEDIC})
[/code]
3.) If you follow the guide on the gamemode's website, they will show.
4.) I don't know.
ms333 obviously hasn't been around DarkRP for a long time.
Fix to problem 1. The recent update broke a couple of things which is causing a lot of problems. The fix to the payday spam is this; [url]https://github.com/ColonelThirtyTwo/GM-Improvements[/url] . Just download that and put it into your addons folder as is.
[QUOTE=koz;38288502]ms333 obviously hasn't been around DarkRP for a long time.
Fix to problem 1. The recent update broke a couple of things which is causing a lot of problems. The fix to the payday spam is this; [url]https://github.com/ColonelThirtyTwo/GM-Improvements[/url] . Just download that and put it into your addons folder as is.[/QUOTE]
I read about the thing on github, but my server has been for several reasons and I haven't been able to test it out.
[QUOTE=ms333;38288597]I read about the thing on github, but my server has been for several reasons and I haven't been able to test it out.[/QUOTE]
That's the old format for custom vehicles though? Do they still work or no?
[editline]2nd November 2012[/editline]
[QUOTE=koz;38288502]ms333 obviously hasn't been around DarkRP for a long time.
Fix to problem 1. The recent update broke a couple of things which is causing a lot of problems. The fix to the payday spam is this; [url]https://github.com/ColonelThirtyTwo/GM-Improvements[/url] . Just download that and put it into your addons folder as is.[/QUOTE]
Would this fix the property tax spam aswell?
And for number 3? Donator jobs?
Sorry, you need to Log In to post a reply to this thread.