#Al-Ha[J]aRii Posted February 1, 2013 Share Posted February 1, 2013 (edited) السلام عليكم ورحمة الله وبركاته بغيت كود ماركار يعطي سيارة 1 بس يعني لين اروح اليه يعطيني سياره على طول اتمنى فهمتوني Edited February 1, 2013 by Guest Link to comment
===|OSAMA|=== Posted February 1, 2013 Share Posted February 1, 2013 -- Server Side ! Vehicles = {} VehicleM = createMarker ( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) addEventHandler( "onMarkerHit", VehicleM, function ( hitElement ) if getElementType( hitElement ) == "player" then if Vehicles[hitElement] and getElementType( Vehicles[hitElement] ) == "vehicle" then destroyElement( Vehicles[hitElement] ) end local x,y,z = getElementPosition( hitElement ) Vehicles[hitElement] = createVehicle ( ID, x, y, z ) if Vehicles[hitElement] then warpPedIntoVehicle( hitElement, Vehicles[hitElement] ) outputChatBox( "* لقد حصلت علي موتر !", hitElement, 255, 0, 0, true ) end end end ) addEventHandler( "onVehicleExplode", root, function( ) setTimer( destroyElement, 2000, 1, source ) end ) addEventHandler( "onPlayerQuit", root, function( ) if Vehicles[source] then destroyElement( Vehicles[source] ) end end ) الإسستبدآل , السطر الثآلث , x, y, z = إحداثيات الماركر السطر 12 , ID = رقم السيارة Link to comment
#Al-Ha[J]aRii Posted February 1, 2013 Author Share Posted February 1, 2013 (edited) اوكي Edited February 1, 2013 by Guest Link to comment
#Al-Ha[J]aRii Posted February 1, 2013 Author Share Posted February 1, 2013 -- Server Side ! Vehicles = {} VehicleM = createMarker ( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) addEventHandler( "onMarkerHit", VehicleM, function ( hitElement ) if getElementType( hitElement ) == "player" then if Vehicles[hitElement] and getElementType( Vehicles[hitElement] ) == "vehicle" then destroyElement( Vehicles[hitElement] ) end local x,y,z = getElementPosition( hitElement ) Vehicles[hitElement] = createVehicle ( ID, x, y, z ) if Vehicles[hitElement] then warpPedIntoVehicle( hitElement, Vehicles[hitElement] ) outputChatBox( "* لقد حصلت علي موتر !", hitElement, 255, 0, 0, true ) end end end ) addEventHandler( "onVehicleExplode", root, function( ) setTimer( destroyElement, 2000, 1, source ) end ) addEventHandler( "onPlayerQuit", root, function( ) if Vehicles[source] then destroyElement( Vehicles[source] ) end end ) الإسستبدآل , السطر الثآلث , x, y, z = إحداثيات الماركر السطر 12 , ID = رقم السيارة يسلمووووووووووووو اسامة Link to comment
#Al-Ha[J]aRii Posted February 1, 2013 Author Share Posted February 1, 2013 طيب ممكن طلب ثاني ؟؟ ماركت ينقل الى مكان اخر مثلا جنب بيت سي جي الى البنك Link to comment
iMr.Dawix~# Posted February 1, 2013 Share Posted February 1, 2013 طيب ممكن طلب ثاني ؟؟ ماركت ينقل الى مكان اخر مثلا جنب بيت سي جي الى البنك طيب ع الأقل سو الماركرات الي عند بيت سي جي والي عند البنك مو كل شي يجيك جاهز Link to comment
Bhrany-danger Posted February 1, 2013 Share Posted February 1, 2013 ججرب ذا marker = createMarker ( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) -- حط احداثيات بيت سيجي بدل x و y و z function Hit(player) setElementPosition(player, x, y, z) حط احداثيات البنك بدل x و y و z end addEventHandler("onMarkerHit", marker, Hit) Link to comment
#Al-Ha[J]aRii Posted February 1, 2013 Author Share Posted February 1, 2013 (edited) طيب ممكن طلب ثاني ؟؟ ماركت ينقل الى مكان اخر مثلا جنب بيت سي جي الى البنك طيب ع الأقل سو الماركرات الي عند بيت سي جي والي عند البنك مو كل شي يجيك جاهز عندك برنامج او من وين اسوي انا مبتدآ في البرمجة او ابي اتعلم او كل كود يكتبونه لي انا احفظه في مذكرة Edited January 5, 2014 by Guest Link to comment
#Al-Ha[J]aRii Posted February 1, 2013 Author Share Posted February 1, 2013 ججرب ذا marker = createMarker ( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) -- حط احداثيات بيت سيجي بدل x و y و z function Hit(player) setElementPosition(player, x, y, z) حط احداثيات البنك بدل x و y و z end addEventHandler("onMarkerHit", marker, Hit) اوكي بجربه Link to comment
#Al-Ha[J]aRii Posted February 1, 2013 Author Share Posted February 1, 2013 ججرب ذا marker = createMarker ( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) -- حط احداثيات بيت سيجي بدل x و y و z function Hit(player) setElementPosition(player, x, y, z) حط احداثيات البنك بدل x و y و z end addEventHandler("onMarkerHit", marker, Hit) تسلم خوك Link to comment
===|OSAMA|=== Posted February 1, 2013 Share Posted February 1, 2013 -- Server Side ! Vehicles = {} VehicleM = createMarker ( x, y, z, "cylinder", 2, 255, 255, 0, 255 ) addEventHandler( "onMarkerHit", VehicleM, function ( hitElement ) if getElementType( hitElement ) == "player" then if Vehicles[hitElement] and getElementType( Vehicles[hitElement] ) == "vehicle" then destroyElement( Vehicles[hitElement] ) end local x,y,z = getElementPosition( hitElement ) Vehicles[hitElement] = createVehicle ( ID, x, y, z ) if Vehicles[hitElement] then warpPedIntoVehicle( hitElement, Vehicles[hitElement] ) outputChatBox( "* لقد حصلت علي موتر !", hitElement, 255, 0, 0, true ) end end end ) addEventHandler( "onVehicleExplode", root, function( ) setTimer( destroyElement, 2000, 1, source ) end ) addEventHandler( "onPlayerQuit", root, function( ) if Vehicles[source] then destroyElement( Vehicles[source] ) end end ) الإسستبدآل , السطر الثآلث , x, y, z = إحداثيات الماركر السطر 12 , ID = رقم السيارة يسلمووووووووووووو اسامة يسسلمككـ ربي , # Link to comment
iMr.Dawix~# Posted February 1, 2013 Share Posted February 1, 2013 طيب ممكن طلب ثاني ؟؟ ماركت ينقل الى مكان اخر مثلا جنب بيت سي جي الى البنك طيب ع الأقل سو الماركرات الي عند بيت سي جي والي عند البنك مو كل شي يجيك جاهز https://wiki.multitheftauto.com/wiki/Scr ... troduction https://wiki.multitheftauto.com/index.ph ... /Main_Page https://wiki.multitheftauto.com/wiki/AR/ ... 8%AC%D9%87 ويكي عربي https://wiki.multitheftauto.com/index.ph ... /Main_Page وبرنامج يساعدك في معرفة الأخطا http://scripteditor.beta.mtasa.com/file ... Editor.zip 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