SA-MP Forums Archive
How can i make classes spawning with guns ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How can i make classes spawning with guns ? (/showthread.php?tid=456594)



How can i make classes spawning with guns ? - bustern - 06.08.2013

Hello, i am using PPC trucking gamemode.How to this ?


Re: How can i make classes spawning with guns ? - SsHady - 06.08.2013

OnPlayerSpawn
and
GivePlayerWeapon


Re: How can i make classes spawning with guns ? - Vince - 06.08.2013

Or use AddPlayerClass like it was meant to be used, instead of staring at 6 zeros.


Re: How can i make classes spawning with guns ? - bustern - 07.08.2013

I am newbie...Where i must put this code ?


Re: How can i make classes spawning with guns ? - sKgaL - 07.08.2013

Quote:
Originally Posted by bustern
Посмотреть сообщение
I am newbie...Where i must put this code ?
AddPlayerClass for -
https://sampwiki.blast.hk/wiki/OnGameModeInit


Re: How can i make classes spawning with guns ? - bustern - 07.08.2013

Ok i did it and all works.Thx you guys