Where do I go in the server's folder to edit what weapon would be on the player as he/she spawns, like a crowbar, and mag stick.
Like what type of gamemode?
TTT
Probably weaponry.lua or shared.lua or equip_items_shd.lua. To make it easier on yourself, you should just make a script to strip them and give them the weapons at the beginning of each round.
Go to gamemodes/terrortown/entities/weapons/weapon_ttt_FILENAME
And look for
SWEP.InLoadoutFor = {ROLE_INNOCENT, ROLE_TRAITOR, ROLE_DETECTIVE}
Sorry, you need to Log In to post a reply to this thread.