So I created a base game mode but I don't know how to add fists to my player, can someone tell me step by step on how to do it? or give me a good tutorial? I don't know if I need to make teams then add a player model but I would appreciate any help. Thanks!
Put this in your cl_init file in your gamemode folder - garrysmod/gamemodes/yourgamemode/gamemode/
function GM:PlayerSpawn( ply )
ply:Give( "weapon_fists" )
end
Sorry, you need to Log In to post a reply to this thread.