DipsicDude

a (mostly) modern literary journey. reviews and musings from an unfettered mind.

Cs 1.6 Level: System Plugin

g_pCvarEnable = register_cvar("lvlsys_enable", "1") g_MsgHUD = get_user_msgid("SayText")

else

public FwdTakeDamage(victim, inflictor, attacker, Float:damage, damagebits) attacker == victim) return HAM_IGNORED if(!get_pcvar_num(g_pCvarEnable)) return HAM_IGNORED cs 1.6 level system plugin

if(!is_user_connected(killer)

register_plugin(PLUGIN, VERSION, AUTHOR) g_pCvarEnable = register_cvar("lvlsys_enable"

new Float:newDamage = damage * DAMAGE_MULT[lvl] SetHamParamFloat(4, newDamage) cs 1.6 level system plugin