Gang Zone stops flashing after respawn
#2

Since you didn't show any code, I'm not sure how you did everything.
If you do something like the samp wiki said:
pawn Код:
new gangzone;
 
public OnGameModeInit()
{
    gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
    return 1;
}
 
public OnPlayerSpawn(playerid)
{
    GangZoneFlashForPlayer(playerid,gangzone,COLOR_RED);
    return 1;
}
It might work.
Check: https://sampwiki.blast.hk/wiki/GangZoneFlashForPlayer

If this doesn't work, show some code, so we'll be able to help
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: 1 Guest(s)