FiveM插件 飞行员工作
Config = {}
Config.PilotJob = vector3(-941.49, -2954.92, 13.95) -- place for starting the route
Config.PlaneSpawn = {coords = vector3(-972.8835, -2999.367, 14.53625), heading = 62.36221} -- where the plane will be spawned
Config.Level1Reward = 5000 -- amount of cash that will level 1 players receive after route completed, you can do math.random for random reward
Config.Level2Reward = "black_money" -- can be either "black_money" (black money) or "cash" (legal money)
Config.Level2RewardAmount = 10000 -- amount of money that will level 2 players receive after route completed, you can do math.random(1000, 5000), player will receive between 1000$ and 5000$
Config.LegalRoute = {
VehicleModel = "frogger", -- plane model
CheckPoint = vector3(1735.767, 3294.646, 40.76562) -- checkpoint for boarding passengers
}
Config.IllegalRoute = {
VehicleModel = "-", -- plane model
CheckPoint = vector3(2135.486, 4780.932, 40.14209) -- checkpoint for loading illegal goods
}
Config.Translation = {
HelpNotification = "Press ~INPUT_CONTEXT~ to take the route",
HelpBoardPassengers = "Press ~INPUT_CONTEXT~ to board the passengers",
HelpDisembarkPassengers = "Press ~INPUT_CONTEXT~ to disembark passengers",
HelpLoadGoods = "Press ~INPUT_CONTEXT~ to load illegal goods",
HelpUnloadGoods = "Press ~INPUT_CONTEXT~ to unload illegal goods",
DeliverGoods = "Deliver illegal goods back to the Los Santos Airport, be careful of police",
NotLevel2 = "You must be level 2 in order to take this route",
GoLoadGoods = "Go to Sandy Shores and load illegal goods",
SpawnPointNotAvailable = "SpawnPoint location is not available right now",
GoTakePassengers = "Go to the location marked on the GPS \"Passengers\", and wait for the passengers to board",
TakePassengersBack = "Take passengers back to the Los Santos Airport",
JobFinished = "You have finished legal route of pilot job, money delivered",
IllegalJobFinished = "You have finished delivering illegal goods"
}
Config.Blips = { -- https://docs.fivem.net/docs/game-references/blips/
MainBlip = {
Label = "Helikopteres Munka",
ID = 16,
Scale = 0.9,
Colour = 3
},
LegalCheckPoint = {
Label = "Passengers",
ID = 366,
Scale = 0.7,
Colour = 0
},
LegalCheckPoint2 = {
Label = "Los Santos Airport",
ID = 307,
Scale = 0.7,
Colour = 0
},
IllegalCheckPoint = {
Label = "Illegal Goods",
ID = 501,
Scale = 0.7,
Colour = 0
}
}
© 版权声明
THE END
暂无评论内容