View Single Post
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 02-14-2020 , 08:47   Re: Bad Camper 1.4.239
Reply With Quote #18

This worked for me.
Code:
        // ignore the meter if the player can legally camp or the player's meter is being ignored         if (allowTeamCamp[teamID] || (g_playerFlags[id] & METER_IGNORE) || !is_user_bot(id) ) continue;
__________________

Last edited by DJEarthQuake; 02-14-2020 at 20:22.
DJEarthQuake is offline