SA-MP Forums Archive
Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Question (/showthread.php?tid=275340)



Question - ServerRestart - 09.08.2011

Is this possible

OnPlayerClass the min weapons are 3, right?
Код:
AddPlayerClass(7,2589.4600,2638.4097,109.1749,74.5426WEP,AMMO,WEP,AMMO,WEP,AMMO)
;
-
- -
Is it possible to add more weapons to a playerclass?


Re: Question - Kaperstone - 09.08.2011

Yea
under OnPlayerSpawn
Add:
GivePlayerWeapon(playerid,weaponid);

thets all


Re: Question - ServerRestart - 09.08.2011

Thanks dude, ill try that =D