Command processor.
#3

because

Код:
cmd:help(playerid, params[]) // also possible to use CMD and COMMAND 
{ 
    if( MONEY[ playerid ] < 500 )
{
 return SendClientMessage(playerid...);
}
    return 1; 
}
so sendclientmessage return can 1 or 0, of course player can't be not connecting when writing command, but still i just care it's matter what return you write it's anything do to command or that don't care.
Reply


Messages In This Thread
Command processor. - by Bussyman - 26.07.2017, 17:50
Re: Command processor. - by Vince - 26.07.2017, 18:04
Re: Command processor. - by Bussyman - 26.07.2017, 18:08
Re: Command processor. - by Kane - 26.07.2017, 19:04
Re: Command processor. - by Sanady - 26.07.2017, 19:07

Forum Jump:


Users browsing this thread: 2 Guest(s)