[Help] How to change text of textdraw - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] How to change text of textdraw (
/showthread.php?tid=252078)
[Help] How to change text of textdraw -
mariomako - 30.04.2011
Hello, i have textdraw, i like to change his text with string(variable)
Thanks
Re: [Help] How to change text of textdraw -
Hornet600 - 30.04.2011
pawn Код:
new string[124];
new var1 = 5;
format(string, sizeof(string),"Your text wanna add vars? my var = %d",var1);
TextDrawCreate(400.000000, 2.000000,string);
Re: [Help] How to change text of textdraw -
[MWR]Blood - 30.04.2011
https://sampwiki.blast.hk/wiki/TextDrawSetString