Gang Zone stops flashing after respawn
#3

That will just make it always flash,i want it to start after someones killed there.
OnGameModeInit
pawn Код:
Grove1 = GangZoneCreate(2343.640, -1732.445, 2642.237, -1613.464);
And OnPlayerDeath:
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);
    }
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
Reply


Messages In This Thread
Gang Zone stops flashing after respawn,anyone? - by dusk - 07.02.2013, 14:22
Re: Gang Zone stops flashing after respawn - by Jstylezzz - 07.02.2013, 14:28
Re: Gang Zone stops flashing after respawn - by dusk - 07.02.2013, 14:31
Re: Gang Zone stops flashing after respawn - by Jstylezzz - 07.02.2013, 14:33
Re: Gang Zone stops flashing after respawn - by dusk - 07.02.2013, 14:35
Re: Gang Zone stops flashing after respawn - by Jstylezzz - 07.02.2013, 14:37
Re: Gang Zone stops flashing after respawn - by dusk - 07.02.2013, 14:44
Re: Gang Zone stops flashing after respawn - by dusk - 07.02.2013, 15:41
Re: Gang Zone stops flashing after respawn - by dusk - 07.02.2013, 18:56
Re: Gang Zone stops flashing after respawn - by dusk - 08.02.2013, 10:46

Forum Jump:


Users browsing this thread: 2 Guest(s)