Da7y-Remix_# Posted June 14, 2013 Share Posted June 14, 2013 ابي كود اذا ضغط حرف L يطفي النور ويشغل ممكن؟ Link to comment
K1NG Posted June 14, 2013 Share Posted June 14, 2013 -- Client Side # bindKey ( "l", "down", function ( ) if ( isPedInVehicle ( localPlayer ) ) and ( getVehicleOverrideLights ( getPedOccupiedVehicle ( localPlayer ) ) ~= 2 ) then setVehicleOverrideLights ( getPedOccupiedVehicle ( localPlayer ), 2 ) else setVehicleOverrideLights ( getPedOccupiedVehicle ( localPlayer ), 1 ) end end ) 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