maint: update for gsc-tool

This commit is contained in:
2024-03-20 12:42:06 +01:00
parent 4e32a6b95f
commit ec3f0cdb1a
2 changed files with 6 additions and 3 deletions

View File

@@ -100,12 +100,14 @@
#define WAIT_ANY_RET(ent, ...) ent waittill_any_return( __VA_ARGS__ )
#endif
#if !defined(TOOL)
#define PLAYER_NOTIFY_CMD(ent, str, action) ent notifyOnPlayerCommand( str, action )
#endif
/* Tweak as necessary. Can be return, continue or break */
#define CHK_ACTION continue
#if defined(IW4MP) || defined(IW5x) || defined(IW5)
#if (defined(IW4MP) || defined(IW5x) || defined(IW5)) && !defined(TOOL)
#define BOT_CHK(ent) \
if ( ent isTestClient() ) \
{ \