How to disable client commands?
#4

Quote:
Originally Posted by kooltuO
View Post
Not sure if it works, but it's worth a try.

pawn Code:
CMD:dl(playerid, params[]) // Command
{ // Opening bracket
    return 0; // Returning 0, so disabling SAMP Option (This is at most occasions, not sure if it is at this one)
} // Closing bracket
You can also just do the following if you don't like alot of lines:

pawn Code:
CMD:dl(playerid, params[]) return 0;
Reply


Messages In This Thread
How to disable client commands? - by d711728 - 21.02.2014, 20:21
Re: How to disable client commands? - by Dignity - 21.02.2014, 20:22
Re: How to disable client commands? - by kooltuO - 21.02.2014, 20:25
Re: How to disable client commands? - by Dignity - 21.02.2014, 20:28
Re: How to disable client commands? - by d711728 - 21.02.2014, 20:31
Re: How to disable client commands? - by Dignity - 21.02.2014, 20:36
Re: How to disable client commands? - by Jochemd - 21.02.2014, 20:38

Forum Jump:


Users browsing this thread: 2 Guest(s)