Unknow command with Zcmd
#3

Quote:
Originally Posted by PrivatioBoni
Посмотреть сообщение
Well, you set something to true even though you didn't declare it as a bool(ean)?

But I would've thought it would bring up errors.
No... No error... When I send the command, Doesn't work and appear the message of "SERVER:Unknow command"

Edit:
pawn Код:
#define MAX_OBJETOS                 50

new Objetos[MAX_OBJETOS];
new bool:ObjetoValido[MAX_OBJETOS];
stock GetFreeObjeto()
{
    for(new i = 0; i < sizeof(ObjetoValido); i ++)
    {
        if(!ObjetoValido[i]) return i;
    }
    return -1;
}
Reply


Messages In This Thread
Unknow command with Zcmd - by FullCircle - 02.08.2014, 20:05
Re: Unknow command with Zcmd - by PrivatioBoni - 02.08.2014, 20:20
Respuesta: Re: Unknow command with Zcmd - by FullCircle - 02.08.2014, 20:23
Respuesta: Unknow command with Zcmd - by FullCircle - 02.08.2014, 21:12

Forum Jump:


Users browsing this thread: 1 Guest(s)