23.02.2011, 09:49
SOLVED
i want to close a TEXTDRAWS with a DIALOG ?
and i run out of ideas so i came here for some help
my code
but i get a ERROR
i want to close a TEXTDRAWS with a DIALOG ?
and i run out of ideas so i came here for some help
my code
pawn Код:
new Textdraw[128];
format(Textdraw,sizeof(Textdraw),"Textdraw%s",inputtext);
TextDrawDestroy(Textdraw);
Код:
error 035: argument type mismatch (argument 1)