15.10.2013, 17:06
Hello guys im having a problem with destroying my problem;
error:
code:
thanks
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
pawn Код:
new Text:Textdraw0;
public OnPlayerDisconnect(playerid, reason)
{
//TEXTDRAW DESTROYS
TextDrawDestroy(Textdraw0[playerid]); //line 1885
return 1;
}