Problem on WC3FT Server with ORC. (LimitAWP)

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

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

Post by whosyourdaddy » Thu May 14, 2009 11:40 am

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
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

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

Post by whosyourdaddy » Fri May 15, 2009 2:35 am

they both use the same function
Image

Post Reply