Raised This Month: $ Target: $400
 0% 

CheckWinConditions doesn't work


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
colossus
Member
Join Date: Sep 2013
Old 05-15-2015 , 22:23   CheckWinConditions doesn't work
Reply With Quote #1

The message (server_print) never send
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <orpheu>

#define PLUGIN "CheckWinConditions"
#define VERSION "1.0"
#define AUTHOR "colossus"

new g_pGameRules
public plugin_precache() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
OrpheuRegisterHookOrpheuGetFunction"InstallGameRules" ), "OnInstallGameRules"OrpheuHookPost );
}

public 
OrpheuHookReturn:OnInstallGameRules()
{
    
g_pGameRules OrpheuGetReturn();
}

public 
plugin_init()
{
    new 
OrpheuFunction:handleFunc OrpheuGetFunctionFromObject(g_pGameRules"CheckWinConditions""CGameRules" );
    
OrpheuRegisterHook(handleFunc"OnCheckWinConditions_Pre" OrpheuHookPre);
    
OrpheuRegisterHook(handleFunc"OnCheckWinConditions_Post" OrpheuHookPost);
}

public 
OnCheckWinConditions_Pre( const handleGameRules ){ server_print("---------- OnCheckWinConditions_Pre ----------"); }
public 
OnCheckWinConditions_Post( const handleGameRules ){ server_print("---------- OnCheckWinConditions_Post ----------"); } 
version
Spoiler


meta version
Spoiler


amxx version
Spoiler


meta list
Spoiler


amxx list
Spoiler


virtualFunction: cstrike/addons/amxmodx/configs/orpheu/virtualFunctions/CGameRules
Spoiler

Last edited by colossus; 05-16-2015 at 01:50.
colossus is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 05-16-2015 , 03:01   Re: CheckWinConditions doesn't work
Reply With Quote #2

Should be 65 for both now.
__________________
Arkshine is offline
colossus
Member
Join Date: Sep 2013
Old 05-17-2015 , 06:00   Re: CheckWinConditions doesn't work
Reply With Quote #3

Quote:
Originally Posted by Arkshine View Post
Should be 65 for both now.
Thanks ;)
colossus is offline
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 06:05.


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