set_user_hitzones(index, 0, 0)
storm at stormwc3 dot com | Jul-21-04 09:55:46 |
there seems to be a bug with the set_user_hitzones in the amxmodx. i have a blanks plugin, but instead of giving the player blanks, it sets them to godmode (giving everyone blanks when shooting at that player). code: new player = cmd_target(id, arg, 5) if(!player) return PLUGIN_HANDLED set_user_hitzones(player, 0, 0) seems to be looking at the code like set_user_hitzones(0, player, 0) this plugin worked perfect under amx mod |