This commit is contained in:
@ -4,7 +4,11 @@
|
||||
#define TOOL
|
||||
#endif
|
||||
|
||||
#if !defined(TOOL)
|
||||
#inline scripts\mp\_utility;
|
||||
#else
|
||||
#include "_utility.gsh"
|
||||
#endif
|
||||
|
||||
GENERIC_INIT;
|
||||
|
||||
@ -14,7 +18,9 @@ onPlayerConnect()
|
||||
{
|
||||
level waittill( "connected", player );
|
||||
|
||||
#if defined(TOOL)
|
||||
waittillframeend;
|
||||
#endif
|
||||
|
||||
BOT_CHK( player );
|
||||
|
||||
|
Reference in New Issue
Block a user