[HELP] 4 quick errors
#4

Quote:
Originally Posted by xerox8521
Посмотреть сообщение
Код:
error 017: undefined symbol "g_aStarTextDraws"
pawn Код:
//means that you didnt defined g_aStarTextDraws add at the top of your script but under the includes:

new g_aStarTextDraws;
Quote:
Originally Posted by Hal
Посмотреть сообщение
AND

remove the ; from for (i = 0; i <sizeof(g_aStarTextDraws); i++ )

pawn Код:
for (i = 0; i <sizeof(g_aStarTextDraws) i++ )
thanks you 2 (;
Reply


Messages In This Thread
[HELP] 4 quick errors - by Master_Gangster - 25.04.2011, 18:52
AW: [HELP] 4 quick errors - by xerox8521 - 25.04.2011, 18:57
Re: AW: [HELP] 4 quick errors - by Hal - 25.04.2011, 19:00
Re: AW: [HELP] 4 quick errors - by Master_Gangster - 25.04.2011, 19:06

Forum Jump:


Users browsing this thread: 1 Guest(s)