How can i do this ?
#5

Quote:
Originally Posted by Cameltoe
Посмотреть сообщение
pawn Код:
new Text:Textdraw[128];
format(Textdraw,sizeof(Textdraw),"Textdraw%s",inputtext);
TextDrawDestroy(Textdraw);
Still Dont Work
Same error + Warning
Код:
warning 213: tag mismatch
error 035: argument type mismatch (argument 1)
pawn Код:
new Text:Textdraw[128]; //
format(Textdraw,sizeof(Textdraw),"Textdraw%s",inputtext); //warning 213: tag mismatch
TextDrawDestroy(Textdraw); //error 035: argument type mismatch (argument 1)
Reply


Messages In This Thread
How can i do this ? - by park4bmx - 23.02.2011, 09:49
Re: How can i do this ? - by Retardedwolf - 23.02.2011, 09:50
Re: How can i do this ? - by park4bmx - 23.02.2011, 09:53
Re: How can i do this ? - by Cameltoe - 23.02.2011, 09:56
Re: How can i do this ? - by park4bmx - 23.02.2011, 09:59
Re: How can i do this ? - by Cameltoe - 23.02.2011, 10:03
Re: How can i do this ? - by park4bmx - 23.02.2011, 10:07

Forum Jump:


Users browsing this thread: 1 Guest(s)