Basically im running ES and sourcemod. I'm running Gungame51 using es_load ..
My problem is that I dont want humans to be able to level or win the game by nading or knifing the bots, when there are 2 or more humans
i know if you run gungame as a sourcemod plugin there is this
/** * Dont use bots levels for handicap calculation. * Dont give handicap level to bots too. */ "HandicapSkipBots" "0" /* Can bots win the game otherwise when they reach the last weapon and nothing will happen */ "BotsCanWinGame" "0" /* Allow level up by killing a bot with knife */ "AllowLevelUpByKnifeBot" "0" /* Allow level up by killing a bot with hegrenade */ "AllowLevelUpByExplodeBot" "0" /* Allow level up by killing a bot with knife if there is no other human */ "AllowLevelUpByKnifeBotIfNoHuman" "1" /* Allow level up by killing a bot with hegrenade if there is no other human */ "AllowLevelUpByExplodeBotIfNoHuman" "1"
Thank you for any help in advance