10.10.2011, 04:29
pawn Код:
new csGet[MAX_PLAYERS];
pawn Код:
if (DistanciaPontos(1607.537353, 1817.338500, ppx, ppy) < 3)
{
if(csGet[playerid] == 1) return SendClientMessage(playerid, 0x00BFFFAA, "Vocк pegou life а pouco tempo, espere alguns segundos e tente novamente");
SetPlayerHealth(playerid, 100.0);
csGet[playerid] = 1;
SetTimer("TryGet", 60000, 0);
return 1;
}
pawn Код:
forward TryGet(playerid);
public TryGet(playerid) return csGet[playerid] = 0;