Can anybody please tell me whats with this annoying dumb message?
?(unexpected symbol near 'n')???i mean like I've tested everything,checked every lua letters and it still popping up that dumb message,
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)
PlayerSetHealth(5000)
ClothingSetPlayerOutfit("Wrestling")
end
MissionCleanup = function()
end
main = function()
repeat
Wait(0)
until l_0_0 ~= false
Wait(3000)
MissionSucceed()
end
It's just a simple code,Is there anything wrong with those?If so please tell me or correct for me(Im using SWEGTA's ultimate pasta to write those codes)