1
Modding Questions/Help Archives / Re: Derby Boss style Crash AT loading Screen
« on: September 03, 2013, 04:57:31 AM »
check your pm im indonesian to
News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..
Messages | Topics | Attachments
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
check your pm please ,, maybe i can help uUsingok", thank's bro for helping meCode: [Select]PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act") -- Will change the style
And if you want to add a button to change it do this :Code: [Select]if IsButtonPressed(0, 0) then -- Left Button
PedSetActionTree(gPlayer, "/Global/Player", "Act/Anim/Player.act")
elseif IsButtonPressed(1, 0) then -- Right Button
PedSetActionTree(gPlayer, "/Global/P_Grappler_A", "Act/Anim/P_Grappler_A.act")
If you want add more buttons just remember to use at the first part "elseif" instead of "if"
alreadyide or lua ?