Raised This Month: $32 Target: $400
 8% 

Development Roundup, We need you!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Natsheh
Veteran Member
Join Date: Sep 2012
Old 01-10-2021 , 06:07   Re: Development Roundup, We need you!
Reply With Quote #29

Quote:
Originally Posted by fysiks View Post
Why do you think that? Do you have an example of code that is broken because of this? Also, wouldn't that remove CSW_P228 and CSW_G3SG1 through CSW_VESTHELM? Note that it is defined the same way in the cstrike module.

Additionally, if you can show it's actually a bug, you should create an issue on GitHub if you believe there is a bug.
because first bit ( 1 << 0 ) is a none weapon ( not used )

#define CSW_NONE 0

also lets not consider the VESTHELM of being a weapon.

CSW_ALL_WEAPONS should be more correct holding this value 0x7FFFFFFE = which is 0111 1111 1111 1111 1111 1111 1111 1110 in bits

excluding the CSW_VEST, CSW_VESTHELM and excluding THE CSW_NONE which is 0


Code:
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:33.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:45.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode