07.03.2012, 13:26
''Please''
For more information use samp wiki but this is some shit I made on phone
31 = WeaponID
500 = Ammo
Samp wiki weapons list: https://sampwiki.blast.hk/wiki/Weapons
GivePlayerWeapon function: https://sampwiki.blast.hk/wiki/GivePlayerWeapon
For more information use samp wiki but this is some shit I made on phone
pawn Код:
if (strcmp("/M4", cmdtext, true, 10) == 0)
{
GivePlayerWeapon(playerid,31,500);
return 1;
}
500 = Ammo
Samp wiki weapons list: https://sampwiki.blast.hk/wiki/Weapons
GivePlayerWeapon function: https://sampwiki.blast.hk/wiki/GivePlayerWeapon