mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
grenade cook
This commit is contained in:
@ -117,9 +117,9 @@ getValidGrenade()
|
||||
return random(possibles);
|
||||
}
|
||||
|
||||
throwBotGrenade(gname)
|
||||
throwBotGrenade(gname, gtime)
|
||||
{
|
||||
return self maps\mp\bots\_bot_internal::botThrowGrenade(gname);
|
||||
return self maps\mp\bots\_bot_internal::botThrowGrenade(gname, gtime);
|
||||
}
|
||||
|
||||
botIsClimbing()
|
||||
|
Reference in New Issue
Block a user