Posts: 1,779
Threads: 126
Joined: Oct 2010
Example:
new str[64];
format(str,sizeof(str),"%s",GetTextDrawText(TextDr aw0));
SendClientMessage(playerid,-1,str);
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
You need to store the text in a variable once you set the text. You can do this with or without hooking.
Posts: 1,779
Threads: 126
Joined: Oct 2010
Quote:
Originally Posted by MouseBreaker
Like this ?
pawn Код:
TextDrawSetString(textdraw0, "your text"); format(td_text0, sizeof(td_text0), "your text");
|
but itґs a random textdraws...