[Ajuda] E possivel fazer um Attach3DTextLabelToPlayer para admin ?
#2

pawn Код:
// abaixo das includes
new Text3D:textAdmin[MAX_PLAYERS];

// logo apуs carregar os dados da conta do jogador e dar spawn
if ( PlayerInfo[playerid][pAdmin] > 0 ) {
   
    textAdmin[playerid] = Create3DTextLabel("Admin", 0xFF0000FF, 20.0, 20.0, 20.0, 20.0, 0);
    Attach3DTextLabelToPlayer(textAdmin[playerid], playerid, 0.0, 0.0, 0.4);   
}
OBS: Substitua a variбvel PlayerInfo[playerid][pAdmin] pela variбvel do seu GM que guarda o "nнvel de administrador" de determinado player.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)