16.04.2008, 19:39
Just something i noticed: there is less than 50 usable weapons id, why wasting 950 unused cells ? also you could just do something like that
pawn Код:
stock BanWeapon ( weaponid )
{
BannedWeapons [ MAX_BANNED_WEAPONS++ ] = weaponid;
}

