[SOLVED] Switching from DCMD to ZCMD
#5

Alright, I'll restate myself :P

As many folks are saying, ZCMD is much faster then DCMD.

At the moment, I'am using DCMD. In the public
Код:
OnPlayerCommandText
I have stated some checks when a player enters that command. Like if the player is admin or not, it'll return the command or a negative message,

if I would switch to ZCMD, is there any possibility to do something similair to the public
Код:
OnPlayerCommandText
as stated at the top.

As CalgonX said these publics to use:
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
return 1;
}

public OnPlayerCommandReceived(playerid, cmdtext[])
{
  return 1;
}
How will I use them?
Reply


Messages In This Thread
[SOLVED] Switching from DCMD to ZCMD - by KnooL - 13.01.2010, 19:00
Re: [UNSOLVED] Switching from DCMD to ZCMD - by Grim_ - 13.01.2010, 19:06
Re: [UNSOLVED] Switching from DCMD to ZCMD - by oncedead - 13.01.2010, 19:46
Re: [UNSOLVED] Switching from DCMD to ZCMD - by Calgon - 13.01.2010, 19:54
Re: [UNSOLVED] Switching from DCMD to ZCMD - by KnooL - 14.01.2010, 14:29
Re: [UNSOLVED] Switching from DCMD to ZCMD - by Calgon - 14.01.2010, 14:37
Re: [UNSOLVED] Switching from DCMD to ZCMD - by KnooL - 14.01.2010, 15:52
Re: [UNSOLVED] Switching from DCMD to ZCMD - by oncedead - 14.01.2010, 16:22
Re: [UNSOLVED] Switching from DCMD to ZCMD - by KnooL - 14.01.2010, 16:27

Forum Jump:


Users browsing this thread: 2 Guest(s)