Quote:
Originally Posted by TheKoDaK
pawn Код:
//Inicio do GM new Text3D:Admin[MAX_PLAYERS]; new Text3D:Vip[MAX_PLAYERS];
pawn Код:
public OnPlayerUpdate(playerid) { if(pDados[playerid][Vip] > 0) { Vip[playerid] = Create3DTextLabel("VIP", 0x0000FFFF, 20.0, 20.0, 20.0, 20.0, 0); Attach3DTextLabelToPlayer(Vip[playerid], playerid, 0.0, 0.0, 0.4); } if(pDados[playerid][Admin] > 0) { Admin[playerid] = Create3DTextLabel("Administrador", 0x0000FFFF, 20.0, 20.0, 20.0, 20.0, 0); Attach3DTextLabelToPlayer(Admin[playerid], playerid, 0.0, 0.0, 0.4); } return 1; }
|
Cara sem comentбrios pelo code...

Usar na OnPlayerUpdate e desse modo ae.. vejo bugs legais de Label no servidor kз