Qadr_Docs
  • qadr_identity
    • Installation
      • Reboot 2023
      • Old RedemRP
    • Purchasable ambients For Reboot Version
      • Blackwater Saloon
      • Valentine Saloon
      • Valentine Train Station
      • Saint Denis Bazaar
      • Saint Denis Prison
      • Saint Denis Trolley - Soon
  • qadr_fishing
  • qadr_panel
  • qadr_train
    • For Reboot 2023
  • Qadr_Map
  • qadr_ui
    • Ledger System
    • 📒Usable Handheld Catalogue
    • 🐴Legendary Animal Menu
    • 🤠Player Menu UI
    • ⏸️Pause Menu UI
    • ⚒️Crafting Menu UI
    • 🗺️Usable Legendary Animal Maps
    • 🗺️Map Icon
    • ⭕Meters UI
    • 🃏Ability UI
    • 👮‍♀️Wanted UI
    • 💀Death Screen
    • 📃Emote UI / Radial Menu
    • 🛒Shop Info UI
    • 🃏Card Game UI
    • 🤠Bounty Poster
    • 🛂Honor UI
    • 🗒️Challenge Notification Disable
    • 🎖️Mini Leader Board
    • 📋Board Notify
    • ⚔️Score UI
    • 👊Punch Bar
    • 🔄Count Down
    • 🚨Wanted UI - Outdated
    • 🌡️Meters UI - OutDated
    • 👁️‍🗨️Icons UI
    • 🗺️Map UI
      • Mini Map
      • Map Info
      • Hovered Blip Name
    • 🛡️Rank UI
    • 🐟Fish UI
      • 🎣Bait UI
    • ℹ️Info UI
    • 💥Mission Text UI
    • 🔫Weapon Info UI
    • 🐎Horse Info UI
    • 📔Message UI
    • 🤠Prompt Blip For Entities
  • qadr_train_creator - Standalone
Powered by GitBook
On this page

qadr_train

This script created by Abdulkadir AKTAŞ.

Previousqadr_panelNextFor Reboot 2023

Last updated 7 months ago

Code accessible

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

Subscription based

No

Lines (approximately)

~

Requirements

Support

Only RedEM-RP base not Vorp

Read this page.

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

  • 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.

  • Buy this package and download it.

  • Copy all files to your server resource folder.

  • After that add “ensure qadr_train” to server.cfg file after RedemRP requirements.

or your frame work.

For Reboot 2023
An edited version of Menu Base
Orjinal version of RedmRP Inventory
https://west-world.tebex.io/package/4800321west-world.tebex.io
[PAID] Qadr_Train v1.1Cfx.re Community
Join the West World Discord Server!Discord
Logo
Logo
Page cover image