mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-10-29 12:26:56 +00:00
small changes
This commit is contained in:
@@ -85,6 +85,17 @@ BotBuiltinIsBot()
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
Sets angles
|
||||
*/
|
||||
BotBuiltinBotAngles( angles )
|
||||
{
|
||||
if ( isdefined( level.bot_builtins ) && isdefined( level.bot_builtins[ "botangles" ] ) )
|
||||
{
|
||||
self [[ level.bot_builtins[ "botangles" ] ]]( angles );
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Returns if player is the host
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user