View Single Post
Mr.Freeman
Senior Member
Join Date: Nov 2013
Location: Canada
Old 08-09-2019 , 10:59   Re: [CSGO] Block Commands
Reply With Quote #6

Try this (Havent tested this in over a year)

PHP Code:
public void OnPluginStart() {
    
AddCommandListener(BlockCommandCallback"status");
}

public 
Action BlockCommandCallback(int client, const char[] commandint argc) {
    return 
Plugin_Handled;

__________________
Feel Free to PM me about any questions, I'll do my best to help
Mr.Freeman is offline