26
« on: November 08, 2013, 11:06:37 AM »
my second lua mod 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("By Peanut Preppy slayer please like", 7, 2)
PlayerSetHealth(6090)
ClothingSetPlayerOutfit("Wrestling")
Limo = VehicleCreateXYZ(290, 50, 40, 60)
PedWarpIntoCar(gplayer, Limo)
Johnny = PedCreateXYZ(217, 50 , 70 , 80)
PedSetWeapon(Johnny, 425, 1)
Johnny = PickupCreateXYZ(425, 90, 90, 90)
end
MissionCleanup = function()
end
main = function()
repeat
Wait(0)
until l_0_0 ~= false
Wait(3000)
MissionSucceed()
end