Jump to content

طلب كود -_- [تمت الافاده]


Recommended Posts

-- 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
-- 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 = رقم السيارة

يسلمووووووووووووو اسامة :mrgreen::mrgreen:

Link to comment

ججرب ذا

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
طيب ممكن طلب ثاني ؟؟

ماركت ينقل الى مكان اخر مثلا جنب بيت سي جي الى البنك

^_^

طيب ع الأقل سو الماركرات

الي عند بيت سي جي والي عند البنك مو كل شي يجيك جاهز

عندك برنامج او من وين اسوي

انا مبتدآ في البرمجة او ابي اتعلم

او كل كود يكتبونه لي انا احفظه في مذكرة

Edited by Guest
Link to comment
ججرب ذا
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) 
  

اوكي بجربه :mrgreen::mrgreen:

Link to comment
ججرب ذا
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) 
  

تسلم خوك :mrgreen::mrgreen:

Link to comment
-- 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 = رقم السيارة

يسلمووووووووووووو اسامة :mrgreen::mrgreen:

يسسلمككـ ربي , #

Link to comment
طيب ممكن طلب ثاني ؟؟

ماركت ينقل الى مكان اخر مثلا جنب بيت سي جي الى البنك

^_^

طيب ع الأقل سو الماركرات

الي عند بيت سي جي والي عند البنك مو كل شي يجيك جاهز

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...