SERVER: Unknown command.
#1

PHP код:
command(maleteroplayeridparams[])
{
    if(!
sscanf(params"s"params))
    {
        if(
strcmp(params,"acceder",true) == 0
        {
            new list[
385],
            
listing2=-1;
            
format(list, sizeof(list), "#\tObjeto\tTipo\tUsos\n"); 
            for(new 
lmaleteross; ++l
            { 
                
                if(
maletero[pinfo[playerid][maletero]][objeto][l] != TRUNK_INVALID_OBJECT)
                {
                    
listing2++;
                    
listing[listing2][playerid]=l;
                    
format(list, 1024"%s[%d]\t%s\t%s\t%d\n", list, l+1GetObjectName(maletero[pinfo[playerid][maletero]][objeto][l]), trunkobjects[maletero[pinfo[playerid][maletero]][tipo][l]+1], maletero[pinfo[playerid][maletero]][cantidad][l]); 
                }
            }
            
Dialog_Show(playeridtrunkDIALOG_STYLE_TABLIST_HEADERS"Maletero", list, "Tomar""Salir");
        }
    }
    return 
1;

Reply
#2

Puedes usar print para ver en dуnde exactamente se detiene el cуdigo.
Reply
#3

por cierto, no es necesario que uses sscanf en este caso; params contiene ya el valor
Reply
#4

pawn Код:
trunkobjects[maletero[pinfo[playerid][maletero]][tipo][l]+1]
Por dios, que andas haciendo? Esto pasa cuando el valor que se obtiene de un array es invalido.
Reply
#5

crashdetect
Reply
#6

Quote:
Originally Posted by EnzoMetlc
Посмотреть сообщение
Puedes usar print para ver en dуnde exactamente se detiene el cуdigo.
Quote:
Originally Posted by _Zume
Посмотреть сообщение
por cierto, no es necesario que uses sscanf en este caso; params contiene ya el valor
Quote:
Originally Posted by admantis
Посмотреть сообщение
Gracias por intentar ayudarme b: ♥

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
pawn Код:
trunkobjects[maletero[pinfo[playerid][maletero]][tipo][l]+1]
Por dios, que andas haciendo? Esto pasa cuando el valor que se obtiene de un array es invalido.
Eso era, gracias n.n ♥
Reply
#7

Te recomiendo no ignorar el uso de crashdetect. Es una herramienta genial que te ayudarб el 100% de los casos en el cual tengas errores similares o errores "runtime". Es decir cuando el cуdigo se paraliza en plena ejecuciуn, que son mayormente problemas de lуgica y que el compilador no puede saber si estбn bien o no.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)