Raised This Month: $51 Target: $400
 12% 

Undefined Symbol errors


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ozrich
AlliedModders Donor
Join Date: Oct 2015
Old 04-19-2019 , 05:52   Undefined Symbol errors
Reply With Quote #1

Hi Folks,

I'm receiving these errors for the below code

PHP Code:
D:\Libraries\Insurgency Development\Sourcemod\WIP\sourcemod\scripting\ozzy_respawn_v4.1.sp(957) : error 017undefined symbol "g_hGameConfig"
D:\Libraries\Insurgency Development\Sourcemod\WIP\sourcemod\scripting\ozzy_respawn_v4.1.sp(959) : error 017undefined symbol "g_hGameConfig"
D:\Libraries\Insurgency Development\Sourcemod\WIP\sourcemod\scripting\ozzy_respawn_v4.1.sp(968) : error 017undefined symbol "g_hGameConfig"
D:\Libraries\Insurgency Development\Sourcemod\WIP\sourcemod\scripting\ozzy_respawn_v4.1.sp(971) : error 017undefined symbol "g_hForceRespawn"
D:\Libraries\Insurgency Development\Sourcemod\WIP\sourcemod\scripting\ozzy_respawn_v4.1.sp(972) : error 017undefined symbol "g_hForceRespawn" 
PHP Code:
g_hGameConfig LoadGameConfigFile("insurgency.games");
    
    if (
g_hGameConfig == INVALID_HANDLE)
        
SetFailState("Fatal Error: Missing File \"insurgency.games\"!");

    
StartPrepSDKCall(SDKCall_Player);
    
char game[40];
    
GetGameFolderName(gamesizeof(game));
    
g_hPlayerRespawn EndPrepSDKCall();
    if (
StrEqual(game"insurgency"))
    {
        
PrepSDKCall_SetFromConf(g_hGameConfigSDKConf_Signature"ForceRespawn");
    }
    
    
g_hForceRespawn EndPrepSDKCall();
    if (
g_hForceRespawn == INVALID_HANDLE)
    {
        
SetFailState("Fatal Error: Unable to find signature for \"ForceRespawn\"!");
    } 
__________________
ozrich 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 15:51.


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