View Single Post
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 07-30-2017 , 22:47   Re: JailBreak - Fix model Command
Reply With Quote #5

Try this, if it doesnt work then u need to set specific model on that model command

PHP Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init() 
{
    
register_plugin("Block Models""1.0""$[Y]Y~#Rocks");
    
register_concmd("model","block_cmd");
}

public 
block_cmd(id)
{
    
client_print(idprint_chat,"This Command Is Blocked.")
    return 
PLUGIN_HANDLED;

__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh