Page cover image

qadr_train

This script created by Abdulkadir AKTAŞ.

Code accessible

No / This resource has api file. So you can add your changes.

Subscription based

No

Lines (approximately)

~

Support

Only RedEM-RP base not Vorp

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.
		},
	},
}

  • Low resource consumption

  • Add unlimited station and mission

  • All station has their own mission

  • Unique script no copy-paste :)

  • Use native UI

  • Camera transition animation

  • Mission timer

  • Rewards Money/Item

  • You can edit only config.lua file other files encrypted.

  • Added unlimited time support for mission

  • Added train delete command

  • Devmenu is available for creating new routes easily.

  • Added version checker system and config. Check config.lua

  • Added RedEM-RP Job support. Check config.lua

  • Delete train command

  • You can find more examples of missions from readme.md in the folder

  • You can set train maks speed.

  • Added animated marker. If you want to use you can set config lua.

  • You can change notification system. Check conf.lua.

Last updated