/me ,/do,/b commands
#4

Are you sure strcmp

pawn Код:
if(!strcmp(cmdtext, "/mycommand"))
     {
        SendClientMessage(playerid, 0xFFFFFFFF, "Hello Player!");
        return 1;
     }
is harder

pawn Код:
CMD:mycommand(playerid, params[])
{
 return 1;
}
then ZCMD? Let's also include here that ZCMD is faster than strcmp.
Reply


Messages In This Thread
/me ,/do,/b commands - by R4mpage - 25.12.2013, 14:47
Re: /me ,/do,/b commands - by Riddick94 - 25.12.2013, 14:54
Re: /me ,/do,/b commands - by R4mpage - 25.12.2013, 14:56
Re: /me ,/do,/b commands - by Twizted - 25.12.2013, 14:59
Re: /me ,/do,/b commands - by iFiras - 25.12.2013, 15:26
Re: /me ,/do,/b commands - by Hansrutger - 25.12.2013, 15:48
Re: /me ,/do,/b commands - by Hansrutger - 25.12.2013, 15:53
Re: /me ,/do,/b commands - by Riddick94 - 26.12.2013, 09:30

Forum Jump:


Users browsing this thread: 4 Guest(s)