25.04.2011, 18:52
okay so let me get to the point. I have 4 errors when I compiled my script with a wanted level star-based system. the error is in this line:
before this code is a piece of variable(s) that might interest you/might also interfere?:
the errors I get are on the first line I posted, these are the errors:
Any ideas?
pawn Код:
for (i = 0; i <sizeof(g_aStarTextDraws); i++ )
pawn Код:
new i,
#if STARS_PER_ROW > 6
col = 7,
row = 0
#else
col = 1,
row = 1
#endif
;
Код:
C:\Users\owner\Desktop\Counter-Strike\gamemodes\SFCRRPG.pwn(2320) : error 017: undefined symbol "g_aStarTextDraws" C:\Users\owner\Desktop\Counter-Strike\gamemodes\SFCRRPG.pwn(2320) : error 036: empty statement C:\Users\owner\Desktop\Counter-Strike\gamemodes\SFCRRPG.pwn(2320) : error 001: expected token: ";", but found ")" C:\Users\owner\Desktop\Counter-Strike\gamemodes\SFCRRPG.pwn(2320) : fatal error 107: too many error messages on one line