Quote:
Originally Posted by JesterlJoker
This should be the code
PHP код:
new Text3D: id = Create3DTextLabel("test", -1, 0.0, 0.0, 0.0, 0.0, 0, 0),
Text3D: id2 = Create3DTextLabel("test", -1, 0.0, 0.0, 0.0, 0.0, 0, 0)
;
printf("%d", id);
new strid[2];
format(strid, sizeof strid, "%d", id);
print(strid);
printf("%d", id2);
format(strid, sizeof strid, "%d", id2);
print(strid);
This should be the output
|
i have so many 3DTextLabels, and only this specific one is attached to a player