I get the code on Bully Magazine Issue.I only change J_Grappler_A for P_Grappler_A.Here it is:
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
PlayerSetHealth(200)
AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
local l_1_3 = 25
local l_1_4, l_1_5, l_1_6 = PedGetPosXYZ(gPlayer)
local l_1_7 = PedCreateXYZ(l_1_3, l_1_4 + 1, l_1_5 + 1, l_1_6)
PedSetActionTree(gPlayer, “/Global/P_Grappler_A”, “Act/
Anim/P_Grappler_A.act”)
PedRecruitAlly(gPlayer, l_1_7, true)
PedMakeAmbient(l_1_7)
end
MissionCleanup = function()
end
main = function()
repeat
Wait(0)
until l_0_0 ~= false
Wait(3000)
MissionSucceed()
end