mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-23 00:15:44 +00:00
fix none scr errors
This commit is contained in:
parent
86477e579f
commit
4db478c8f1
@ -342,7 +342,7 @@ watchPickupGun()
|
|||||||
{
|
{
|
||||||
wait 1;
|
wait 1;
|
||||||
|
|
||||||
if ( self GetAmmoCount( self GetCurrentWeapon() ) )
|
if ( weap != "none" && self GetAmmoCount( weap ) )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
self thread use( 0.5 );
|
self thread use( 0.5 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user