04.12.2010, 13:30
Quote:
|
Well, the unknown command message is shown when the OnPlayerCommandText callback returns 0, so do you return 0 anywhere in your OnPlayerCommandText function? Also, in ZCMD do you return a value at the end of each command to prevent the script from continuing to the end of the OnPlayerCommandText callback?
I'm not really sure how ZCMD works as I've never used it, but I assume that's where the issues lies, you should probably check out the documentation for it, if there is any. |
i uses
pawn Код:
public OnPlayerCommandReceived(playerid, cmdtext[])
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
I have return 1 to every command! OnPlayerCommandText is not even used.
Strange, but with 1 and 2 players, it works fine, when 3, it's a command total fuckup!
Not even a single command works like it should...


