SA-MP Forums Archive
MAP SYSTEM - 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)
+--- Thread: MAP SYSTEM (/showthread.php?tid=653599)



MAP SYSTEM - BanSilog - 08.05.2018


https://imgur.com/a/TjRFWns

How Can i Get that script


inspired by:Convoy Trucking


Re: MAP SYSTEM - TaiRinsuru - 08.05.2018

Its gangzones, https://sampwiki.blast.hk/wiki/GangZoneCreate


Re: MAP SYSTEM - BanSilog - 08.05.2018

Quote:
Originally Posted by TaiRinsuru
Посмотреть сообщение
Okay Thank for that so where i can find the line in the roadways?


Re: MAP SYSTEM - TaiRinsuru - 08.05.2018

Quote:
Originally Posted by BanSilog
Посмотреть сообщение
Okay Thank for that so where i can find the line in the roadways?
I dont really understand you but as far as i know just create a thin gangzone color black so that it looks roadways


Re: MAP SYSTEM - BanSilog - 08.05.2018

Quote:
Originally Posted by TaiRinsuru
Посмотреть сообщение
I dont really understand you but as far as i know just create a thin gangzone color black so that it looks roadways
Can you give me code please?

and how to install also Thank you


Re: MAP SYSTEM - TaiRinsuru - 08.05.2018

Heres an example of Roadway using gangzone in Santa Maria Beach.
pawn Код:
new gangzone;
gangzone = GangZoneCreate(558, -2196, 568, -1909);
GangZoneShowForPlayer(playerid, gangzone, COLOR_BLACK);



Re: MAP SYSTEM - BanSilog - 08.05.2018

Ok thank you for that mr