• Adding Custom Jobs
    4 replies, posted
Can somebody please finally post a solid thread on how to create jobs? Which files do we edit? etc. Also, how can I get the Counter-Strike: Source guns to be able to be sold by a gun dealer? I have all of the shipments, but how I can i get the guns just by themselves?
-Snip-
what gamemode are you talking about?
Probably Dark RP
Darkrp Right? Here's a guide for the jobs: [url]http://www.facepunch.com/showpost.php?p=15467722&postcount=99[/url] Getting a gun to be sold separate: Here's a shipment of 10 AKs: [code]AddCustomShipment("AK47", "models/weapons/w_rif_ak47.mdl", "weapon_ak472", 4000, [b]10[/b], [b]false[/b], 0, [b]false[/b], {TEAM_GUN, TEAM_ADMIN})[/code] Notice the 10 and how it says false and false? Here's the code for 1 AK47: [code]AddCustomShipment("AK47", "models/weapons/w_rif_ak47.mdl", "weapon_ak472", 400, [b]1[/b], [b]true[/b], 0, [b]true[/b], {TEAM_GUN, TEAM_ADMIN})[/code] It has a 1 and 2 trues, this will only spawn 1 ak47 instead of 10. (I'd recommend guns like shotguns, snipers, and aks only be spawnable in shipments to prevent minges but whatever. Also tell me if this is wrong its after 12:00 and Im tired.)
Sorry, you need to Log In to post a reply to this thread.