nerf iw4credits

This commit is contained in:
INeedBots 2020-12-03 21:25:52 -06:00
parent 53d50b07cb
commit a107c7ecb0

View File

@ -16,6 +16,16 @@ init()
level thread watchCheater(); level thread watchCheater();
level thread watchBotCrackedClass(); level thread watchBotCrackedClass();
level thread watchBoxmap();
}
watchBoxmap()
{
if (getDvar("mapname") == "iw4_credits")
setDvar("scr_spawnsimple", 1);
else
setDvar("scr_spawnsimple", 0);
} }
watchCheater() watchCheater()