Hello!
I am editing my own DarkRP server and I have a couple of questions:
1. How do I make different ranks so for example only Trusted members can play as one job?
2. What addons should I install?
3. I need some more shipments, but I don't get it - for the default weapons from CS:S, such as P90, MP5 etc. do I need to put these inside the entities/weapons/ folder?
4. Is there somewhere a list of jobs someone has made (I just lack ideas, I have the basic one, Police and such, but it's a total of six jobs only. I don't want "Super killer agent" or "Bounty hunter"; just some more jobs!
5. Where do I change the amount of money players start with?
Thanks!
First off, install ULX then make your OWN jobs, not some crappy ones someone made in 5 minutes. Actually THINK about what jobs you what and what they will do. For the money thing, you press F4 while in the server and go to the admin tab, you scroll down until your find rp_startingmoney or something like that in the bottom part of the tab. (Where it has the sliders.) For the shipments, you have to add them into the entities/weapons folder then go to the folder named "gamemode" and find "addentities.lua' then add this code under where it says "AddCustomShipment" for each shipment:
AddCustomShipment("Sniper rifle", "models/weapons/w_snip_g3sg1.mdl", "ls_sniper", 3750, 10, false, nil, false, {TEAM_GUN})
Then replace the the text inside the quotations marks with your weapons.
[QUOTE=All0utWar;32541800]First off, install ULX then make your OWN jobs, not some crappy ones someone made in 5 minutes. Actually THINK about what jobs you what and what they will do. For the money thing, you press F4 while in the server and go to the admin tab, you scroll down until your find rp_startingmoney or something like that in the bottom part of the tab. (Where it has the sliders.) For the shipments, you have to add them into the entities/weapons folder then go to the folder named "gamemode" and find "addentities.lua' then add this code under where it says "AddCustomShipment" for each shipment:
AddCustomShipment("Sniper rifle", "models/weapons/w_snip_g3sg1.mdl", "ls_sniper", 3750, 10, false, nil, false, {TEAM_GUN})
Then replace the the text inside the quotations marks with your weapons.[/QUOTE]
Thanks, yea, I know how to add shipments, but I mean, like P90 which isn't by default in the entities, do I have to create an folder and code the weapon and put in entities/weapons?
I make my own jobs, but how do I assign only certain user to be able to select that job?
Yes, you just have to code the weapon OR download one and then just add the folder with the shared.lua inside and put it in the entities/weapons folder.
[QUOTE=All0utWar;32546252]Yes, you just have to code the weapon OR download one and then just add the folder with the shared.lua inside and put it in the entities/weapons folder.[/QUOTE]
Great, thanks!
But about trusted member jobs: I make my own jobs, but how do I assign only certain user to be able to select that job?
Use Lua, as for the jobs, find the function where the player joins the job and check their rank.
[QUOTE=Chessnut;32549850]Use Lua, as for the jobs, find the function where the player joins the job and check their rank.[/QUOTE]
And depending if their rank is for example 2, show Trusted jobs in the jobs list?
It was a question? How do I make jobs only Trusted Members?
Sorry, you need to Log In to post a reply to this thread.