View Single Post
FlaminSarge
Veteran Member
Join Date: Jul 2010
Old 06-05-2012 , 21:07   Re: [DEV] TF2 Items Info v1.7.6 (05.06.12)
Reply With Quote #20

Code:
            PrepSDKCall_SetFromConf(hGameConf, SDKConf_Virtual, "EquipWearable");
            PrepSDKCall_AddParameter(SDKType_CBaseEntity, SDKPass_Pointer);
            hSDKEquipWearable = EndPrepSDKCall();
            if( hSDKEquipWearable == INVALID_HANDLE )
            {
                StartPrepSDKCall(SDKCall_Player);
                PrepSDKCall_SetFromConf(hGameConf, SDKConf_Virtual, "EquipWearable");
Uh-oh!
__________________
Bread EOTL GunMettle Invasion Jungle Inferno 64-bit will break everything. Don't even ask.

All plugins: Randomizer/GiveWeapon, ModelManager, etc.
Post in plugin threads with questions.
Steam is for playing games.
You will be fed to javalia otherwise.
Psyduck likes replays.
FlaminSarge is offline