
qadr_train
This script created by Abdulkadir AKTAŞ.
Last updated

This script created by Abdulkadir AKTAŞ.
Last updated
qadrtrain.jobs = {
["armadillo"] = { -- station name you must equals qadrtrain.stations
["mission1"] = { -- mission1 mean id you need set unique
name = "to HeartLand", -- Mission name for menu and blip
desc = "mission for heartland", -- Mission descriptions
direction = 0, -- Train direction
tocoords = qadrtrain.stations.heartland:tocoord(), -- To coords for mission
price = 10, -- Reward price
items = {
{item = "bread", count = 1},
{item = "stone", count = 2}
}, -- Rewards item if don't give item use `item = nil`
trainhash = 1216031719, -- Spawn train hash.
startcamanim = true, -- Start camera anim on/off
circletimer = true, -- Circle timer on/off
rightimer = false, -- Top right timer on/off
time = 0, -- Mission time second or 0 for unlimited
endcamanim = true, -- Mission train encam anim
missionpedcoords = qadrtrain.stations.heartland.missionpedcoords, -- Driver last coord
missionisstarted = false, -- Do not change.
},
},
}"Rho To Valentine":{ -- mission1 mean id you need set unique
"price":400, -- Reward price
"items":{
{
"item": "bread",
"count" : 1
},
{
"item" : "stone",
"count" : 2
}
}, -- Rewards item if don't give item use "item" :"" DevMenu does not includes items reward function for the mission. Then you can add manually
"desc":"Aciklama", -- Mission descriptions
"name":"Rho To Valentine", -- mission1 mean id you need set unique
"endcamanim":1, -- Mission train encam anim
"tostation":"valentine", -- To station for mission
"circletimer":1, -- Circle timer on/off
"startstation":"rhodes", -- station name you must equals qadrtrain.stations
"trainhash":519580241, -- Mission train hash.
"direction":1, -- Train direction
"time":400, -- Mission time second or 0 for unlimited
"rightimer":1, -- Top right timer on/off
"startcamanim":1 -- Start camera anim on/off
},