how do i make a custom message (instead of "Unknown Command")
#6

OnPlayerCommandPerformed is called after a command execution. If the command does not exist returns 0, so..
pawn Код:
if(!success)
// if it returns 0, send an error message
Reply


Messages In This Thread
how do i make a custom message (instead of "Unknown Command") - by sansk - 22.09.2013, 09:01
Re: how do i make a custom message (instead of "Unknown Command") - by Patrick - 22.09.2013, 09:04
Re: how do i make a custom message (instead of "Unknown Command") - by sansk - 22.09.2013, 09:09
Re: how do i make a custom message (instead of "Unknown Command") - by Patrick - 22.09.2013, 09:14
Re: how do i make a custom message (instead of "Unknown Command") - by sansk - 22.09.2013, 09:45
Re: how do i make a custom message (instead of "Unknown Command") - by Konstantinos - 22.09.2013, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)