Can I Use The zcmd Include?
#1

I have been recomended to use zcmd because it apparently would be faster in processing commands.
so im going to try to use it, but i would like to make sure i am right on how to convert all the cmds to use it. this is what im thinking:

Original CMD:
pawn Код:
if(strcmp(cmd, "/respawnallcars", true)

Now, i want to use ZCMD include:

ZCMD CMD:
pawn Код:
if(strcmp(zcmd, "/respawnallcars", true)

and ofcourse i would
pawn Код:
#include <ZCMD>
But, are there any other includes like this that can optimise my server to make all commands run faster?
Which is the best, because if there are no others, ill use ZCMD.

Thanks- Hal
Reply


Messages In This Thread
Can I Use The zcmd Include? - by Hal - 24.07.2010, 22:40
Re: Can I Use The zcmd Include? - by Kar - 24.07.2010, 22:42
Re: Can I Use The zcmd Include? - by Hal - 24.07.2010, 22:47
Re: Can I Use The zcmd Include? - by Kar - 24.07.2010, 22:48
Re: Can I Use The zcmd Include? - by Hal - 24.07.2010, 22:50
Re: Can I Use The zcmd Include? - by Kar - 24.07.2010, 22:51
Re: Can I Use The zcmd Include? - by Vince - 24.07.2010, 22:52
Re: Can I Use The zcmd Include? - by Kar - 24.07.2010, 22:53
Re: Can I Use The zcmd Include? - by Hal - 24.07.2010, 22:55
Re: Can I Use The zcmd Include? - by Kar - 24.07.2010, 22:56

Forum Jump:


Users browsing this thread: 2 Guest(s)