Garey27 / hitbox_fixer

GNU General Public License v3.0
57 stars 11 forks source link

I have discovered this issue and don't know how to fix it. There is a conflict between using your mode and the plugin I wrote! #17

Open CSLambda opened 5 months ago

CSLambda commented 5 months ago

I have discovered this issue and don't know how to fix it. There is a conflict between using your mode and the plugin I wrote!

public plugin_init() { register_event("StatusValue","Audience_status","bd","1=2") }

public Audience_status(id) { if(!is_user_alive(read_data(2))||pev(id,pev_iuser1)!=4) { // interrupt set_hudmessage(0,0,0,0.0,0.0,0,0.0,0.0,0.0,0.0,3) show_hudmessage(id,"") return PLUGIN_CONTINUE } if(pev(id,pev_iuser2)==read_data(2)) { // Always showing set_hudmessage(255,255,0,1.0,0.615,0,0.0,255.0,0.0,0.0,3) show_hudmessage(id,"HUD") } return PLUGIN_CONTINUE }

This is my 5vs5 game mode https://share.weiyun.com/w93dhMji

CSLambda commented 5 months ago

After use pev(id,pev_iuser1)!=4 There have been constant misjudgments