zcmd problem..
#7

Rename
Код:
public OnPlayerCommandText(playerid, cmdtext[])
to
Код:
public OnPlayerCommandProcessed(playerid, cmdtext[], success)
and replace the
Код:
return 0;
at the bottom of onplayercommandtext to
Код:
return success;
Somewhere in your script, add
Код:
public OnPlayerCommandReceived(playerid, cmdtext[]) return 1;
Reply


Messages In This Thread
zcmd problem.. - by GaGlets(R) - 13.07.2010, 05:46
Re: zcmd problem.. - by cessil - 13.07.2010, 05:48
Re: zcmd problem.. - by GaGlets(R) - 13.07.2010, 05:50
Re: zcmd problem.. - by willsuckformoney - 13.07.2010, 05:58
Re: zcmd problem.. - by cessil - 13.07.2010, 06:12
Re: zcmd problem.. - by GaGlets(R) - 13.07.2010, 06:18
Re: zcmd problem.. - by bigcomfycouch - 13.07.2010, 06:23
Re: zcmd problem.. - by GaGlets(R) - 13.07.2010, 06:51

Forum Jump:


Users browsing this thread: 2 Guest(s)