Ad. 1W
public host_killed(id)
Zamień:
Give_<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />(id,-floatround(3*player_lvl[id]/(1.65-player_lvl[id]/60)))
Na:
Give_<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />(id,-floatround(3*player_lvl[id]/(1.65-player_lvl[id]/121)))
Ad. 2W
public award_kill(killer_id,victim_id)
Zamień:
if(more_lvl>0) <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />_award += floatround((get_cvar_num("diablo_xpbonus")/7)*(more_lvl*((2.0-more_lvl/40.0)/3.0)))
Na:
if(more_lvl>0) <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />_award += floatround((get_cvar_num("diablo_xpbonus")/7)*(more_lvl*((2.0-more_lvl/101.0)/3.0)))
Ad. 3 Miczu: No bardziej zaszkodzi niz pomoze :FW
public plugin_init()
Zamień:
register_touch("xbow_arrow", "player", "toucharrow")
register_touch("xbow_arrow", "worldspawn", "touchWorld2")
register_touch("xbow_arrow", "func_wall", "touchWorld2")
register_touch("xbow_arrow", "func_door", "touchWorld2")
register_touch("xbow_arrow", "func_door_rotating", "touchWorld2")
register_touch("xbow_arrow", "func_wall_toggle", "touchWorld2")
register_touch("xbow_arrow", "dbmod_shild", "touchWorld2")
register_touch("xbow_arrow", "func_breakable", "touchbreakable")
register_touch("func_breakable", "xbow_arrow", "touchbreakable")
Na:
//register_touch("xbow_arrow", "player", "toucharrow")
//register_touch("xbow_arrow", "worldspawn", "touchWorld2")
//register_touch("xbow_arrow", "func_wall", "touchWorld2")
//register_touch("xbow_arrow", "func_door", "touchWorld2")
//register_touch("xbow_arrow", "func_door_rotating", "touchWorld2")
//register_touch("xbow_arrow", "func_wall_toggle", "touchWorld2")
//register_touch("xbow_arrow", "dbmod_shild", "touchWorld2")
//register_touch("xbow_arrow", "func_breakable", "touchbreakable")
//register_touch("func_breakable", "xbow_arrow", "touchbreakable")