arg update

This commit is contained in:
ineed bots 2022-05-06 18:51:56 -06:00
parent 61ff4b574e
commit e76481e854

View File

@ -1676,7 +1676,7 @@ bot_chat_tube_watch( state, tubeWp, tubeWeap, d, e, f, g )
/* /*
bot_chat_killstreak_watch( streakName, b, c, d, e, f, g ) bot_chat_killstreak_watch( streakName, b, c, d, e, f, g )
*/ */
bot_chat_killstreak_watch( state, streakName, campSpot, d, e, f, g ) bot_chat_killstreak_watch( state, streakName, c, directionYaw, e, f, g )
{ {
self endon( "disconnect" ); self endon( "disconnect" );
@ -1685,6 +1685,8 @@ bot_chat_killstreak_watch( state, streakName, campSpot, d, e, f, g )
case "call": case "call":
switch ( streakName ) switch ( streakName )
{ {
location = c;
case "helicopter_flares": case "helicopter_flares":
switch ( randomint( 1 ) ) switch ( randomint( 1 ) )
{ {
@ -1811,6 +1813,7 @@ bot_chat_killstreak_watch( state, streakName, campSpot, d, e, f, g )
break; break;
case "camp": case "camp":
campSpot = c;
break; break;
} }
} }