Jump to content

مساعده


##GaMeR

Recommended Posts

عندي ذا كود

يدخله مهمه شوتر

لكن ما يعطي سياره :|

addEventHandler( "onMarkerHit", root, 
    function ( hitElement ) 
        if source == VehicleM and 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 ( 411, x, y, z ) 
            if Vehicles[hitElement] then 
                warpPedIntoVehicle( hitElement, Vehicles[hitElement] ) 
                outputChatBox( "Welcome To ShooteR", hitElement, 255, 0, 0, true ) 
            end 
        elseif source == ColorM and getElementType( hitElement) == "player" and isPedInVehicle( hitElement ) then 
            local player = getPedOccupiedVehicle( hitElement ) 
            setVehicleColor( player, math.random(255), math.random(255), math.random(255) ) 
            outputChatBox( "", hitElement, 0, 255, 0, true ) 
        end 
    end 

Link to comment

VehicleM = ?

شكله يوم سرقه ما سرق جدول السيارات :mrgreen:

اي جدول ي شيخ ؟ , ذا الماركر سورس الأفنت ! . !

المهم وش مشكلة الكود ؟

فكرته جدول :roll:

Gamer : يمكن من ذا

destroyElement( Vehicles[hitElement] ) 

جرب امسحه من الكود

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...