24.07.2010, 22:40
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:
Now, i want to use ZCMD include:
ZCMD CMD:
and ofcourse i would
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
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>
Which is the best, because if there are no others, ill use ZCMD.
Thanks- Hal