Problema con ZCMD
#4

No creo que se puede utilizar un nъmero entero de esa manera.
Trate de usar valstr para convertirlo en una cadena:
pawn Код:
CMD:avecasaall(playerid, params[])
{
    if (Info[playerid][pAdminZC] >= 1338)
    {
        new string[4];
        for(new i = 0; i < 499; i++)
        {
            valstr(string, i);
            cmd_avecasa(playerid, string);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Problema con ZCMD - by chusothe41 - 20.02.2015, 14:48
Respuesta: Problema con ZCMD - by jotajeda - 20.02.2015, 14:50
Re: Problema con ZCMD - by chusothe41 - 20.02.2015, 15:11
Re: Problema con ZCMD - by CalvinC - 20.02.2015, 15:18
Re: Problema con ZCMD - by Daniel-92 - 20.02.2015, 15:19
Re: Problema con ZCMD - by chusothe41 - 20.02.2015, 15:27
Respuesta: Problema con ZCMD - by jotajeda - 20.02.2015, 15:41

Forum Jump:


Users browsing this thread: 1 Guest(s)