mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 14:25:43 +00:00
nerf iw4credits
This commit is contained in:
parent
53d50b07cb
commit
a107c7ecb0
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user