View Single Post
AtomicStryker
Veteran Member
Join Date: Apr 2009
Location: Teutonia!!
Old 08-12-2013 , 08:49   Re: [EXTENSION] [L4D2] Melee Spawn Control (1.0.0.4)
Reply With Quote #26

Would you kindly detour this and return true on it - could fix CS weapons back in

PHP Code:
            "CDirectorItemManager::IsWeaponAllowedToExist" //  CDirectorItemManager::IsWeaponAllowedToExist(CSWeaponID), should be an  int param
            /*
                Find by string "no_cs_weapons", containing block is in  inlined method on windows. Actual method contains "allow_cola" String
            */
            
{
                
"library"    "server"
                "linux"        "@_ZN20CDirectorItemManager22IsWeaponAllowedToExistE10CSWeaponID"
                "windows"     "\x55\x8B\xEC\x56\x8B\xF1\x8B\x0D\x2A\x2A\x2A\x2A\x8B\x01\x8B\x90\x2A\x2A\x2A\x2A\xFF\xD2\x84\xC0\x0F"
                
/* 55 8B EC 56 8B F1 8B 0D ? ? ? ? 8B 01 8B 90 ? ? ? ? FF D2 84 C0 0F */
            

AtomicStryker is offline