27.03.2011, 12:22
Hey , i have a small problem with my commands in my gamemode.
When i type a command it says Unknown command but the command it works.
This is how my OnPlayerCommandPerformed callback look like
When i type a command it says Unknown command but the command it works.
This is how my OnPlayerCommandPerformed callback look like
Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success ) { if( success == 0 ) return SendClientMessage( playerid, 0xAAAAAA, "Unknown Command. Use /cmds" ); return 1; }