01.09.2013, 12:04
This should work:
PS: Dammit, gotta wait for this post.
pawn Код:
stock IsValidWeapon(weaponid)
{
if (weaponid > 0 && weaponid < 19 || weaponid > 21 && weaponid < 47) return 1;
return 0;
}