28.07.2012, 19:22
pawn Код:
new OilZone;
// ...
OilZone = GangZoneCreate(90, 1332, 288, 1494);
pawn Код:
//
else if(IsPlayerInDynamicArea(playerid, OilArea))
{
GangZoneFlashForAll(OilZone, GetPlayerGangColor(playerid));
format(string, sizeof(string), "%s", "OilZone");
}
PlayerCount[playerid] = 30;
PlayerCountTimer[playerid] = SetTimerEx("GangCount", 1000, true, "iis[128]", playerid, checkpointid, string);