03.06.2015, 13:41
Hi all, I want to change the position of CreateDynamic3DTextLabel that's attached to a player.
I tried but it don't change. How can I do?
That's my code:
I tried but it don't change. How can I do?
That's my code:
PHP код:
new
stringnome[50],
Float:X,
Float:Y,
Float:Z;
GetPlayerPos(playerid, X, Y, Z);
format(stringnome, sizeof(stringnome), "(%d) %s", playerid, GetName(playerid));
TargaNome[playerid] = CreateDynamic3DTextLabel(stringnome, -1, X, Y, Z, 30, playerid, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100.0);