11.05.2016, 16:08
Hi guys,
I would like to know if it is possible to format something and choose it as a 3dtextlabel text. Example:
Any chance we can do it? because i tried and it gave me tag mismatch
I would like to know if it is possible to format something and choose it as a 3dtextlabel text. Example:
PHP код:
new string[50];
format(string,sizeof(string), "you're id %d", playerid);
Create3DTextLabel(string,COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0, 0);