[Help] How to change text of textdraw
#1

Hello, i have textdraw, i like to change his text with string(variable)

Thanks
Reply
#2

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);
Reply
#3

https://sampwiki.blast.hk/wiki/TextDrawSetString
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)