TextdrawDestroy problem
#1

Hello guys im having a problem with destroying my problem;

error:
pawn Код:
(1885) : error 028: invalid subscript (not an array or too many subscripts): "Textdraw0"
(1885) : warning 215: expression has no effect
(1885) : error 001: expected token: ";", but found "]"
(1885) : error 029: invalid expression, assumed zero
(1885) : fatal error 107: too many error messages on one line
code:
pawn Код:
new Text:Textdraw0;

public OnPlayerDisconnect(playerid, reason)
{
    //TEXTDRAW DESTROYS
    TextDrawDestroy(Textdraw0[playerid]); //line 1885
    return 1;
}
thanks
Reply


Messages In This Thread
TextdrawDestroy problem - by Voxel - 15.10.2013, 17:06
Re: TextdrawDestroy problem - by Konstantinos - 15.10.2013, 17:13
Re: TextdrawDestroy problem - by Patrick - 15.10.2013, 17:14
Re: TextdrawDestroy problem - by Voxel - 15.10.2013, 17:18
Re: TextdrawDestroy problem - by Patrick - 15.10.2013, 17:19
Re: TextdrawDestroy problem - by Konstantinos - 15.10.2013, 17:20
Re: TextdrawDestroy problem - by Pottus - 15.10.2013, 17:21

Forum Jump:


Users browsing this thread: 1 Guest(s)