08.08.2012, 14:42
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:
For this purpose, you will need zcmd and the isnull define (which is included in zcmd).
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;
}


