mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
dvars
This commit is contained in:
parent
72d9223f48
commit
ea39456fd9
@ -609,6 +609,8 @@ getSpawnpoint_NearTeam( spawnpoints, favoredspawnpoints )
|
|||||||
obj = spawnstruct();
|
obj = spawnstruct();
|
||||||
|
|
||||||
alliedDistanceWeight = 2;
|
alliedDistanceWeight = 2;
|
||||||
|
if ( getDVar( "scr_alliedDistanceWeight" ) != "" )
|
||||||
|
alliedDistanceWeight = getDVarFloat( "scr_alliedDistanceWeight" );
|
||||||
|
|
||||||
//prof_begin(" spawn_basicsumdists");
|
//prof_begin(" spawn_basicsumdists");
|
||||||
myTeam = self.team;
|
myTeam = self.team;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user