This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ***************************************************************************************** | |
// ***************************************************************************************** | |
// ***************************************************************************************** | |
// ****************************************PC SA Main Script******************************** | |
// ***************************************************************************************** | |
// ***************************************************************************************** | |
// ***************************************************************************************** | |
SCRIPT_NAME MAIN //NEW MAIN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tbl_GarageBlipCoords={} | |
tbl_ApartmentBlipCoords={} | |
tbl_WarehouseBlipCoords={} | |
tbl_VehicleWarehouseBlipCoords={} | |
tbl_GarageBlipCoords={ | |
--[[2 Slot Low-End (13x)]] | |
{"142 Paleto Blvd",Vector3(-68.7020,6426.1479,30.4389)}, | |
{"1920 Senora Way",Vector3(2461.2202,1589.2552,32.0443)}, | |
{"197 Route 68",Vector3(218.0665,2601.8171,44.7668)}, | |
{"1932 Grapeseed Ave",Vector3(2554.1653,4668.0591,33.0233)}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tbl_Properties={--[[ID,Name,Tuneable(Price)/Price]] | |
{ 1,"Eclipse Towers, Apt 31",3950 }, | |
{ 2,"Eclipse Towers, Apt 9",3951 }, | |
{ 3,"Eclipse Towers, Apt 40",3952 }, | |
{ 4,"Eclipse Towers, Apt 5",3953 }, | |
{ 5,"3 Alta St, Apt 10",3954 }, | |
{ 6,"3 Alta St, Apt 57",3955 }, | |
{ 7,"Del Perro Heights, Apt 20",3956 }, | |
{ 8,"1162 Power St, Apt 3",3967 }, | |
{ 9,"0605 Spanish Ave, Apt 1",3968 }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[credits: MAFINS]] | |
tbl_BlipIcons={ | |
{1,"Standard"}, | |
{2,"BigBlip"}, | |
{3,"PoliceOfficer"}, | |
{4,"PoliceArea"}, | |
{5,"Square"}, | |
{6,"Player"}, | |
{7,"North"}, | |
{8,"Waypoint"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[Credits: MAFINS]] | |
tbl_Proplist={ --[[ Linecount: 15743 {Hash,Name}]] | |
{3027077612,"02gate3_l"}, | |
{1042741067,"apa_heist_apart2_door"}, | |
{2896828085,"apa_int_garage_wall_plug"}, | |
{1135516612,"apa_mp_apa_icon_mk_beast"}, | |
{1959483461,"apa_mp_apa_icon_mk_ring"}, | |
{2493467079,"apa_mp_apa_y1_l1a"}, | |
{2120129862,"apa_mp_apa_y1_l1b"}, | |
{1858928163,"apa_mp_apa_y1_l1c"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[credits: MAFINS]] | |
--[[ | |
local tbl=tbl_PedlistCat[1] | |
for i=tbl[2],tbl[4],1 do print('Catogery: '..tbl[1],'Model: '..tbl_Pedlist[i][2])end | |
Output: | |
Catogery: Player Model: player_zero | |
Catogery: Player Model: player_one | |
Catogery: Player Model: player_two |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tbl_VehiclePrices={--[[VehicleHash,VehicleName,TuneableHash,TuneableID/Price]] | |
{3078201489,"Adder","NONE","1000000"}, | |
{1283517198,"Airbus","NONE","550000"}, | |
{1560980623,"Airtug","NONE","0"}, | |
{1181327175,"Akula",-1971020253,23379}, | |
{1672195559,"Akuma","NONE","9000"}, | |
{767087018,"Alpha","NONE",6565}, | |
{2771347558,"Alphaz1",1488744989,22040}, | |
{1171614426,"Ambulance","NONE","0"}, | |
{837858166,"Annihilator","NONE","1825000"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CBusiness={} | |
CBusiness={ | |
Address=1590446+1+(PLAYER_ID()*871), | |
HandleProductionMC=273+228, -- MC | |
HandleProductionCEO=273+240, -- CEO | |
HandleResearch=273+244, -- CEO | |
Offset={ | |
ProductsCreated=1, | |
LastCountSuppliesUsed=2, | |
CountSuppliesUsed=3, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static struct VehiclePreview{ | |
char *VName; | |
char *VCode; | |
char *TexDict; | |
char *TexName; | |
}; | |
/* example | |
case VMenu::Super: { | |
TMenu::SouthernCars(Logo); | |
TMenu::Small("Super"); |
NewerOlder