mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
doesnt work
This commit is contained in:
parent
07f24e266f
commit
98aa33dbf0
@ -1,17 +0,0 @@
|
||||
#include common_scripts\utility;
|
||||
#include maps\mp\_utility;
|
||||
#include maps\mp\gametypes\_hud_util;
|
||||
#include maps\mp\bots\_bot_utility;
|
||||
|
||||
main()
|
||||
{
|
||||
replaceFunc( maps\mp\gametypes\_missions::mayProcessChallenges, ::mayProcessChallenges );
|
||||
}
|
||||
|
||||
mayProcessChallenges()
|
||||
{
|
||||
if ( self is_bot() )
|
||||
return false;
|
||||
|
||||
return ( level.rankedMatch );
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user