How to disable all commands EXCEPT /leave - Using ZCMD
#2

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(strcmp(cmdtext,"leave")) return 1;
    return 0;
}
untested
Reply


Messages In This Thread
How to disable all commands EXCEPT /leave - Using ZCMD - by denNorske - 10.09.2012, 13:02
Re: How to disable all commands EXCEPT /leave - Using ZCMD - by HuSs3n - 10.09.2012, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)