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