Pawno Error!
#1

(3982) : error 017: undefined symbol "exp"
(3982) : warning 215: expression has no effect
(3982) : error 001: expected token: ";", but found "]"
(3982) : error 029: invalid expression, assumed zero
(3982) : fatal error 107: too many error messages on one line


Line// TextDrawSetString(exp[i], string);
Reply
#2

Post the code, the bugged line.
Reply
#3

TextDrawSetString(exp[i], string);
Reply
#4

You defined (exp[i]) right?
Reply
#5

Add this to the top of your script (under the includes)
pawn Код:
new Text:exp[MAX_PLAYERS];
Reply
#6

pawn Код:
new Text:exp[MAX_PLAYERS];
Reply
#7

Quote:
Originally Posted by Superdude
Посмотреть сообщение
You defined (exp[i]) right?
If he did, he wouldn't get the error for undefined symbol..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)