[Tutorial] "Server:Unknown Command" using ZCMD
#6

You can do this, too (untested, but compiles):
pawn Code:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
    return ( !success ) ? ( SendClientMessage( playerid, -1, ">> That command doesn't exist! (/cmds)" ), 1 ) : ( 1 );
Anyways, my suggestion is, rename the topic (ask a moderator) to OnPlayerCommandPerformed tutorial, and add everything you know, like:
>> Player must spawn before using any commands
>> Player must be logged in before using any commands
>> etcetera.
Reply


Messages In This Thread
"Server:Unknown Command" using ZCMD - by Timeless - 04.07.2014, 01:26
Re: "Server:Unknown Command" using ZCMD - by KayJ - 04.07.2014, 08:09
Re: "Server:Unknown Command" using ZCMD - by Timeless - 04.07.2014, 09:51
Re: "Server:Unknown Command" using ZCMD - by sammp - 04.07.2014, 12:25
Re: "Server:Unknown Command" using ZCMD - by rockhopper - 04.07.2014, 14:42
Re: "Server:Unknown Command" using ZCMD - by greentarch - 04.07.2014, 14:49
Re : "Server:Unknown Command" using ZCMD - by S4t3K - 04.07.2014, 14:57
Re: Re : "Server:Unknown Command" using ZCMD - by Timeless - 04.07.2014, 19:16
Re : "Server:Unknown Command" using ZCMD - by S4t3K - 04.07.2014, 20:07
Re: Re : "Server:Unknown Command" using ZCMD - by Timeless - 04.07.2014, 21:50

Forum Jump:


Users browsing this thread: 2 Guest(s)