27.11.2011, 17:04
PHP код:
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#define FILTERSCRIPT
#define TEAM_MEDIC 0
static gTeam[MAX_PLAYERS];
new bool:Injured[MAX_PLAYERS];
new DeathTimer[MAX_PLAYERS];
new RecoveryTimer[MAX_PLAYERS] = -1;
public OnFilterScriptInit()
{
SetTimer("HealthChecker", 1000, 1);
return 1;
}