forked from UNLOZE/sm-plugins
BossHP: more shekels + CashManager: couple changes
This commit is contained in:
@@ -84,7 +84,7 @@ public void OnBossDamaged(CBoss Boss, CConfig Config, int client, float damage)
|
||||
if (!IsValidClient(client))
|
||||
return;
|
||||
|
||||
SetEntProp(client, Prop_Send, "m_iAccount", GetEntProp(client, Prop_Send, "m_iAccount") + 1);
|
||||
SetEntProp(client, Prop_Send, "m_iAccount", GetEntProp(client, Prop_Send, "m_iAccount") + 2);
|
||||
|
||||
bool bBreakable;
|
||||
CConfig _Config = view_as<CConfig>(Config);
|
||||
|
||||
Reference in New Issue
Block a user