mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
iw4x moment ._.
This commit is contained in:
parent
073b120bc6
commit
85f5d42367
@ -1072,7 +1072,7 @@ classWatch()
|
|||||||
|
|
||||||
for ( ;; )
|
for ( ;; )
|
||||||
{
|
{
|
||||||
while ( !isdefined( self.pers["team"] ) || !allowClassChoice() )
|
while ( !isdefined( self.pers["team"] ) || !allowClassChoiceUtil() )
|
||||||
wait .05;
|
wait .05;
|
||||||
|
|
||||||
wait 0.5;
|
wait 0.5;
|
||||||
@ -1145,7 +1145,7 @@ teamWatch()
|
|||||||
|
|
||||||
for ( ;; )
|
for ( ;; )
|
||||||
{
|
{
|
||||||
while ( !isdefined( self.pers["team"] ) || !allowTeamChoice() )
|
while ( !isdefined( self.pers["team"] ) || !allowTeamChoiceUtil() )
|
||||||
wait .05;
|
wait .05;
|
||||||
|
|
||||||
wait 0.1;
|
wait 0.1;
|
||||||
|
@ -628,7 +628,7 @@ getValidTube()
|
|||||||
/*
|
/*
|
||||||
iw5
|
iw5
|
||||||
*/
|
*/
|
||||||
allowClassChoice()
|
allowClassChoiceUtil()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@ -636,7 +636,7 @@ allowClassChoice()
|
|||||||
/*
|
/*
|
||||||
iw5
|
iw5
|
||||||
*/
|
*/
|
||||||
allowTeamChoice()
|
allowTeamChoiceUtil()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user