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("The Crasy LUA mod", 4, 1)
PlayerSetHealth(3000)
ClothingSetPlayerOutfit("Gold Suit")
Vehicle 1 = VehicleCreateXYZ(290, 60, 50, 70)
PedWarpIntoCar(gplayer, vehicle 1)
Peanut = PedCreateXYZ(21, 50 , 80 , 60)
PedSetWeapon(Peanut, 420, 1)
end
MissionCleanup = function()
end
main = function()
repeat
Wait(0)
until l_0_0 ~= false
Wait(3000)
MissionSucceed()
end
Theres the code