ImportScript("\\Library\\LibTable.lua")
ImportScript("\\Library\\LibPed.lua")
local l_0_0 = false
MissionSetup = function()
local l_1_0 = 270
local l_1_1 = -110
local l_1_2 = 6.4000000953674
AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
TextPrintString("Destinys Random Crazy Stuff", 5, 1)
PlayerSetHealth(1000)
PedSetWeapon(gplayer, 396, 1)
VehicleCreateXYZ(278, 270, 110, 6.4000000953674)
PedCreateXYZ(217, 270 , 110 , 6.4000000953674)
end
MissionCleanup = function()
end
main = function()
repeat
Wait(0)
until l_0_0 ~= false
Wait(3000)
MissionSucceed()
end
Thanks..