Configuration
Config = {}
Config.FishingSettings = {
EnableRandomFish = true,
EnableRandomShark = true,
EnableRandomCrab = true,
EnableRandomOcto = true,
Marker = { EnableMarker = true, size= {x=0.4, y=0.4, z=0.4}, color={r=50, g=200, b=160}, MarkerID= 21, MarkerDist= 15.0},
FishingActionDist = 1.5,
FishingTime = {a = 19000, b = 20000},
TaskbarTimer = {Circles= 4 , MS= 10},
RandomFishAmount = {a = 2 ,b = 4},
}
Config.FishingCoords = {
Coords = vector3(-1825.0, -1210.0, 12.5317),
BlipName = "Fishing",
BlipSprite = 317,
BlipDisplay = 4,
BlipScale = 0.5,
BlipColor = 3,
}
Config.ItemSeller = {
Coords = vector3(-1833.38, -1211.96, 12.02),
PedTextCoords = { textSize= 0.30, textDist= 15.0, ActionDist= 1.3},
ItemPrice = 100,
Payment = "cash",
}
Config.FishSeller = {
FishPrice = math.random(55,60),
Coords = vector3(-1842.27, -1199.17, 14.3),
PedTextCoords = { textSize= 0.30, textDist= 15.0, ActionDist= 1.3},
Blip = { Enable= true, BlipScale= 0.5, BlipDisplay= 4, BlipSprite= 434, BlipColor= 2},
}
Config.SharkPoints = {
SharkPrice = math.random(815,920),
Coords = vector3(1543.27, 6334.52, 24.0771), -- Sell location
CoordPoint = { EnableMarker= true, markerSize= {x=3.1, y=3.1, z=0.9}, markerColor= {r=12, g=19, b=157}, MarkerID= 1, textSize= 0.30, markerDist= 15.0, ActionDist= 2.0},
Blip = { EnableBlip= true, EnableRadius= true, BlipScale= 0.5, BlipDisplay= 4, BlipSprite= 303, BlipColor= 1},
}
Config.CrabPoints = {
CrabPrice = math.random(210,215),
Coords = vector3(436.535, 6462.73, 28.7455), -- Sell location
CoordPoint = { EnableMarker= true, markerSize= {x=3.1, y=3.1, z=0.9}, markerColor= {r=12, g=19, b=157}, MarkerID= 1, textSize= 0.30, markerDist= 15.0, ActionDist= 2.0},
Blip = { EnableBlip= true, EnableRadius= true, BlipScale= 0.5, BlipDisplay= 4, BlipSprite= 303, BlipColor= 1},
}
Config.OctopusPoints = {
OctopusPrice = math.random(395,400),
Coords = vector3(-804.81, 5390.94, 34.5167), -- Sell location
CoordPoint = { EnableMarker= true, markerSize= {x=3.1, y=3.1, z=0.9}, markerColor= {r=12, g=19, b=157}, MarkerID= 1, textSize= 0.30, markerDist= 15.0, ActionDist= 2.0},
Blip = { EnableBlip= true, EnableRadius= true, BlipScale= 0.5, BlipDisplay= 4, BlipSprite= 303, BlipColor= 1},
}
Config.NPC = {
EnableNPC = true,
Ped1 = {x= -1842.27, y= -1199.17, z= 13.3, h= 240.1},
Ped2 = {x= -1833.38, y= -1211.97, z= 12.02, h= 151.64},
Model1 = "mp_m_shopkeep_01",
Model2 = "a_f_y_beach_01",
}
Config.Lang = {
--Item Seller
["buyitem_key"] = "~g~[E]~w~ Buy Fishing Rod ",
["seller_text"] = "Fish Rod Seller",
-- Fish Seller
["menu_fish"] = "Fish Seller",
["menu_fish2"] = "Sell Fish",
["sellfish"] = "~g~[E]~w~ Sell Fish",
["fishseller_text"] = "Fishmonger",
["fishseller_blip"] = "Fish Sale",
["notify_fish"] = "x - You caught a fish!",
-- Shark Seller
["menu_shark"] = "Shark Seller",
["menu_shark2"] = "Sell Shark",
["sellshark_key"] = "~g~[E]~w~ Sell Item",
["sharkseller_blip"] = "Shark Sale",
["notify_shark"] = "x - You caught a Shark! Catching Sharks is illegal!",
-- Crab Seller
["menu_crab"] = "Crab Seller",
["menu_crab2"] = "Sell Crab",
["crabseller_key"] = "~g~[E]~w~ Sell Item",
["crabseller_blip"] = "Crab Sale",
["notify_crab"] = "x - You caught a Crab! Catching Crabs is illegal!",
-- Octopus Seller
["menu_octo"] = "Octopus Seller",
["menu_octo2"] = "Sell Octopus",
["octoseller_key"] = "~g~[E]~w~ Sell Item",
["octoseller_blip"] = "Octopus Sale",
["notify_octo"] = "x - You caught an Octopus! Catching Octopuses is illegal!",
["start_fishing"] = "Start Fishing",
["progressbar_fishing"] = "Fishing...",
["missed_fish"] = "Fish got away!",
["currency"] = "$",
["menu_amount"] = "Amount",
["no_cash"] = "You don't have enough cash",
["no_item"] = "No Fishing Rod",
["vehicle_warn"] = "You can't sell items while in a vehicle",
["error"] = "There is an error here",
}
Config.Zones = {
{x = -1808.40, y = -1236.36, z = 8.6157},
{x = -1806.44, y = -1238.14, z = 8.6157},
{x = -1804.83, y = -1239.43, z = 8.6157},
{x = -1803.52, y = -1240.57, z = 8.6157},
{x = -1802.59, y = -1242.14, z = 8.6157},
{x = -1803.55, y = -1243.29, z = 8.6157},
{x = -1804.81, y = -1244.79, z = 8.6157},
{x = -1807.00, y = -1247.39, z = 8.6157},
{x = -1808.28, y = -1248.92, z = 8.6157},
{x = -1809.54, y = -1250.43, z = 8.6157},
{x = -1810.90, y = -1252.04, z = 8.6157},
{x = -1812.01, y = -1253.37, z = 8.6157},
{x = -1813.25, y = -1254.85, z = 8.6157},
{x = -1815.23, y = -1257.21, z = 8.6182},
{x = -1816.15, y = -1258.31, z = 8.6182},
{x = -1817.27, y = -1259.64, z = 8.6182},
{x = -1818.50, y = -1261.11, z = 8.6182},
{x = -1819.52, y = -1262.32, z = 8.6182},
{x = -1820.94, y = -1264.02, z = 8.6182},
{x = -1821.81, y = -1265.07, z = 8.6182},
{x = -1822.62, y = -1266.02, z = 8.6182},
{x = -1823.90, y = -1267.54, z = 8.6182},
{x = -1825.14, y = -1269.02, z = 8.6182},
{x = -1827.66, y = -1269.38, z = 8.6182},
{x = -1829.38, y = -1267.94, z = 8.6182},
{x = -1830.89, y = -1266.65, z = 8.6182},
{x = -1832.49, y = -1265.33, z = 8.6182},
{x = -1833.93, y = -1264.12, z = 8.6182},
{x = -1835.87, y = -1262.34, z = 8.6157},
{x = -1837.15, y = -1261.43, z = 8.6157},
{x = -1839.90, y = -1259.13, z = 8.6157},
{x = -1841.37, y = -1257.88, z = 8.6157},
{x = -1843.17, y = -1256.37, z = 8.6157},
{x = -1845.08, y = -1254.76, z = 8.6157},
{x = -1847.87, y = -1252.43, z = 8.6157},
{x = -1850.11, y = -1250.55, z = 8.6157},
{x = -1851.62, y = -1249.28, z = 8.6157},
{x = -1852.89, y = -1248.22, z = 8.6157},
{x = -1854.83, y = -1246.59, z = 8.6157},
{x = -1858.31, y = -1243.66, z = 8.6157},
{x = -1860.50, y = -1241.78, z = 8.6157},
{x = -1862.16, y = -1240.43, z = 8.6157},
{x = -1865.16, y = -1237.92, z = 8.6157},
{x = -1864.67, y = -1236.51, z = 8.6157},
{x = -1863.40, y = -1235.00, z = 8.6157},
{x = -1862.16, y = -1233.58, z = 8.6157},
{x = -1860.88, y = -1231.99, z = 8.6157},
{x = -1863.93, y = -1226.55, z = 13.017},
{x = -1866.21, y = -1224.60, z = 13.029},
{x = -1868.64, y = -1222.60, z = 13.017},
{x = -1870.89, y = -1220.71, z = 13.017},
{x = -1873.68, y = -1218.37, z = 13.017},
{x = -1877.22, y = -1215.40, z = 13.016},
{x = -1878.84, y = -1212.58, z = 13.016},
{x = -1876.96, y = -1210.36, z = 13.016},
{x = -1875.54, y = -1208.67, z = 13.017},
{x = -1866.68, y = -1198.12, z = 13.017},
{x = -1865.22, y = -1196.37, z = 13.017},
{x = -1863.12, y = -1193.87, z = 13.017},
{x = -1861.47, y = -1191.91, z = 13.017},
{x = -1859.31, y = -1189.34, z = 13.017},
{x = -1857.71, y = -1187.27, z = 13.017},
{x = -1854.41, y = -1183.49, z = 13.017},
{x = -1851.34, y = -1179.83, z = 13.017},
{x = -1848.92, y = -1176.95, z = 13.017},
{x = -1846.73, y = -1174.35, z = 13.017},
{x = -1844.25, y = -1171.41, z = 13.017},
{x = -1842.37, y = -1169.13, z = 13.017},
{x = -1838.84, y = -1164.95, z = 13.017},
{x = -1836.56, y = -1162.22, z = 13.017},
{x = -1835.43, y = -1160.87, z = 13.017},
{x = -1833.18, y = -1158.05, z = 13.017},
{x = -1831.25, y = -1157.75, z = 13.017},
{x = -1829.75, y = -1159.01, z = 13.017},
{x = -1827.81, y = -1160.64, z = 13.017},
{x = -1825.64, y = -1162.46, z = 13.017},
{x = -1827.32, y = -1161.05, z = 13.017},
{x = -1824.33, y = -1163.61, z = 13.017},
{x = -1822.13, y = -1165.41, z = 13.017},
{x = -1819.00, y = -1168.03, z = 13.017},
{x = -1816.64, y = -1170.09, z = 13.017},
{x = -1814.28, y = -1171.99, z = 13.017},
{x = -1812.27, y = -1173.68, z = 13.017},
{x = -1810.38, y = -1175.27, z = 13.017},
{x = -1808.32, y = -1176.99, z = 13.017},
{x = -1791.30, y = -1191.26, z = 13.017},
{x = -1789.39, y = -1192.87, z = 13.017},
{x = -1787.42, y = -1194.52, z = 13.017},
{x = -1785.66, y = -1196.00, z = 13.017},
{x = -1783.33, y = -1197.97, z = 13.017},
{x = -1783.22, y = -1200.16, z = 13.017},
{x = -1789.29, y = -1207.35, z = 13.017},
{x = -1786.57, y = -1204.12, z = 13.017},
{x = -1791.60, y = -1210.10, z = 13.017},
{x = -1793.63, y = -1212.52, z = 13.017},
{x = -1795.32, y = -1214.54, z = 13.017},
{x = -1797.60, y = -1217.26, z = 13.017},
{x = -1799.23, y = -1219.20, z = 13.017},
{x = -1809.8, y = -1231.8, z = 13.0172},
{x = -1812.3, y = -1247.2, z = 13.0174},
{x = -1805.8, y = -1242.4, z = 13.0174},
{x = -1816.5, y = -1252.1, z = 13.0174},
{x = -1820.4, y = -1256.6, z = 13.0174},
{x = -1823.4, y = -1260.1, z = 13.0174},
{x = -1829.6, y = -1255.3, z = 13.0174},
{x = -1837.5, y = -1248.6, z = 13.0174},
{x = -1845.4, y = -1242.0, z = 13.0174},
{x = -1840.9, y = -1245.8, z = 13.0172},
{x = -1850.1, y = -1238.0, z = 13.0172},
{x = -1811.7, y = -1237.4, z = 13.0172},
{x = -1801.00, y = -1221.31, z = 13.017}
}
Last updated