mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-21 01:55:43 +00:00
fast stuck
This commit is contained in:
parent
77307ee21b
commit
cd7d315460
@ -1536,7 +1536,7 @@ movetowards(goal)
|
|||||||
else
|
else
|
||||||
timeslow = 0;
|
timeslow = 0;
|
||||||
|
|
||||||
if(stucks == 3)
|
if(stucks == 1)
|
||||||
self notify("bad_path_internal");
|
self notify("bad_path_internal");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1819,6 +1819,7 @@ changeToWeap(weap)
|
|||||||
if (toks[0] == "gl")
|
if (toks[0] == "gl")
|
||||||
{
|
{
|
||||||
self setSpawnWeapon(weap);
|
self setSpawnWeapon(weap);
|
||||||
|
//self botWeapon("");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user