14.11.2013, 18:11
Also, you want to give a player a knife with 999 ammo ? (ID 4 = KNIFE) See all weapon's IDs here: https://sampwiki.blast.hk/wiki/Weapons
And then,
And then,
pawn Код:
public OnPlayerSpawn(playerid)
{
GivePlayerWeapon(playerid, WAEPOND_ID, AMMO);
}