Jump to content
GIGN Forum

Bloķēt Caur Sienu Dmg


Recommended Posts

#include <amxmodx>

#include <fakemeta>

#include <fakemeta_util>

public plugin_init() {

register_plugin("block wall damage", "0.2", "evilxdeadly/eternity");

register_event("Damage", "on_damage", "b", "2!0", "3=0", "4!0");

}

public on_damage(id) {

static attacker; attacker = get_user_attacker(id);

if(!fm_is_ent_visible(attacker, id)) {

return PLUGIN_HANDLED;

}

return PLUGIN_CONTINUE;

}

kads varbut var so salabot vai iedot citu kurs bloke dmg ja ir siena prieksa?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...