SA-MP Forums Archive
Need an advice from scripters - 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: Need an advice from scripters (/showthread.php?tid=133173)



Need an advice from scripters - leapfish - 11.03.2010

Hello,
I have a few questions and I want you to give me some advises...

I have gangwar gamemod in Los Santos and I wanna know what's the best and easiest way of adding new Teams and vehicles, and making their gangzone color area, etc, etc...

This gamemode uses like coordinates to detect in which area is gangzone...
Like
Код:
{ 58, "Market",       926.90, -1577.50, 1370.80, -1416.20, BIKERS_COLOR,  TEAM_BIKERS,  -1, 0, 0, 0, 0},
{ 59, "Downtown LS",    1370.80, -1384.90, 1463.90, -1170.80, WORKERS_COLOR, TEAM_WORKERS, -1, 0, 0, 0, 0}
How can I know coordinates of each location in Los santos :S

Please help if you know some of these things


Re: Need an advice from scripters - leapfish - 11.03.2010

Anyone?


Re: Need an advice from scripters - Zimon95 - 11.03.2010

To make gangzones I suggest you to use this FS: http://forum.sa-mp.com/index.php?topic=145781.0 it's really nice.


Re: Need an advice from scripters - leapfish - 11.03.2010

And if I make gangzones with that FS, will I also get coordinates of area I marked??


Re: Need an advice from scripters - Torran - 11.03.2010

http://forum.sa-mp.com/index.php?topic=14702.0
Is especially good for getting gangzone coords,
It wil give you the code and tell you where they go,
It can also do world boundries and lots of other things