16.11.2009, 09:53
anybody know how to use CreateDynamic3DTextLabel native?
Already i have this code in OnPlayerSpawn and anybody dont see player name
Already i have this code in OnPlayerSpawn and anybody dont see player name
Код:
foreach(Player, i) { format(string, sizeof(string), "%s (%i)", pName(playerid), playerid); CreateDynamic3DTextLabel(string, COLOR_LIGHTORANGE, 0.0, 0.0, 0.03, 15.0, playerid, INVALID_VEHICLE_ID, 0, GetPlayerVirtualWorld(playerid), GetPlayerInterior(playerid), i, 15.0);CreateDynamic3DTextLabel() }