28.05.2014, 20:58
i have a problem when someone starts capturing a zone with all the team, if the player who started capturing dies the zone fails to be captured!!!
i wanna do it only if all the team dies then the zone will fail...
so can anyone help ? thanks
i wanna do it only if all the team dies then the zone will fail...
so can anyone help ? thanks
pawn Код:
public onplayerdeath...
{
if(IsPlayerInDynamicArea(playerid, testRect))
{
UnderAttack[test] = 0;
GangZoneStopFlashForAll(Zone[test]);
KillTimer(timer[playerid][test]);
}
return 1;
}