Raised This Month: $ Target: $400
 0% 

Disable model changing


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
blAck.
Member
Join Date: Jun 2018
Old 08-01-2018 , 15:49   Re: Disable model changing
Reply With Quote #5

Quote:
Originally Posted by HamletEagle View Post
Show what you tried then.
I tried this
Code:
#include <amxmodx> #include <fakemeta> #define PLUGIN "Model Blocker" #define VERSION "0.1" #define AUTHOR "whoever" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_forward(FM_ClientUserInfoChanged, "fw_ClientUserInfoChanged") } public fw_ClientUserInfoChanged(id, buffer)     return FMRES_SUPERCEDE
And this too
Code:
#include <amxmodx> #include <fakemeta> // MercyLezZ svc_bad and models Tutorial public plugin_init()    register_forward(FM_SetClientKeyValue, "Fw_SetClientKeyValue") public Fwd_SetClientKeyValue(id, const infobuffer[], const key[]) {       if (equal(key, "model"))         return FMRES_SUPERCEDE;             return FMRES_IGNORED; }
But nothing works...

Last edited by blAck.; 08-01-2018 at 15:56.
blAck. is offline
 



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 12:48.


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