News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..
0 Members and 1 Guest are viewing this topic.
what bugs are u talking about
You need to make sure you're not already playing the node.Code: [Select]if IsButtonBeingPressed(6,0) and not PedIsPlaying(gPlayer,"node",true) then PedSetActionNode(gPlayer,"node","file")endOr like I told you before, this will make sure you're not playing any action beside the idle/moving ones.Code: [Select]if PedMePlaying(gPlayer,"Default_KEY") then -- code hereend
if IsButtonBeingPressed(6,0) and not PedIsPlaying(gPlayer,"node",true) then PedSetActionNode(gPlayer,"node","file")end
if PedMePlaying(gPlayer,"Default_KEY") then -- code hereend