Hello Ladies and Gentleman
I made a Singleplayer mission with a ESX based reward at the end of the mission:
Config
--################################--
--###### ESX-STUFF ######--
--################################--
--If u don't use ESX / don't want a Item Reward leave this section as it is--
--enable / disable ESX Reward Function--
CFG.ESX_REWARD = true
--if u already got PRIMARY_ITEM in ur Inventory u will get SECONDARY_ITEM--
--just change 'rennlizenz' & 'coin' with the Items u want--
--ITEM I--
CFG.PRIMARY_ITEM = 'rennlizenz'
CFG.PRIMARY_ITEM_QUANTITY = 1
--ITEM II--
CFG.SECONDARY_ITEM = 'coin'
CFG.SECONDARY_ITEM_QUANTITY = 2
--e.g. I made a racing-license Item that let People "join the racing club" --
--and I want the people to do that Mission to get it so... --
--when players already got that license they don't need anymore of it --
--and instead of the license they get another Item as Reward --
Also the Start- / Endpoint can easily be changed (like almost everything else in config.lua):
Config
--################################--
--###### Startpoint Settings #####--
--################################--
--Startpoint--
CFG.START_POINT = {x = 4890.279, y = -5736.533, z = 26.35, heading = 320.0}
--Endpoint--
CFG.END_POINT = {x = 4890.279, y = -5736.533, z = 26.35, heading = 320.0}
--Marker Text of Startpoint--
CFG.MISSION_HEADER = "Mikrolai Mission 01"
CFG.MISSION_SUBTEXT = "Get to the Chopper!"
--Startbutton Text--
CFG.STARTBUTTON_TEXT = "~INPUT_CONTEXT~ ~g~GET TO THE CHOPPER (Mikrolai MISSION 01) ~r~v 1.0~w~ starten"
Here is a video of the whole mission:
(don’t mind about the waiting time after killing the “jet boss” and things like that… it’s a old beta video and things are fixed)
Video
You can get the whole mission for only 2,99 + taxes:
Tebex Link
Also please checkout my other scripst:
TV on Car [FREE]
Airstrike [FREE]
Helicopter Autopilot [PAID]
Simple Coord Showing [FREE]
Sorry my english is not the best xDDD
please let me know if you encounter any issue with the script.
Greetings,
Mikrolai!
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | ~ 1000 |
Requirements | ESX / standalone with rewards turned off |
Support | as good as I can… |