SA-MP Forums Archive
Gang Zone Help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Gang Zone Help (/showthread.php?tid=76359)



Gang Zone Help - wilton - 04.05.2009

I am creating a gamemode for TDM, I create gangzones, someone could help me do that?

Gangzone the handle had to be a checkpoint, the gang would be opponent in 30 sec checkpoint to dominate the gangzone.

I already have the coordinator of gang zone and cheackpoints:

GangZone:

Код:
  Cop = GangZoneCreate(-1707.125, 665.0712, -1571.931, 751.8604);
  Triad = GangZoneCreate(-2236.313, 601.9517, -2147.471, 751.8604);
  Rifa = GangZoneCreate(-2483.524, -190.9861, -2421.721, 49.6567);
  Nang = GangZoneCreate(-1544.892, 1035.898, -1452.188, 1268.651);
Cheackpoints:

Код:
  cpCop = CPS_AddCheckpoint(-1620.7502,685.2854,7.1875,2.0,80);
  cpTriad = CPS_AddCheckpoint(-2193.0190,645.4333,49.4375,2.0,80);
  cpRifa = CPS_AddCheckpoint(-2453.7444,-56.0562,33.8267,2.0,80);
  cpNang = CPS_AddCheckpoint(-1696.2458,1347.1715,7.1797,2.0,80);
I'm using include "Matraka's Checkpoint Streamer" http://forum.sa-mp.com/index.php?topic=35977.0

I am Brazilian. Sorry, My English is bad.





Re: Gang Zone Help - wilton - 04.05.2009

Help-me Please !


Re: Gang Zone Help - HB - 04.05.2009

What does it have to do?


Re: Gang Zone Help - wilton - 04.05.2009

I want to do a system gangzone (turfwar) of the partyserver to dominate the gangzone is so stay for a few seconds in the checkpoint, get it?


Re: Gang Zone Help - Mr_Finnigan - 05.05.2009

http://forum.sa-mp.com/index.php?topic=62201.0


In this gamemode when you stand in red zone marker for 20 seconds zone is yours ,maybe you can use this to figure it out .


Re: Gang Zone Help - wilton - 05.05.2009

ah, thanks.
I think it will help me a lot.