Read text from 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: Read text from textdraw? (
/showthread.php?tid=95008)
Read text from textdraw? -
Norn - 02.09.2009
Is it possible to read the current text of a textdraw? I've been searching for a while and haven't found a decent result.
Basically i want to send a user a message of what the textdraw says before updating the textdraw with new text.
Anyone?
EDIT: Just ended up making TextDrawSetStringEx, which sets the data into a string created by me for further reading. Easier i guess.