How to add guild check here?

I think your problem is you can't attack your guild member that's why you want a guild check?

If it is add a mapflag:

Code:
OnStart:    warpparty "guild_vs2",89,49,$@TeamID1;    warpparty "guild_vs2",11,49,$@TeamID2;    setmapflag "guild_vs2",mf_pvp_noguild; // <--    set $@start,1;    end;
 
Back
Top