Closed PhilippRedel closed 3 years ago
Added the mission info scaleform:
local data = { name = "Mission name", type = "Mission type", percentage = "15", rockstarVerified = true, playersRequired = "3", rp = 0, cash = 0, time = "" } --TriggerEvent("cS.missionInfo", _data, _x, _y, _width, _waitTime, _playSound) TriggerEvent("cS.missionInfo", data, 0.5, 0.5, 0.5, 5, true)
_x defines the x location on the screen _y defines the y location on the screen _width defines the with of the scaleform
Added the mission info scaleform:
_x defines the x location on the screen _y defines the y location on the screen _width defines the with of the scaleform