27.02.2014, 13:06
Try this to fix the last errors
And about the..
Did you make the Weapons enum? i don't really get what you want to do.
pawn Код:
stock GetWeaponParam(id, WeaponsEnum: param)
{
for (new X = 0, X < MAX_WEAPONS, X++);
{
if (Weapons[X][WeaponId] == id) return Weapons[X][param];
}
return 0;
}
Did you make the Weapons enum? i don't really get what you want to do.