mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-09-08 17:07:25 +00:00
some misses
This commit is contained in:
@@ -146,7 +146,7 @@ watchPlayerOpenMenu()
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
while ( !self FragButtonPressed() || !self SecondaryOffhandButtonPressed() )
|
||||
while ( !self fragbuttonpressed() || !self secondaryoffhandbuttonpressed() )
|
||||
{
|
||||
wait 0.05;
|
||||
}
|
||||
@@ -179,7 +179,7 @@ watchPlayerOpenMenu()
|
||||
}
|
||||
}
|
||||
|
||||
while ( self FragButtonPressed() && self SecondaryOffhandButtonPressed() )
|
||||
while ( self fragbuttonpressed() && self secondaryoffhandbuttonpressed() )
|
||||
{
|
||||
wait 0.05;
|
||||
}
|
||||
|
Reference in New Issue
Block a user