mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-04-22 15:25:42 +00:00
stock
This commit is contained in:
parent
22da80a8b4
commit
c714a5de37
@ -13,17 +13,5 @@ onPlayerConnect()
|
|||||||
|
|
||||||
player.clientid = level.clientid;
|
player.clientid = level.clientid;
|
||||||
level.clientid++; // Is this safe? What if a server runs for a long time and many people join/leave
|
level.clientid++; // Is this safe? What if a server runs for a long time and many people join/leave
|
||||||
|
|
||||||
player thread ok();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ok()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
for (;;)
|
|
||||||
{
|
|
||||||
wait 0.05;
|
|
||||||
self sayall("hi");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user