M7mD-911 Posted October 15, 2013 Share Posted October 15, 2013 السلآم عليكمم شباب انا ابي اسوي createPed بس ابيه كل شوي يزيد 2 من الـ y من العآيدين قبل الزحمة Link to comment
M7mD-911 Posted October 15, 2013 Author Share Posted October 15, 2013 مآ فهمت setPedRotation @_@ Link to comment
M7mD-911 Posted October 15, 2013 Author Share Posted October 15, 2013 ويــن النـــــــــــــــــاس ؟ Link to comment
#DRAGON!FIRE Posted October 15, 2013 Share Posted October 15, 2013 مآ فهمت setPedRotation @_@ bool setPedRotation ( ped thePed, float rotation [, bool conformPedAirRotation = false ] ) # اقرأ السينتكس وتعرف # ولو تبغى مثلأ تزود الـ Y # في طريقةة # تسوي متغير Y = 560 setTimer Y = 0326 Link to comment
M7mD-911 Posted October 15, 2013 Author Share Posted October 15, 2013 طيب مآفي مثآل لطريقتكك ؟ Link to comment
#DRAGON!FIRE Posted October 15, 2013 Share Posted October 15, 2013 طيب مآفي مثآل لطريقتكك ؟ # تفضضل ههذا مثأل بسيط , ولأكن مو مجربهه Y = 1020.55122 function ZA7F ( ) createPed ( 120, 5540.6654, Y, 1240.545 ) end addEventHandler ( "onResourceStart", getResourceRootElement(), ZA7F) setTimer ( function ( ) Y = 5032.4567 end ,2000,0 ) Link to comment
K1NG Posted October 15, 2013 Share Posted October 15, 2013 طيب مآفي مثآل لطريقتكك ؟ # تفضضل ههذا مثأل بسيط , ولأكن مو مجربهه Y = 1020.55122 function ZA7F ( ) createPed ( 120, 5540.6654, Y, 1240.545 ) end addEventHandler ( "onResourceStart", getResourceRootElement(), ZA7F) setTimer ( function ( ) Y = 5032.4567 end ,2000,0 ) طريقتكـ مارح تضبط أخ زآحف لانه اول ماتشغل السكربت ياخذ قيمة المتغير ويحط البيد بمكانها، لكن يوم تسوي التايمر وتغير قيمة المتغير مارح يتأثر فيها مكان البيد، لأنكـ انت اخذت قيمة المتغير عند تشغيل السكربت فقط .. بالنسبة لصاحب الموضوع، شوف المثال ذا -- Client & Server Side # local ThePed = createPed ( 120, 5540.6654, 1020.55122, 1240.545 ) setTimer ( function ( ) local x, y, z = getElementPosition ( ThePed ) setElementPosition ( ThePed, x, y + 2, z ) end, 1000, 0 ) Link to comment
#DRAGON!FIRE Posted October 15, 2013 Share Posted October 15, 2013 طيب مآفي مثآل لطريقتكك ؟ # تفضضل ههذا مثأل بسيط , ولأكن مو مجربهه Y = 1020.55122 function ZA7F ( ) createPed ( 120, 5540.6654, Y, 1240.545 ) end addEventHandler ( "onResourceStart", getResourceRootElement(), ZA7F) setTimer ( function ( ) Y = 5032.4567 end ,2000,0 ) طريقتكـ مارح تضبط أخ زآحف لانه اول ماتشغل السكربت ياخذ قيمة المتغير ويحط البيد بمكانها، لكن يوم تسوي التايمر وتغير قيمة المتغير مارح يتأثر فيها مكان البيد، لأنكـ انت اخذت قيمة المتغير عند تشغيل السكربت فقط .. بالنسبة لصاحب الموضوع، شوف المثال ذا -- Client & Server Side # local ThePed = createPed ( 120, 5540.6654, 1020.55122, 1240.545 ) setTimer ( function ( ) local x, y, z = getElementPosition ( ThePed ) setElementPosition ( ThePed, x, y + 2, z ) end, 1000, 0 ) # يب معاكـ حق # سويته على السريع لأنه بسيط # setElementPosition طريقتكـ احسن نسيت الـ Link to comment
M7mD-911 Posted October 16, 2013 Author Share Posted October 16, 2013 طيب مآفي مثآل لطريقتكك ؟ # تفضضل ههذا مثأل بسيط , ولأكن مو مجربهه Y = 1020.55122 function ZA7F ( ) createPed ( 120, 5540.6654, Y, 1240.545 ) end addEventHandler ( "onResourceStart", getResourceRootElement(), ZA7F) setTimer ( function ( ) Y = 5032.4567 end ,2000,0 ) طريقتكـ مارح تضبط أخ زآحف لانه اول ماتشغل السكربت ياخذ قيمة المتغير ويحط البيد بمكانها، لكن يوم تسوي التايمر وتغير قيمة المتغير مارح يتأثر فيها مكان البيد، لأنكـ انت اخذت قيمة المتغير عند تشغيل السكربت فقط .. بالنسبة لصاحب الموضوع، شوف المثال ذا -- Client & Server Side # local ThePed = createPed ( 120, 5540.6654, 1020.55122, 1240.545 ) setTimer ( function ( ) local x, y, z = getElementPosition ( ThePed ) setElementPosition ( ThePed, x, y + 2, z ) end, 1000, 0 ) زآحف , كنق مــشــكــورين وجزآكم الله خير الله يكثر من امثالكم 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