11.01.2015, 00:32
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);
}