31.12.2012, 09:41
It gives the weapons you've set in AddPlayerClass, or SetSpawnInfo. Something that may works is the following. In OnPlayerSpawn, reset the weapons and give these two.
pawn Код:
GivePlayerWeapon(playerid, 24, 50);
GivePlayerWeapon(playerid, 32, 150);