Fixed zvision not disabled if setting in classes is blank. Removed zvision timer, not needed and wasted resources.

This commit is contained in:
richard
2009-02-16 01:38:46 +01:00
parent 527bb9be44
commit 4e1b587e15
4 changed files with 52 additions and 54 deletions

View File

@ -63,6 +63,8 @@ new bool:motherZombie[MAXPLAYERS+1];
new bool:gZombie[MAXPLAYERS+1];
new bool:gBlockMotherInfect[MAXPLAYERS+1];
new bool:bZVision[MAXPLAYERS+1];
new bool:bZVisionOn[MAXPLAYERS+1];
new String:ZVisionOverlay[MAXPLAYERS+1][PLATFORM_MAX_PATH];
new bool:dispHP[MAXPLAYERS+1];
new bool:pProtect[MAXPLAYERS+1];
new bool:gKilledByWorld[MAXPLAYERS+1] = {false, ...};