mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-23 23:15:43 +00:00
init time
This commit is contained in:
parent
1272026e97
commit
7fb2906d62
@ -135,8 +135,11 @@ init()
|
|||||||
if ( !isdefined( game[ "botWarfare" ] ) )
|
if ( !isdefined( game[ "botWarfare" ] ) )
|
||||||
{
|
{
|
||||||
game[ "botWarfare" ] = true;
|
game[ "botWarfare" ] = true;
|
||||||
|
game[ "botWarfareInitTime" ] = gettime();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
level.bot_inittime = gettime();
|
||||||
|
|
||||||
level.bots_minsprintdistance = 315;
|
level.bots_minsprintdistance = 315;
|
||||||
level.bots_minsprintdistance *= level.bots_minsprintdistance;
|
level.bots_minsprintdistance *= level.bots_minsprintdistance;
|
||||||
level.bots_mingrenadedistance = 256;
|
level.bots_mingrenadedistance = 256;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user