update some plugins

This commit is contained in:
Jackzie 2021-09-23 08:46:26 -05:00
parent 8bcffc9e1e
commit 788981e7f9
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
9 changed files with 61 additions and 22 deletions

View file

@ -78,7 +78,7 @@ New logic overview:
3. Find the closest tank
4. Retreat if in close range (~300 units)
*/
public Action BotControlTimerV2(Handle timer)
Action BotControlTimerV2(Handle timer)
{
//remove timer once tanks no longer exists/are all dead or finale escape vehicle arrived
if(bEscapeReady || iAliveTanks == 0) {
@ -136,7 +136,7 @@ void resetPlugin() {
}
public void FindExistingTank() {
void FindExistingTank() {
//Loop all valid clients, check if they a BOT and an infected. Check for a name that contains "Tank"
iAliveTanks = 0;
char name[16];