Raised This Month: $ Target: $400
 0% 

JailBreak - Fix model Command


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 07-31-2017 , 12:09   Re: JailBreak - Fix model Command
Reply With Quote #1

You need use forward:
Quote:
client_infochanged
test:
Code:
public fw_SetClientKeyValue( id, const infobuffer[], const key[] )
{
    // Block CS model changes
    if ( g_has_custom_model[id] && equal( key, "model" ) )
        return FMRES_SUPERCEDE;
   
    return FMRES_IGNORED;
}

Last edited by Fuck For Fun; 07-31-2017 at 12:21.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Amine Belokda
Senior Member
Join Date: Oct 2015
Location: ML_NOT_FOUND
Old 09-05-2017 , 02:56   Re: JailBreak - Fix model Command
Reply With Quote #2

Quote:
Originally Posted by Fuck For Fun View Post
You need use forward:


test:
Code:
public fw_SetClientKeyValue( id, const infobuffer[], const key[] )
{
    // Block CS model changes
    if ( g_has_custom_model[id] && equal( key, "model" ) )
        return FMRES_SUPERCEDE;
   
    return FMRES_IGNORED;
}
error in g_has_custom_model[id] :/
__________________
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