How to use ZCMD and Larp?
#3

Rename OnPlayerCommandText to ProcessOldCommand (or whatever).

Add in your script:
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) success = ProcessOldCommand(playerid,cmdtext);
    return success;
}
Reply


Messages In This Thread
How to use ZCMD and Larp? - by GuikBretas - 24.01.2011, 13:32
Re: How to use ZCMD and Larp? - by Haydz - 24.01.2011, 13:35
Re: How to use ZCMD and Larp? - by Sergei - 24.01.2011, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)