How Get TextDraw Text??
#1

Example:

new str[64];
format(str,sizeof(str),"%s",GetTextDrawText(TextDr aw0));
SendClientMessage(playerid,-1,str);
Reply
#2

You need to store the text in a variable once you set the text. You can do this with or without hooking.
Reply
#3

Like this ?

pawn Код:
TextDrawSetString(textdraw0, "your text");
format(td_text0, sizeof(td_text0), "your text");
Reply
#4

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...
Reply
#5

See this

https://sampforum.blast.hk/showthread.php?tid=288691
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)