[Ajuda] attach3DtextlabelToPlayer
#1

Bom meu problema e que naofica em cima da Cabeзa de quando um й Administrar e Moderador

pawn Код:
if(PlayerInfo[playerid][pAdmin] == varAdmin)
    {
        TextID[playerid] = Create3DTextLabel("• Adminstrador •",-1,0.0,0.0,0.5,50,-1);
        Attach3DTextLabelToPlayer(TextID[playerid],MAX_PLAYERS,0.0,0.0,0.5);
    }
    if(PlayerInfo[playerid][pAdmin] == varMod)
    {
        TextID[playerid] = Create3DTextLabel("• Moderador •",-1,0.0,0.0,0.5,50,-1);
        Attach3DTextLabelToPlayer(TextID[playerid],MAX_PLAYERS,0.0,0.0,0.5);
    }
Reply
#2

Hun Nao sei se o erro e nos Comparadores ...
Reply
#3

pawn Код:
if(PlayerInfo[playerid][pAdmin] == varAdmin)
    {
        TextID[playerid] = Create3DTextLabel("• Adminstrador •",-1,0.0,0.0,0.5,50,-1);
        Attach3DTextLabelToPlayer(TextID[playerid],playerid,0.0,0.0,0.5);
    }
    if(PlayerInfo[playerid][pAdmin] == varMod)
    {
        TextID[playerid] = Create3DTextLabel("• Moderador •",-1,0.0,0.0,0.5,50,-1);
        Attach3DTextLabelToPlayer(TextID[playerid],playerid,0.0,0.0,0.5);
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)