23.08.2010, 20:39
Okay, this is what I now have under "OnPlayerConnect"...
yet the name tags won't show up...
pawn Код:
new name[MAX_PLAYER_NAME], string[50];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s", name);
Create3DTextLabel(string, COLOR_WARNING, 0.0, 0.0, 0.0, 50.0, -1);