Maksoud Posted July 4, 2016 Share Posted July 4, 2016 السلام عليكم و رحمة الله و بركاته سويت مود عبارة عن سيارة باسم Vehicley و ابى لما اركب هذه العربية يسوي شئ ملحوظة كتبت كودات بس لما كنت اركب اي سيارة يسوى الشئ مثلا لما اركب السيارة يقولى مرحبا بك فى سيارتك شكرا مقدما Link to comment
shwaeki Posted July 4, 2016 Share Posted July 4, 2016 https://wiki.multitheftauto.com/wiki/On ... hicleEnter Link to comment
Maksoud Posted July 5, 2016 Author Share Posted July 5, 2016 https://wiki.multitheftauto.com/wiki/OnPlayerVehicleEnter سويت كذا بس ما نجح صار لما يركب اى سيارة يقوله الجملة Link to comment
#|_oskar_|# Posted July 5, 2016 Share Posted July 5, 2016 يمكن انت مسوي انشاء السياره كلنت اذا كنت مسويه كلنت حوله الى سيرفر Link to comment
Kara Posted July 5, 2016 Share Posted July 5, 2016 (edited) 500 = ايدي السياره الي تبيها ------server function Karacar ( Vehicle ) local id = getElementModel ( Vehicle ) if id == 500 then outputChatBox ( "مرحبا بك في سيارتك " ) end end addEventHandler ( "onPlayerVehicleEnter", root, Karacar ) Edited July 7, 2016 by Guest Link to comment
s7BaT Posted July 5, 2016 Share Posted July 5, 2016 500 = ايدي السياره الي تبيها function KaraCar() local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) and ( getElementModel( vehicle ) == 500 ) then outputChatBox("مرحبا بك في سيارتك",source,255,255,255) end end كيف localPlayer local vehicle = getPedOccupiedVehicle ( localPlayer ) وهنا source outputChatBox("مرحبا بك في سيارتك",source,255,255,255) Link to comment
Wleed1998 Posted July 5, 2016 Share Posted July 5, 2016 500 = ايدي السياره الي تبيها function KaraCar() local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) and ( getElementModel( vehicle ) == 500 ) then outputChatBox("مرحبا بك في سيارتك",source,255,255,255) end end كيف localPlayer local vehicle = getPedOccupiedVehicle ( localPlayer ) وهنا source outputChatBox("مرحبا بك في سيارتك",source,255,255,255) ع مضن لان الكلام يطلع بس للاعب ض1 ليي نزل السياره او الي ركبه ض1 Link to comment
SycroX Posted July 5, 2016 Share Posted July 5, 2016 addEventHandler ( "onVehicleStartEnter", resourceRoot, function (player) outputChatBox("Hi "..getPlayerName(player).."", player, 255, 0, 0, true) end) Link to comment
Kara Posted July 5, 2016 Share Posted July 5, 2016 500 = ايدي السياره الي تبيها function KaraCar() local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) and ( getElementModel( vehicle ) == 500 ) then outputChatBox("مرحبا بك في سيارتك",source,255,255,255) end end كيف localPlayer local vehicle = getPedOccupiedVehicle ( localPlayer ) وهنا source outputChatBox("مرحبا بك في سيارتك",source,255,255,255) خطأ مطبعي تم التعديل Link to comment
Kara Posted July 5, 2016 Share Posted July 5, 2016 addEventHandler ( "onVehicleStartEnter", resourceRoot, function (player) outputChatBox("Hi "..getPlayerName(player).."", player, 255, 0, 0, true) end) وش وضعه كودك ذا Link to comment
SycroX Posted July 5, 2016 Share Posted July 5, 2016 500 = ايدي السياره الي تبيها function KaraCar() local vehicle = getPedOccupiedVehicle ( localPlayer) if ( vehicle ) and ( getElementModel( vehicle ) == 500 ) then outputChatBox("مرحبا بك في سيارتك",localPlayer ,255,255,255) end end addEventHandler ( "onVehicleStartEnter", resourceRoot, function (player) outputChatBox("Hi "..getPlayerName(player).."", player, 255, 0, 0, true) end) وش وضعه كودك ذا كودي مثال بسيط انو لما يبداء يركب السيارة يقولو مرحبا و اسمو بعكس كودك 1 - مو حاطت حدث 2 - كودك غلط 100 % خربان ما هيشتغل : ) 3 - كيف لوكل بلاير حاطتها في outputChatBox واظن ان الكود سيرفر سايد شو جاب اللوكل بلاير هنا ؟ اظن تسكت بقا شوي + لا تعمل مبرمج محترف علي تعلم الأول ازاي تعمل كود صح و بعدين حطو مو تساعد بكودات غلط و خلاص Link to comment
فاّرس Posted July 5, 2016 Share Posted July 5, 2016 سوي جدول للسياره عشان تكون السياره لكل لاعب, كذا بتكون للكل, وضيف الحدث حق ركوب السياره تحت وظيفة صنع السياره, مثال: addEventHandler ( ..., vehicle[defiend]... وراح تضبط معك. Link to comment
s7BaT Posted July 6, 2016 Share Posted July 6, 2016 500 = ايدي السياره الي تبيها function KaraCar() local vehicle = getPedOccupiedVehicle ( localPlayer) if ( vehicle ) and ( getElementModel( vehicle ) == 500 ) then outputChatBox("مرحبا بك في سيارتك",localPlayer ,255,255,255) end end addEventHandler ( "onVehicleStartEnter", resourceRoot, function (player) outputChatBox("Hi "..getPlayerName(player).."", player, 255, 0, 0, true) end) وش وضعه كودك ذا كودي مثال بسيط انو لما يبداء يركب السيارة يقولو مرحبا و اسمو بعكس كودك 1 - مو حاطت حدث 2 - كودك غلط 100 % خربان ما هيشتغل : ) 3 - كيف لوكل بلاير حاطتها في outputChatBox واظن ان الكود سيرفر سايد شو جاب اللوكل بلاير هنا ؟ اظن تسكت بقا شوي + لا تعمل مبرمج محترف علي تعلم الأول ازاي تعمل كود صح و بعدين حطو مو تساعد بكودات غلط و خلاص وضح له خطأه بس لا تحطمه ترا كلنا كنا زيه وما خفي اعظم Link to comment
Kara Posted July 7, 2016 Share Posted July 7, 2016 الكود الحين تمام وتم تتغييره لي سيرفر مافي حد مايغلط يابرو انت 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