Undefined Symbol isnull & params
#3

Quote:
Originally Posted by [EuG]ZeRoGoD
Посмотреть сообщение
Код:
new params
new isnull
Actually, that's just pure bullshit.

If you have NO IDEA what you're doing, do not post in the help topics. Jesus.

To the thread author: something makes me assume you want to create commands like this:
pawn Код:
COMMAND:startrace(playerid, params[])
{
    if(isnull(params))
    {
        // SendClientMessage
        return true;
    }
    // Etc
    return true;
}
For this purpose, you will need zcmd and the isnull define (which is included in zcmd).
Reply


Messages In This Thread
Undefined Symbol isnull & params - by ZBits - 08.08.2012, 13:51
Re: Undefined Symbol isnull & params - by ZBits - 08.08.2012, 14:30
Re: Undefined Symbol isnull & params - by AndreT - 08.08.2012, 14:42
Re: Undefined Symbol isnull & params - by Jarnu - 08.08.2012, 14:44
Re: Undefined Symbol isnull & params - by ZBits - 08.08.2012, 14:47
Re: Undefined Symbol isnull & params - by SuperViper - 08.08.2012, 14:55
Re: Undefined Symbol isnull & params - by ZBits - 08.08.2012, 15:02

Forum Jump:


Users browsing this thread: 1 Guest(s)