Gun dealer

Post Reply
zman9300
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Sep 16, 2014 5:14 pm

Gun dealer

Post by zman9300 »

Hello i recently created my server. I was wondering how i make it so when i do allowed and team gun and all that and seperate the gun noone else can spawn the shipment but for some reason any job can spawn the seperate weapon. How do i make it so only gun dealer can spawn single weapon. Thanks
theRadAleks
This is my homepage
This is my homepage
Posts: 203
Joined: Wed Feb 19, 2014 6:07 pm
Location: Dallas, TX

Re: Gun dealer

Post by theRadAleks »

Go to your config.lua for DarkRP and find this code

Code: Select all

GM.Config.restrictbuypistol 			= false
and change it too

Code: Select all

GM.Config.restrictbuypistol 			= true
If your using DarkRP 2.5 you can find your config at DarkRP/gamemode/config/config.lua

If your using DarkRP 2.4.3 you can find your config at DarkRP/gamemode/config.lua
Post Reply