Removed old tHandles array, updated antistick a bit (just moved stuff).

This commit is contained in:
Greyscale
2009-04-21 02:03:35 +02:00
parent 1ec47ef154
commit 0f15efaa85
4 changed files with 17 additions and 75 deletions

View File

@ -55,15 +55,6 @@ new Handle:ztele_startup_timer = INVALID_HANDLE;
new Handle:ztele_countdown_timer[MAXPLAYERS + 1] = {INVALID_HANDLE, ...};
new Handle:ztele_cooldown_timer[MAXPLAYERS + 1] = {INVALID_HANDLE, ...};
// TODO: USE SEPARATE VARIABLE TO STORE TELEPORT TIMER HANDLE
// THEN WE CAN REMOVE tHandles ARRAY FOR GOOD.
#define MAXTIMERS 1
#define TTELE 1
new Handle:tHandles[MAXPLAYERS + 1][MAXTIMERS];
/**
* Converts string of "yes" or "no" to a boolean value.
*