Textdraw Strings - 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)
+--- Thread: Textdraw Strings (
/showthread.php?tid=558160)
Textdraw Strings -
X|Dragon|X - 16.01.2015
I need a little help, how can i save a Textdraw string as a PlayerInfo stat?
Re: Textdraw Strings -
ATGOggy - 16.01.2015
PHP код:
new string[MAX_PLAYERS][128];
new Text:Texrdraw[MAX_PLAYERS];
PHP код:
new message[128];
format(message, sizeof(message), "Hello");
format(string[playerid], sizeof, message);
TextDrawSetString(Textdraw, string);