[Ajuda] ERRO INFO
#22

Deixa essa parte
PHP Code:
  new String[500]; 
    
format(Stringsizeof(String), 
   
"{FFFFFF}Nick: {FBEE3D}%s\n 
    {FFFFFF}Admin: {a4a4a4}%s\n 
    {FFFFFF}Matou: {a4a4a4}%d\n 
    {FFFFFF}Morreu: {a4a4a4}%d\n 
    {FFFFFF}Score: {a4a4a4}%d\n 
    {FFFFFF}Cash: {fff600}%d\n 
    {FFFFFF}Dinheiro: {49ad00}%d\n 
    {FFFFFF}Tempo de Jogo: {a4a4a4}%s\n 
    {FFFFFF}Tipo de Conta: {a4a4a4}%s\n 
    {FFFFFF}Maconha: {a4a4a4}%d\n 
    {FFFFFF}Cocaina: {a4a4a4}%d\n 
    {FFFFFF}Fogos: {a4a4a4}%d\n 
    {FFFFFF}Organizaзгo: {9c9c9c}%s"

    
Nome(playerid), CargoAdmintext(playerid), Player[playerid][Matou], Player[playerid][Morreu], 
    
GetPlayerScore(playerid), Player[playerid][Cash], GetPlayerMoney(playerid), Convert(Player[playerid][pOnlineTime]), oRGFext3Player[playerid][Maconha], 
    
Player[playerid][Cocaina], Player[playerid][Fogos],oRGFext1); 
    
ShowPlayerDialog(playerid666DIALOG_STYLE_MSGBOX"{FFFFFF}INFO{06C57F}»"String"Fechar"""); 
como estavam antes.

Essa parte :
PHP Code:
new CargoAdmintext[100]; 
    switch(
Player[playerid][Admin]) 
    { 
        case 
0
            
CargoAdmintext "Nao"
        case 
1
            
CargoAdmintext "[1]: Administrador Temporбrio"
        case 
2
             
CargoAdmintext "[2]: Administrador Ajudante"
        case 
3
            
CargoAdmintext "[3]: Administrador Fixo"
        case 
4
            
CargoAdmintext "[4]: Sub Game Master"
        case 
5
            
CargoAdmintext "[5]: Game Master"
    } 
Troca por essa e veja se o erro persiste:
PHP Code:
new CargoAdmintext[100]; 
    switch(
Player[playerid][Admin])
    {
        case 
0:
        {
            
CargoAdmintext "Nao";
        }
        case 
1:
        {
            
CargoAdmintext "[1]: Administrador Temporбrio";
        }
        case 
2:
        {
             
CargoAdmintext "[2]: Administrador Ajudante";
        } 
        case 
3:
        {
            
CargoAdmintext "[3]: Administrador Fixo";
        }    
        case 
4:
        {
            
CargoAdmintext "[4]: Sub Game Master";
        }    
        case 
5:
        {
            
CargoAdmintext "[5]: Game Master";
        }
    } 
Reply


Messages In This Thread
ERRO INFO - by Dimbalada - 04.03.2018, 23:37
Re: ERRO INFO - by PilateGR - 04.03.2018, 23:54
Re: ERRO INFO - by Dimbalada - 04.03.2018, 23:56
Re: ERRO INFO - by PilateGR - 05.03.2018, 00:01
Re: ERRO INFO - by Dimbalada - 05.03.2018, 00:11
Re: ERRO INFO - by PilateGR - 05.03.2018, 00:27
Re: ERRO INFO - by Dimbalada - 05.03.2018, 00:33
Re: ERRO INFO - by PilateGR - 05.03.2018, 00:35
Re: ERRO INFO - by Dimbalada - 05.03.2018, 00:53
Re: ERRO INFO - by PilateGR - 05.03.2018, 00:57
Re: ERRO INFO - by Dimbalada - 05.03.2018, 01:01
Re: ERRO INFO - by Green7 - 05.03.2018, 01:07
Re: ERRO INFO - by Dimbalada - 05.03.2018, 01:31
Re: ERRO INFO - by Green7 - 05.03.2018, 01:45
Re: ERRO INFO - by Dimbalada - 05.03.2018, 01:52
Re: ERRO INFO - by Green7 - 05.03.2018, 02:10
Re: ERRO INFO - by Dimbalada - 05.03.2018, 02:18
Re: ERRO INFO - by Dimbalada - 05.03.2018, 15:11
Re: ERRO INFO - by FerrariL - 05.03.2018, 15:23
Re: ERRO INFO - by RodrigoMSR - 05.03.2018, 15:28
Re: ERRO INFO - by Dimbalada - 05.03.2018, 15:33
Re: ERRO INFO - by FerrariL - 05.03.2018, 15:35
Re: ERRO INFO - by Dimbalada - 05.03.2018, 15:47
Re: ERRO INFO - by RodrigoMSR - 05.03.2018, 15:48
Re: ERRO INFO - by FerrariL - 05.03.2018, 15:50
Re: ERRO INFO - by Dimbalada - 05.03.2018, 15:54
Re: ERRO INFO - by FerrariL - 06.03.2018, 12:14

Forum Jump:


Users browsing this thread: 1 Guest(s)