MA[S]RIY Posted May 26, 2017 Share Posted May 26, 2017 السلام عليكم ذا الكود --client addEventHandler('onClientGUIClick',root, function () if source == buttr1 then setElementDimension(element,30) moterr = createVehicle( 750,-1947.2127685547,161.13507080078,718618392944) warpPedIntoVehicle ( source, moterr[source] ) end end ) وظيفته لما اضغط ع buttr1 ينقلني لعالم وهمي 30 ويصنع لي موتر وينقلني في الموتر -------------------------------------- لاكن الكود م يشتغل الدي بق Link to comment
AHMED MOSTAFA Posted May 26, 2017 Share Posted May 26, 2017 (edited) 9 hours ago, MARIY said: السلام عليكم ذا الكود --client addEventHandler('onClientGUIClick',root, function () if source == buttr1 then setElementDimension(element,30) moterr = createVehicle( 750,-1947.2127685547,161.13507080078,718618392944) warpPedIntoVehicle ( source, moterr[source] ) end end ) وظيفته لما اضغط ع buttr1 ينقلني لعالم وهمي 30 ويصنع لي موتر وينقلني في الموتر -------------------------------------- لاكن الكود م يشتغل الدي بق element ماهي معرفة بدلها ب localPlayerوبدل كلمةsource ب localPlayerوكلمة moterr[source] بmoterr Edited May 26, 2017 by Killer Project Link to comment
MA[S]RIY Posted May 26, 2017 Author Share Posted May 26, 2017 addEventHandler('onClientGUIClick',root, function () if source == buttr1 then setElementDimension(source,30) moterr = createVehicle( 750,-1947.2127685547,161.13507080078,718618392944) warpPedIntoVehicle ( localPlayer, moterr ) end end ) سويت كذا اخي لسا خربان وطلعلي بالدي بق Link to comment
F_F Posted May 26, 2017 Share Posted May 26, 2017 j addEventHandler('onClientGUIClick',root, function () if source == buttr1 then setElementDimension(localPlayer,30) moterr = createVehicle( 750,-1947.2127685547,161.13507080078,718618392944) warpPedIntoVehicle ( source, moterr ) end end ) لم يتم تجربة الكود المراد ولكن حاول تجربته Link to comment
AHMED MOSTAFA Posted May 26, 2017 Share Posted May 26, 2017 9 hours ago, MARIY said: addEventHandler('onClientGUIClick',root, function () if source == buttr1 then setElementDimension(source,30) moterr = createVehicle( 750,-1947.2127685547,161.13507080078,718618392944) warpPedIntoVehicle ( localPlayer, moterr ) end end ) سويت كذا اخي لسا خربان وطلعلي بالدي بق addEventHandler('onClientGUIClick',root, function () if source == buttr1 then setElementDimension(localPlayer,30) moterr = createVehicle( 750,-1947.2127685547,161.13507080078,718618392944) setElementDimension(moterr,30) warpPedIntoVehicle ( localPlayer, moterr ) end end ) Link to comment
F_F Posted May 26, 2017 Share Posted May 26, 2017 ولكن هذا كلينت أي ان السيارات لن تظهر للاعبين وسيراك تركض بسرعة خارقة مع ذلك انت بسيارة Link to comment
Abdul KariM Posted May 26, 2017 Share Posted May 26, 2017 السيارة بالكلينت ماتقدر تركبها لازم ترايقر للسيرفر وبعدين تحط نفسك وتحط السيارة في الدمنشن ولاتنسى الجداول 1 Link to comment
AHMED MOSTAFA Posted May 26, 2017 Share Posted May 26, 2017 9 hours ago, Abdul KariM said: السيارة بالكلينت ماتقدر تركبها لازم ترايقر للسيرفر وبعدين تحط نفسك وتحط السيارة في الدمنشن ولاتنسى الجداول بس هو مستخدم كود يدخل اللاعب داخل السيارة ! F_F بس على كل حال متل ما قال السيارة مارح تظهر للكل لكن بتظهر للاعب فقط Link to comment
Abdul KariM Posted May 26, 2017 Share Posted May 26, 2017 @Killer Project حتى لو استعمل فنكشن الي يركبه ماراح يركبه لازم تكون سيرفر Link to comment
AHMED MOSTAFA Posted May 26, 2017 Share Posted May 26, 2017 9 hours ago, Abdul KariM said: @Killer Project حتى لو استعمل فنكشن الي يركبه ماراح يركبه لازم تكون سيرفر طيب كدة المفرود يخلو كود انشاء السيارة وكود سحب اللاعب داخل السيارة لملف سيرفر فقط صح ؟ لأن غير كدة ايه الفايدة منها ؟ Link to comment
Abdul KariM Posted May 26, 2017 Share Posted May 26, 2017 كود انشاء سيارة بالكلينت حاطينه ممكن تبي تسوي سيارة منظر كذا ماتبي احد يركبها يختصر لك , وبالنسبة لنقل البيد او الاعب للسيارة مايأثر لانه تقدر تنقل بيد لسيارتك بالكلينت 1 Link to comment
MA[S]RIY Posted May 27, 2017 Author Share Posted May 27, 2017 طيب اخواتي يعني اسوي ترايقر واسوي في استقبال الترايقر يعني في السرفر انشاء سياره ونقله فيها Link to comment
#BrosS Posted May 27, 2017 Share Posted May 27, 2017 19 minutes ago, MARIY said: طيب اخواتي يعني اسوي ترايقر واسوي في استقبال الترايقر يعني في السرفر انشاء سياره ونقله فيها قالك عبد الكريم تقدر تنقل للسيارة بالكلينت Link to comment
MA[S]RIY Posted May 27, 2017 Author Share Posted May 27, 2017 والله الحين مو فاهم وش اسوي علشان الكود يشتغل وينقلني لعالم وهمي ويصنع سياره وينقلني فيها Link to comment
Master_MTA Posted May 27, 2017 Share Posted May 27, 2017 --client addEventHandler('onClientGUIClick',root, function () if source == buttr1 then triggerServerEvent('ev',localPlayer) end end ) -------server local motor={} addEvent('ev',true) addEventHandler('ev',root,function() setElementDimension(source,30) motor[source] = createVehicle( 750,-1947.2127685547,161.13507080078,718618392944) warpPedIntoVehicle ( source, motor[source] ) end) بالتوفيق Link to comment
MA[S]RIY Posted May 28, 2017 Author Share Posted May 28, 2017 اخي شوف م رضي يسوي اي شئ وطلعلي بالدي بق Link to comment
Abdul KariM Posted May 28, 2017 Share Posted May 28, 2017 استبدل السيرفر بهذا local motor = { } addEvent('ev',true) addEventHandler('ev',root, function ( ) setElementDimension( source , 30 ) if isElement ( motor [ source ] ) then destroyElement ( motor [ source ] ) end motor [ source ] = createVehicle( 750,-1947.2127685547,161.13507080078,718618392944) setElementDimension( motor [ source ] , 30 ) warpPedIntoVehicle ( source, motor [ source ] ) end ) ولاتنسى حدث اول مايخرج الاعب تحذف سيارته من التيبل 1 Link to comment
MA[S]RIY Posted May 28, 2017 Author Share Posted May 28, 2017 م سوي شئ وطلعلي بالدي بق Link to comment
' A F . Posted May 29, 2017 Share Posted May 29, 2017 مافية مركبة رقم 750 جرب غيرها ل 411 وشوف 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