iw5: more macros
All checks were successful
Build / build-linux (push) Successful in 7s

This commit is contained in:
2024-03-20 18:38:22 +01:00
parent 8091ca53bb
commit 706408d20f
2 changed files with 22 additions and 9 deletions

View File

@@ -12,11 +12,7 @@
GENERIC_INIT;
onPlayerConnect()
{
while ( true )
{
level waittill( "connected", player );
_ON_PLAYER_CNCT_BEGIN
#if defined(TOOL)
waittillframeend;
@@ -35,8 +31,8 @@ onPlayerConnect()
player thread jumper();
player thread displaySpeed();
player thread onPlayerSpawned();
}
}
_ON_PLAYER_CNCT_END
displaySpeed()
{