Re: Problem on WC3FT Server with ORC. (LimitAWP)
Posted: Thu May 14, 2009 11:40 am
open up shared.inl and find
replace that with
then recompile and congratz they dont spawn with awp anymore
Code: Select all
if ( iWeapID != CSW_C4 && iWeapID != CSW_FLASHBANG )
Code: Select all
if ( iWeapID != CSW_C4 && iWeapID != CSW_FLASHBANG && iWeapID != CSW_AWP )