mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-02 17:57:26 +00:00
use new func
This commit is contained in:
@@ -207,7 +207,7 @@ onSomeoneSaid()
|
|||||||
{
|
{
|
||||||
level waittill("say", string, player);
|
level waittill("say", string, player);
|
||||||
|
|
||||||
//PrintConsole(player.name + ": " + string + "\n");
|
PrintConsole(player.name + ": " + string + "\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -229,6 +229,6 @@ setBotPing()
|
|||||||
{
|
{
|
||||||
wait 0.05;
|
wait 0.05;
|
||||||
|
|
||||||
//self SetPing(randomIntRange(40, 60));
|
self SetPing(randomIntRange(40, 60));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user