SA-MP Forums Archive
[Map] Los Santos Roads | v1 - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] Los Santos Roads | v1 (/showthread.php?tid=661808)



Los Santos Roads | v3 - ek2k18 - 15.12.2018


Los Santos Roads Textured

V2
If you use v2 you need add this below
Code:
	stock LSRoad(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz)
	{
		new
				object = CreateDynamicObject(modelid, x, y, z, rx, ry, rz, -1, -1, -1, 300.0, 0.0);
		for(new a = 0; a < 30; a++)
		{
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
		}
		return object;
	}

V3
If you use v3 you need add this below
Code:
	stock LSRoad(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz)
	{
		new
				object = CreateDynamicObject(modelid, x, y, z + 0.1, rx, ry, rz, -1, -1, -1, 300.0, 0.0);
		for(new a = 0; a < 30; a++)
		{
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
			SetDynamicObjectMaterial(object, a, 18800, "mroadhelix1", "road1-3", 0x00000000);
		}
		return object;
	}

PICTURE 1:
https://ibb.co/dbTtYH4
PICTURE 2:
https://ibb.co/jf46C3z
PICTURE 3:
https://ibb.co/CwCDP2q
PICTURE 4:
https://ibb.co/VpDgH2s

DOWNLOAD
v1(84 objects): https://pastebin.com/1PDsWkwY
v2(893 objects | With RemoveBuildingForPlayer): https://pastebin.com/VZu1fmix
v3(Recommended | 893 objects | Without RemoveBuildingForPlayer) https://pastebin.com/PGiZ5LZz




Re: Los Santos Roads | v1 - CraZZyKiLl3R69 - 15.12.2018

nice, I like it


Re: Los Santos Roads | v1 - SonnyGamer - 15.12.2018

Too much RemoveBuilding's and Idk if this is a MAP at all. I would better use GTA SA road texture mods than these laggy objects


Re: Los Santos Roads | v1 - ek2k18 - 16.12.2018

V3
Removed RemoveBuildingForPlayer
Download link:

https://pastebin.com/PGiZ5LZz