Raised This Month: $ Target: $400
 0% 

JailBreak - Fix model Command


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 07-30-2017 , 03:25   Re: JailBreak - Fix model Command
Reply With Quote #1

Try this and put this plugin before jailbreak.amxx

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;

__________________

Last edited by Sanjay Singh; 07-30-2017 at 22:46.
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
Amine Belokda
Senior Member
Join Date: Oct 2015
Location: ML_NOT_FOUND
Old 07-30-2017 , 14:44   Re: JailBreak - Fix model Command
Reply With Quote #2

Quote:
Originally Posted by Sanjay Singh View Post
Try this and put this plugin before jailbreak.amxx

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

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

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

Not Work !
__________________
Amine Belokda is offline
Send a message via MSN to Amine Belokda
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode