Page 1 of 1

Re: Problem on WC3FT Server with ORC. (LimitAWP)

Posted: Thu May 14, 2009 11:40 am
by whosyourdaddy
open up shared.inl and find

Code: Select all

if ( iWeapID != CSW_C4 && iWeapID != CSW_FLASHBANG )
replace that with

Code: Select all

if ( iWeapID != CSW_C4 && iWeapID != CSW_FLASHBANG  && iWeapID != CSW_AWP )
then recompile and congratz they dont spawn with awp anymore

Re: Problem on WC3FT Server with ORC. (LimitAWP)

Posted: Fri May 15, 2009 2:35 am
by whosyourdaddy
they both use the same function