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