01.12.2012, 18:55
palmface.
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 1)
{
new
Text3D:AdminText[MAX_PLAYERS]
;
AdminText[playerid] = Create3DTextLabel("|Adm| Em Serviзo\nPosso ajudalo Senhor?!", COLOR_YELLOW, 0.0, 0.0, 0.0, 0.0, 1);
Attach3DTextLabelToPlayer(AdminText[playerid], playerid, 0.0, 0.0, 0.75);
}