07.11.2017, 07:53
Real Business Texture Pack
This is a proof of concept and a (literally) texture pack for SA-MP. Some screenshots below.
ScreenshotsThis is a proof of concept and a (literally) texture pack for SA-MP. Some screenshots below.
Installation
To install this pack, download the models folder from http://qschurman.net/samp/models.zip and unzip it to your SA-MP server directory. Then, in your gamemode, you must add the following code.
Under OnGameModeInit:
pawn Code:
CreateObject(-2001, 1845.79, -1855.65, 15.9844, 0.0, 0.0, 0.0);
CreateObject(-2002, 1353.2578, -1764.5313, 15.5938, 180, 180, 0.0);
CreateObject(-2003, 1315.3672, -887.4688, 41.7031, 0.0, 0.0, 0.0);
CreateObject(-2004, 801.1484, -1618.4922, 19.8047, 0.0, 0.0, 0.0);
CreateObject(-2005, 2385.1875, -1906.5156, 18.4453, 0.0, 0.0, 0.0);
CreateObject(-2006, 2402.3125, -1503.5938, 28.9922, 0.0, 0.0, 0.0);
CreateObject(-2007, 958.82, -1359.87, 17.9688, 0.0, 0.0, 90);
CreateObject(-2008, 2112.9375, -1797.0938, 19.3359, 0.0, 0.0, 0.0);
CreateObject(-2009, 1197.3203, -899.2109, 45.0938, 0.0, 0.0, 350.5);
pawn Code:
RemoveBuildingForPlayer(playerid, 5041, 1845.7891, -1855.6484, 15.9844, 0.25);
RemoveBuildingForPlayer(playerid, 4022, 1353.2578, -1764.5313, 15.5938, 0.25);
RemoveBuildingForPlayer(playerid, 5762, 1315.3672, -887.4688, 41.7031, 0.25);
RemoveBuildingForPlayer(playerid, 6257, 801.1484, -1618.4922, 19.8047, 0.25);
RemoveBuildingForPlayer(playerid, 5168, 2385.1875, -1906.5156, 18.4453, 0.25);
RemoveBuildingForPlayer(playerid, 17534, 2402.3125, -1503.5938, 28.9922, 0.25);
RemoveBuildingForPlayer(playerid, 5813, 958.8203, -1359.8672, 17.9688, 0.25);
RemoveBuildingForPlayer(playerid, 5418, 2112.9375, -1797.0938, 19.3359, 0.25);
RemoveBuildingForPlayer(playerid, 5742, 1197.3203, -899.2109, 45.0938, 0.25);
This should be in your artconfig.txt:
pawn Code:
AddSimpleModel(-1,5040, -2001, "unionliq_las.dff", "shopliquor_las.txd");
AddSimpleModel(-1,4022, -2002, "foodmart1_lan.dff", "lanblokb2.txd");
AddSimpleModel(-1,5762, -2003, "foodmartlawn.dff", "foodlawn.txd");
AddSimpleModel(-1,6257, -2004, "burger01_law.dff", "burgsh01_law.txd");
AddSimpleModel(-1,5168, -2005, "cluckinbell1_las2.dff", "lashops6_las2.txd");
AddSimpleModel(-1,17534,-2006, "cluckinbell1_lae.dff", "furniture_lae2.txd");
AddSimpleModel(-1,5813, -2007, "lawnshop1.dff", "lawnabv.txd");
AddSimpleModel(-1,5418, -2008, "lae711block01.dff", "idlewood3_lae.txd");
AddSimpleModel(-1,5742, -2009, "lawnstuff15.dff", "lawnshite2n.txd");