[AYUDA] Problema con el /cuenta
#7

PHP код:
C:\Users\Clemente\Dropbox\GM Proyecto 2014!\GM V 1.4.3 -Los Santos\gamemodes\GM-RP.pwn(23351) : error 017undefined symbol "ShowStats"
C:\Users\Clemente\Dropbox\GM Proyecto 2014!\GM V 1.4.3 -Los Santos\gamemodes\GM-RP.pwn(25404) : error 017undefined symbol "ShowStats"
C:\Users\Clemente\Dropbox\GM Proyecto 2014!\GM V 1.4.3 -Los Santos\gamemodes\GM-RP.pwn(43513) : error 021symbol already defined"cmd_cuenta" 
23351:

PHP код:
    command(cuentaplayeridparams[])
    {
        if(
IsPlayerConnected(playerid))
        {
            if (
gPlayerLogged[playerid] != 0)
            {
                
ShowStats(playerid,playerid);
            }
        }
        return 
1;
    } 
24504

PHP код:
   command(check,playeridparams[]){
        if(
PlayerInfo[playerid][pAdminCP] < 1) return Message(playeridCOLOR_GRAD2"ЎNo autorizado!");
        if(
AntiAbusos[playerid] == 0){SendClientMessage(playerid0xFFFF00AA"»{FFFFFF} No puedes usar este comando sin estar en OnDuty."); return 1;}
        if(!
sscanf(params"u"params[0])){
            if(
params[0] == INVALID_PLAYER_ID) return Message(playeridCOLOR_GRAD2"Jugador no conectado.");
            
ShowStats(playerid,params[0]);
        } else 
Message(playeridCOLOR_GRAD2"Utilize: /check <ID>");
        return 
1;
    } 
43513

PHP код:
}
CMD:cuenta(playeridparams[])
//Esta es la 43513 
Reply


Messages In This Thread
[AYUDA] Problema con el /cuenta - by Lucasclemente - 28.07.2014, 01:46
Re: [AYUDA] Problema con el /cuenta - by DarkScripter - 28.07.2014, 05:14
Respuesta: [AYUDA] Problema con el /cuenta - by Lucasclemente - 28.07.2014, 05:27
Re: [AYUDA] Problema con el /cuenta - by zSuYaNw - 28.07.2014, 05:30
Respuesta: [AYUDA] Problema con el /cuenta - by Lucasclemente - 28.07.2014, 05:36
Re: [AYUDA] Problema con el /cuenta - by zSuYaNw - 28.07.2014, 05:50
Respuesta: [AYUDA] Problema con el /cuenta - by Lucasclemente - 28.07.2014, 06:00

Forum Jump:


Users browsing this thread: 1 Guest(s)