03.07.2011, 12:36
So i have made a simple zone
How do i make it so a certain coloured person has to be in the area for 60 seconds so they have captured it.
Код:
new Grove_Base;
Код:
public OnGameModeInit() { Grove_Base = GangZoneCreate(2216.207, -1729.235, 2623.11, -1456.841); }
Код:
public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, Grove_Base, 0x80FF8096); GangZoneShowForPlayer(playerid, Vagos_Base, 0xF9F20096); return 1; }