SA-MP Forums Archive
Gang Zone doesn't flash after player respawn - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Gang Zone doesn't flash after player respawn (/showthread.php?tid=414658)



Gang Zone doesn't flash after player respawn - dusk - 10.02.2013

My Gang Zone stops flashing when the killed player respawns.

Please Any help?

Here's the script for flashing:
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,0x80008077);
    }



Re: Gang Zone doesn't flash after player respawn - dusk - 10.02.2013

bump


Re: Gang Zone doesn't flash after player respawn - dusk - 10.02.2013

bump,any help?