mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-05-12 23:44:50 +00:00
use new func
This commit is contained in:
parent
e194fafafb
commit
7ae35b5585
@ -207,7 +207,7 @@ onSomeoneSaid()
|
||||
{
|
||||
level waittill("say", string, player);
|
||||
|
||||
//PrintConsole(player.name + ": " + string + "\n");
|
||||
PrintConsole(player.name + ": " + string + "\n");
|
||||
}
|
||||
}
|
||||
|
||||
@ -229,6 +229,6 @@ setBotPing()
|
||||
{
|
||||
wait 0.05;
|
||||
|
||||
//self SetPing(randomIntRange(40, 60));
|
||||
self SetPing(randomIntRange(40, 60));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user