error 017: undefined symbol "sdisplay"
#1

Guys Please help me i got this error
Quote:

error 017: undefined symbol "sdisplay"

and the line is this
Quote:

TextDrawSetString(sdisplay[playerid], s3[playerid]);

if someone can help me i will give rep+
Reply
#2

Seems like you don't have declared the "sdisplay" array, I can't help you more without seeing more code.
Reply
#3

Uhm, I guess you should define the variable:
pawn Код:
new Text:sdisplay
Reply
#4

Use this one
pawn Код:
new Text:sdisplay[MAX_PLAYERS];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)