20.01.2010, 13:20
I have on the top:
I have this in "OnPlayerSpawn":
My problem is: Sometimes it attaches the label, and other times, it doesn't.. I think it only shows with the last admin connected(not all of them). Help me.
pawn Код:
new Text3D:lol[MAX_PLAYERS];
pawn Код:
if(SInfo[playerid][Admin] > 0)
{
format(string, sizeof(string), "Admin LVL: %d", SInfo[playerid][Admin]);
lol[playerid] = Create3DTextLabel(string, red, 0,0,0, 40.0, -1, 1);
Attach3DTextLabelToPlayer(lol[playerid], playerid, 0.0, 0.0, 0.4);
}

