[Help]GangzoneFlash - 30 second pickup??
#3

i got something like this but it will only flash for Dutch team only
when you standing in how to make it for more teams?

above ongamemodeinit i got this
Quote:

forward gangzone1();
new PICKUPSHOOTINGAREA;

public OnGameModeInit i got this
Quote:

SHOOTINGAREA = GangZoneCreate(718.112915,1924.960449,641.861389,1 802.849731);

public OnPlayerSpawn(playerid) i got this
Quote:

GangZoneShowForPlayer(playerid, SHOOTINGAREA, COLOR_WHITE);

on playerpickupickup
Quote:

if(gTeam[playerid] == TEAM_DUTCH)
if ( pickupid == PICKUPSHOOTINGAREA) {
SetTimer("gangzone1",5000,true);
GangZoneFlashForAll(SHOOTINGAREA, COLOR_ORANGE);

and i maked new public somewere in script i got this
Quote:

public gangzone1()
{
GangZoneShowForAll(SHOOTINGAREA,COLOR_ORANGE);
return 1;
}

its works fine for dutch team only but can someone tell me how to put in a team extra
sorry for my bad english


this is my new updated script
it works fine(but dont steel pls)
its my first one
http://pastebin.com/vGUnUFBu

https://sampforum.blast.hk/showthread.php?tid=214011
other little bug in the script
but its little

hope someone respond on this bb
Reply


Messages In This Thread
[Help]GangzoneFlash - 30 second pickup?? - by Petrikk - 14.01.2011, 15:39
Re: [Help]GangzoneFlash - 30 second pickup?? - by Petrikk - 18.01.2011, 14:48
Re: [Help]GangzoneFlash - 30 second pickup?? - by Petrikk - 20.01.2011, 19:33

Forum Jump:


Users browsing this thread: 2 Guest(s)