Raised This Month: $51 Target: $400
 12% 

[CS:GO] item_equip event changes update 24/05/17


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 05-24-2017 , 13:09   [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #1

Before:
Code:
#define WEAPONTYPE_UNKNOWN = -1
#define WEAPONTYPE_KNIFE = 0
#define WEAPONTYPE_PISTOL = 1
#define WEAPONTYPE_SUBMACHINEGUN = 2
#define WEAPONTYPE_RIFLE = 3
#define WEAPONTYPE_SHOTGUN = 4
#define WEAPONTYPE_SNIPER_RIFLE = 5
#define WEAPONTYPE_MACHINEGUN = 6
#define WEAPONTYPE_C4 = 7
#define WEAPONTYPE_GRENADE = 8
After:
Code:
#define WEAPONTYPE_UNKNOWN -1
#define WEAPONTYPE_KNIFE 0
#define WEAPONTYPE_PISTOL 1
#define WEAPONTYPE_SUBMACHINEGUN 2
#define WEAPONTYPE_RIFLE 3
#define WEAPONTYPE_SHOTGUN 4
#define WEAPONTYPE_SNIPER_RIFLE 5
#define WEAPONTYPE_MACHINEGUN 6
#define WEAPONTYPE_C4 7
#define WEAPONTYPE_TASER 8 
#define WEAPONTYPE_GRENADE 9 
#define WEAPONTYPE_HEALTHSHOT 11
Maybe someone knows what type 10 could be?
__________________

Last edited by zipcore; 05-24-2017 at 13:09.
zipcore is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 05-24-2017 , 14:53   Re: [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #2

Why would they make the taser 8, why wouldn't just append to the numbers, instead of changing where grenades are.
Mitchell is offline
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 05-24-2017 , 15:30   Re: [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #3

I have no idea
__________________
zipcore is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 05-27-2017 , 00:39   Re: [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #4

Because Valve.
404UserNotFound is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 07-17-2017 , 10:10   Re: [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #5

yeah, just run into this issue.

this should be correct in https://wiki.alliedmods.net/Counter-...nts#item_equip

edit: it's a user contributed wiki... so I fixed it.
__________________
coding & free software

Last edited by shanapu; 07-17-2017 at 19:50.
shanapu is offline
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 07-18-2017 , 04:44   Re: [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #6

but still what is 10?
__________________
zipcore is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 07-18-2017 , 07:25   Re: [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #7

Maybe that wallhack grenade?
__________________
Neuro Toxin is offline
blacklagoon
Senior Member
Join Date: Jun 2012
Old 07-18-2017 , 08:28   Re: [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #8

or maybe a type for the item_heavyassaultsuit

Last edited by blacklagoon; 07-18-2017 at 08:28.
blacklagoon is offline
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 07-19-2017 , 03:33   Re: [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #9

it's not the tagreande nor the heavy assault suit
__________________
zipcore is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 07-19-2017 , 03:38   Re: [CS:GO] item_equip event changes update 24/05/17
Reply With Quote #10

Couldnt u just put all weapons / utilities on a map and have it print out the number to figure it out?
__________________
Neuro Toxin is offline
Reply



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 00:13.


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