View Single Post
Natsheh
Veteran Member
Join Date: Sep 2012
Old 01-10-2021 , 04:27   Re: Development Roundup, We need you!
Reply With Quote #79

a small bug in cstrike_const.inc file


PHP Code:
const CSW_ALL_WEAPONS      = (~(1<<CSW_VEST)); 
should be

PHP Code:
const CSW_ALL_WEAPONS      = (~(CSW_ALL_ARMORS|1<<CSW_NONE) ) 
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 01-10-2021 at 06:32.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh