27.02.2014, 10:17
I need to define it but I dont know how. So please, I appreciate all help.
The line:
The 3 errors:
I hope someone can help me.
The line:
pawn Код:
stock GetWeaponParam(id, WeaponsEnum: param)
{
for (new = 0, i < MAX_WEAPONS, i++);
{
if (Weapons[x][WeaponId] == id) return Weapons[x][param];
}
return 0;
}
pawn Код:
error 021: symbol already defined: "i"
error 017: undefined symbol "Weapons"
error 036: empty statement