mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-20 21:25:42 +00:00
arg update
This commit is contained in:
parent
61ff4b574e
commit
e76481e854
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user