register_message(get_user_msgid("Health"),"MessageHealth");
2. Znajdź w głównym kodzie moda i usuń
public MessageHealth(msg_id, msg_dest, msg_entity)
{
new health = get_msg_arg_int(1);
if(health < 256)
return;
if (!(health % 256))
set_pev(msg_entity, pev(msg_entity, pev_health)-1);
set_msg_arg_int(1, get_msg_argtype(1), 255);
}
3. Skompiluj poprawiony kod (plik sma na amxx) i wrzuć na serwer.
4. Wgraj plugin http://amxx.pl/topic/49256-0-hp-bug/ lub http://amxx.pl/topic...7-0-hp-bug-new/