mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-06-29 15:51:53 +00:00
ishost builtin
This commit is contained in:
@ -17,6 +17,7 @@ init()
|
||||
level.bot_builtins["addtestclient"] = ::do_addtestclient;
|
||||
level.bot_builtins["notifyonplayercommand"] = ::do_notifyonplayercommand;
|
||||
level.bot_builtins["cmdexec"] = ::do_cmdexec;
|
||||
level.bot_builtins["ishost"] = ::do_ishost;
|
||||
}
|
||||
|
||||
do_printconsole( s )
|
||||
@ -103,3 +104,8 @@ do_cmdexec( a )
|
||||
{
|
||||
cmdexec( a );
|
||||
}
|
||||
|
||||
do_ishost()
|
||||
{
|
||||
self isHost();
|
||||
}
|
||||
|
Reference in New Issue
Block a user