Raised This Month: $ Target: $400
 0% 

Cvar Util problem, Game commencing


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
orel56000
Member
Join Date: Apr 2015
Old 08-08-2019 , 00:00   Re: Cvar Util problem, Game commencing
Reply With Quote #7

Quote:
Originally Posted by CrazY. View Post
Delete the one you've now and put this in amxmodx/configs/orpheu/functions/CHalfLifeMultiplay, check if that solve your problem.
Code:
{ 
    "name"      : "CheckWinConditions", 
    "class"     : "CHalfLifeMultiplay", 
    "library"   : "mod", 
    "identifiers" : 
    [ 
        { 
            "os"    : "windows", 
            "mod"   : "cstrike", 
            "value" : [0x83,"*","*",0x53,0x55,0x8B,"*",0x56,0x33,"*",0x57,0x8A,"*","*","*","*"]
        },  
        {  
            "os"    : "linux",  
            "mod"   : "cstrike",  
            "value" : "_ZN18CHalfLifeMultiplay18CheckWinConditionsEv"  
        } 
    ] 
}
if you read my code, you can see I added two checks, one says public when the public called and one says game comm when it detect game commencing, it shows the public message but dosen't show the game comm message, which means its successfully hooked the public but couldn't detect if its a game commencing.
orel56000 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 17:24.


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