Portal SAMP
[Ajuda] TextLabel staff - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] TextLabel staff (/showthread.php?tid=2015)



TextLabel staff - fear - 06/01/2022

boa noite. estou querendo que mostra a label da staff porém quando o staff esta com alguma classe aparece a classe emcima do nick e não aparece a tag da staff. eu queria que aparecesse somente a tag staff.

Código PHP:
if(GetPlayerAdminLevel(playerid) <= 0)
            
format(stringsizeof(string), "{FFFFFF}%s"classTag[classid][0]);
            else
            if(
GetPlayerAdminLevel(playerid) > 0)
            
format(stringsizeof(string), "{FFFFFF}[{27AE60}%s{FFFFFF}]"admins(playerid1)); 

OBS: ele só atualiza quando eu seto o level de adm ai carrega a tag emcima do cargo. mas caso ele relogue fica EX: CIVIL emcima do nick


RE: TextLabel staff - fear - 06/01/2022

Fica cortando a tag tb..

Código PHP:
        admins(playeridtipo)
        {
            new var[
1000];

            if(
ContaPlayer[playerid][Level] == 1)
            var = 
"{00bfff}Helper";
            else if(
ContaPlayer[playerid][Level] == 2)
            var = 
"{FF4040}Moderador";
            else if(
ContaPlayer[playerid][Level] == 3)
            var = 
"{54ff9f}Coordenador";
            else if(
ContaPlayer[playerid][Level] == 4)
            var = 
"{c0ff3e}Gerente";
            else if(
ContaPlayer[playerid][Level] == 5)
            var = 
"{eec900}Fundador";

            return 
tipo == ? var : LowerToUpper(var);
        } 



RE: TextLabel staff - ipsLuan - 07/01/2022

É o limite da label.
Melhor deixar de uma cor fixa ou retirar.