• Help adding custom sweps into a gamemode?
    5 replies, posted
Ok, this is probrobly really simple but how do i add custom sweps (downloaded and have custom view models) to a gamemode so people spawn with them. I have tried doing it several different ways but it wont work.
find out where Gamemode.PlayerLoudout is, and just add the swep you downloaded [url]http://wiki.garrysmod.com/?title=Gamemode.PlayerLoadout[/url]
I did that but it didn't work right... idk why
player:Give() [editline]3rd December 2010[/editline] if thats what you are asking
No no no.. ill post some code...
if it doesn't work it is because you didn't use the right name for the weapon. you could also use ply:Give(), as c-unit said, within a [lua]hook.Add ( "PlayerSpawn", "func", function() end)[/lua]
Sorry, you need to Log In to post a reply to this thread.