Im having a problem giving fighting styles. When I start the arcade machine the game crashes.
This is the code:
MissionSetup = function()
local l_1_0 = 270
local l_1_1 = -110
local l_1_2 = 5.009
PlayerSetHealth(200)
AreaTransitionXYZ(0, l_1_0, l_1_1, l_1_2)
PedCreateXYZ(112, 271, -109, 5.009)
PedSetActionTree(112, "/Global/J_Grappler_A", "Act/Anim/J_Grappler_A.act")
end
In the bully magazine you used the “” in the actiontree code part while I used "". If I try to use “”
then the compilator shows me this: "luac: test.lua:8 unexpected symbol near `ô'"