atomic-penguin / sm-hidden

Hidden:Source like mod for TF2
GNU General Public License v3.0
2 stars 2 forks source link

https://github.com/atomic-penguin/sm-hidden/issues/13 #33

Closed ghost closed 11 years ago

ghost commented 11 years ago

http://forums.alliedmods.net/showthread.php?t=99147 based on this plugin it seems to use a global constant defined as (1<<11) which we already had defined

ghost commented 11 years ago

in the plugin (1<<11) is defined as PLAYER_FIRSTBLOOD whereas we define it as HIDEHUD_BONUS_PROGRESS, i'm working on the assumption that it will function the same

ghost commented 11 years ago

// Player Condition ----------------------------------------------------------

define PLAYER_FIRSTBLOOD (1 << 11)

from ln.35

ghost commented 11 years ago

ok so do we think it will work if we also have a

define PLAYER_FIRSTBLOOD (1 << 11)

?