19.04.2013, 17:35
I've been messing with this for a while now - can't seem to figure out what's wrong.
Line 599 is the line:
Код:
public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid) { if(playertextid == Textdraw8[playerid]) { PlayerTextDrawDestroy(playerid, Textdraw8[playerid]); } }
Код:
work.pwn(599) : error 017: undefined symbol "Textdraw8" work.pwn(599) : warning 215: expression has no effect work.pwn(599) : error 001: expected token: ";", but found "]" work.pwn(599) : error 029: invalid expression, assumed zero work.pwn(599) : fatal error 107: too many error messages on one line
Код:
if(playertextid == Textdraw8[playerid])