AboFaisal Posted June 7, 2013 Share Posted June 7, 2013 ابي كود إذا ضغطت عليه وبعدين متت تروح لمكان محدد وشكراً Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 حدث : onClientGUIClick وظائف : triggerServerEvent addEventHandler addEvent 'Event' function ( ) isPedDead ( ped or player ) setElementPosition Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 حدث :onClientGUIClick وظائف : triggerServerEvent addEventHandler addEvent 'Event' function ( ) isPedDead ( ped or player ) setElementPosition طيب مثال Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 حدث :onClientGUIClick وظائف : triggerServerEvent addEventHandler addEvent 'Event' function ( ) isPedDead ( ped or player ) setElementPosition اها أنت شكلك مو فاهمني انا قصدي إذا ضغط على زر وبعدين مات من ذبح ولا من شي يروح لمكان محدد Link to comment
TAPL Posted June 7, 2013 Share Posted June 7, 2013 ياليت تنتبه و تحط الموضوع في القسم الصحيح *ينقل Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 ماحس اني فاهمك وضح انت الحين ضغطت زر وبعدين الوضيفه تسير بعد ماتموت يوديك مكان محدد مثل الأنتقال ^ محدد تلقائي بعد ماتموت بس لازم تكون ضاغط الزر .. Link to comment
MSHOOSH Posted June 7, 2013 Share Posted June 7, 2013 ماحس اني فاهمك وضح انت الحين ضغطت زر وبعدين الوضيفه تسير بعد ماتموت يوديك مكان محدد مثل الأنتقال ^ محدد تلقائي بعد ماتموت بس لازم تكون ضاغط الزر .. spawnPlayer Link to comment
TAPL Posted June 7, 2013 Share Posted June 7, 2013 ؟bindKey قصدك زر مثال bindKey("F4", "down", function() addEventHandler("onClientPlayerWasted", localPlayer, onWaste) end) function onWaste() setElementPosition(localPlayer, x, y, z) removeEventHandler("onClientPlayerWasted", localPlayer, onWaste) end مثال آخر bindKey("F4", "down", function() waste = true end) function onWaste() if waste then setElementPosition(localPlayer, x, y, z) waste = false end end addEventHandler("onClientPlayerWasted", localPlayer, onWaste) و ممكن تسويه بطرق آخرى بعد Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 تقدر بداتا : setElementData and getElementData or TAPL Func Link to comment
iMr.Dawix~# Posted June 7, 2013 Share Posted June 7, 2013 addEventHandler "onPlayerWasted" setElementData getElementData spawnPlayer Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 ؟bindKey قصدك زرمثال bindKey("F4", "down", function() addEventHandler("onClientPlayerWasted", localPlayer, onWaste) end) function onWaste() setElementPosition(localPlayer, x, y, z) removeEventHandler("onClientPlayerWasted", localPlayer, onWaste) end مثال آخر bindKey("F4", "down", function() waste = true end) function onWaste() if waste then setElementPosition(localPlayer, x, y, z) waste = false end end addEventHandler("onClientPlayerWasted", localPlayer, onWaste) و ممكن تسويه بطرق آخرى بعد انا قصدي زر في لوحه يعني إذا ضغطته بعد ماتموت تروح مكان Link to comment
TAPL Posted June 7, 2013 Share Posted June 7, 2013 onClientGUIClick و حط مكانه الحدث bindKey بسيطه بس غير الـ Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 onClientGUIClick و حط مكانه الحدث bindKey بسيطه بس غير الـ كذا ؟ addEventHandler("onClientGUIClick",root, function() if source == Roll~1 then waste = true end) function onWaste() if waste then setElementPosition(localPlayer, x, y, z) waste = false end end addEventHandler("onClientPlayerWasted", localPlayer, onWaste) Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 onClientGUIClick و حط مكانه الحدث bindKey بسيطه بس غير الـ كذا ؟ addEventHandler("onClientGUIClick",root, function() if source == Roll~1 then waste = true end) function onWaste() if waste then setElementPosition(localPlayer, x, y, z) waste = false end end addEventHandler("onClientPlayerWasted", localPlayer, onWaste) Roll~1 ? ورني وينة ومايصلح ~ ذذ Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 onClientGUIClick و حط مكانه الحدث bindKey بسيطه بس غير الـ كذا ؟ addEventHandler("onClientGUIClick",root, function() if source == Roll~1 then waste = true end) function onWaste() if waste then setElementPosition(localPlayer, x, y, z) waste = false end end addEventHandler("onClientPlayerWasted", localPlayer, onWaste) Roll~1 ? ورني وينة ومايصلح ~ ذذ هذا مثال يعني لو الزر Roll~1 بس مزبوط كذا ؟ Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 end بس ناقص كذا ؟ addEventHandler("onClientGUIClick",root, function() if source == Roll~1 then waste = true end) function onWaste() if waste then setElementPosition(localPlayer, x, y, z) waste = false end end end addEventHandler("onClientPlayerWasted", localPlayer, onWaste) Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 addEventHandler("onClientGUIClick",root, function() if source == Roll~1 then waste = true end end) function onWaste() if waste then setElementPosition(localPlayer, x, y, z) waste = false end end addEventHandler("onClientPlayerWasted", localPlayer, onWaste) 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