SA-MP Forums Archive
[Ajuda] attach3DtextlabelToPlayer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] attach3DtextlabelToPlayer (/showthread.php?tid=357404)



attach3DtextlabelToPlayer - Macklister - 07.07.2012

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);
    }



Re: attach3DtextlabelToPlayer - Maklister - 07.07.2012

Hun Nao sei se o erro e nos Comparadores ...


Re: attach3DtextlabelToPlayer - ReDKiiL - 07.07.2012

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);
    }