Gang Zone doesn't flash after player respawn
#1

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);
    }
Reply


Messages In This Thread
Gang Zone doesn't flash after player respawn - by dusk - 10.02.2013, 08:25
Re: Gang Zone doesn't flash after player respawn - by dusk - 10.02.2013, 11:09
Re: Gang Zone doesn't flash after player respawn - by dusk - 10.02.2013, 16:28

Forum Jump:


Users browsing this thread: 1 Guest(s)