mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-26 14:11:49 +00:00
iw4x moment ._.
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user