SA-MP Forums Archive
error 017: undefined symbol "sdisplay" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 017: undefined symbol "sdisplay" (/showthread.php?tid=541890)



error 017: undefined symbol "sdisplay" - Justinclaveria123 - 15.10.2014

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+


Re: error 017: undefined symbol "sdisplay" - Anzipane - 15.10.2014

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


Re: error 017: undefined symbol "sdisplay" - iFiras - 15.10.2014

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



Re: error 017: undefined symbol "sdisplay" - gurmani11 - 15.10.2014

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