mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 12:53:21 +00:00
update some plugins
This commit is contained in:
parent
8bcffc9e1e
commit
788981e7f9
9 changed files with 61 additions and 22 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue