Jump to content

فنكشات الاطلاق من السياره


Recommended Posts

CanShoot = true 
  
bindKey ( "a", "down", 
    function ( ) 
        local vehicle = getPedOccupiedVehicle ( localPlayer ) 
        if ( vehicle ) then 
            if ( CanShoot == true ) then 
                local x, y, z = getElementPosition ( vehicle ) 
                createProjectile ( vehicle, 19, x, y, z, 200 ) 
                CanShoot = false 
                setTimer ( function ( ) CanShoot = true end, 3000, 1 ) 
            end 
        end 
    end 
) 

Link to comment

المود كان عندي .. بس ضيعته هه

هذا الفنكشن .. اذا ودك تسوي المود بنفسكـ

setPedDoingGangDriveby 

وفيه مود فـ السيرفر جاهز , هذا اسمه

realdriveby شغله وبس : )

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