mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 07:01:50 +00:00
bots watch for players tagged
This commit is contained in:
@ -11,6 +11,17 @@ init()
|
||||
return;
|
||||
|
||||
level thread onConnected();
|
||||
level thread onframe();
|
||||
}
|
||||
|
||||
onframe()
|
||||
{
|
||||
for(;;)
|
||||
{
|
||||
wait 0.05;
|
||||
|
||||
if(getDvarInt("developer")) print("time:" + getTime() + " child0:" + getVarUsage(0) + " child1:" + getVarUsage(1) + " notifycount:" + getVarUsage(2));
|
||||
}
|
||||
}
|
||||
|
||||
onConnected()
|
||||
|
Reference in New Issue
Block a user