07.02.2013, 14:31
That will just make it always flash,i want it to start after someones killed there.
OnGameModeInit
And OnPlayerDeath:
And i would appreciate if you told me how to find out if the player is in a zone,cuz its gonna suck when there is more zones in my way
OnGameModeInit
pawn Код:
Grove1 = GangZoneCreate(2343.640, -1732.445, 2642.237, -1613.464);
pawn Код:
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
if((X < 2642.237) && (X > 2343.640) && (Y < -1613.464) && (Y > -1732.445))
{
SetTimer("laikas",60000,false);
GangZoneFlashForAll(Grove1,0xFF0000FF);
}