String token in a string?
#1

Код:
new str[128];
new str2[20] ="Mytd";
format(str,128,"TextDrawCreate(240.00,120.00," "%s" ");",str2);
Reply
#2

TextDrawSetString
Reply
#3

Quote:
Originally Posted by Shinja
Посмотреть сообщение
TextDrawSetString
how to have string token in string?
Reply
#4

Like this:

PHP код:
new str[128];
new 
str2[20] ="Mytd";
format(str,128,"%s",str2);
TextDrawCreate(240.00,120.00str); 
Reply
#5

Quote:
Originally Posted by Kaliber
Посмотреть сообщение
Like this:

PHP код:
new str[128];
new 
str2[20] ="Mytd";
format(str,128,"%s",str2);
TextDrawCreate(240.00,120.00str); 
Bro I am not creating a textdraw. I am trying to create Textdraw Editor. On export we need string token in TextDrawCreate(0.00, 0.00, " "); In these how to have a string in these last string tokens.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)