swessi Posted February 26, 2016 Share Posted February 26, 2016 يا عيال بدي كود اول ما يضغط علي زر يغير المشيا وانشاء الله فهمتوني Link to comment
' A F . Posted February 26, 2016 Share Posted February 26, 2016 'onClientGUIClick' or bindKey setPedWalkingStyle Link to comment
Ahmed Ly Posted February 26, 2016 Share Posted February 26, 2016 جرب هدا addEventHandler("onClientGUIClick",root function () if source == اسم الزر then setPedWalkingStyle(localplayer,138) end end ) Link to comment
' A F . Posted February 26, 2016 Share Posted February 26, 2016 * لو خليته يحاول احسن Link to comment
Abdul KariM Posted February 26, 2016 Share Posted February 26, 2016 جرب هدا addEventHandler("onClientGUIClick",root function () if source == اسم الزر then setPedWalkingStyle(localplayer,138) end end ) ناقص فاصلة بالسطر الاول Link to comment
Ahmed Ly Posted February 26, 2016 Share Posted February 26, 2016 جرب هدا addEventHandler("onClientGUIClick",root function () if source == اسم الزر then setPedWalkingStyle(localplayer,138) end end ) ناقص فاصلة بالسطر الاول ايه اهو عدلت addEventHandler("onClientGUIClick",root, function () if source == اسم الزر then setPedWalkingStyle(localplayer,138) end end ) Link to comment
' A F . Posted February 26, 2016 Share Posted February 26, 2016 addEventHandler('onClientGUIClick',root, function ( ) if ( source == theButton ) then setPedWalkingStyle ( getLocalPlayer ( ) , 138 ) end end) Link to comment
HassoN Posted February 26, 2016 Share Posted February 26, 2016 ... ملآحظة ، لو سويتها زي ماقالو لك فوق بتصير الحركة لك فقط ، يعني الناس بتشوفك تمشي طبيعي بس انت بتشوف نفسك تمشي بالحركة الي اخترتها لو تبغى تخليه الكل يشوفك تمشي المشية الي انت حطيتها لازم تخليه بجهة سيرفر استعمل triggerServerEvent Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now