14.04.2016, 18:19
PHP код:
new Text3D:NameNHP[MAX_PLAYERS];
format(SString,sizeof(SString),"{%06x}%s\n{FF0000}",GetPlayerColor(playerid)>>>8,GetName(playerid));
NameNHP[playerid] = CreateDynamic3DTextLabel(SString, 0xFF0000FF, 0, 0, 0.2, 40, playerid, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100.0);
AND YES!!! I defined colors to the players.