CarJack = function()
PedSetFlag(gPlayer, 42, true)
while true do
if IsButtonPressed(15, 0) then
PedSetActionNode(gPlayer, "Cars/ExecuteNodes/GrapThorw/Attempt/GIVE/jointDrivers", "Cars.act")
end
Wait(0)
end
end
Why it doesn't work, is the node wrong ?