Jump to content

طلب مساعدة


Recommended Posts

السلام عليكم ورحمة الله وبركاته

عندي مود جاهز 100% بس أبغى أضيف عليه شي

المود هو مود الفلشرات ف أبغى لمن اضغط زر التشغيل 

ما يشتغل الأمر إلا على سيارات محددة

 

ملاحظة :

لو تبغى الأكواد كلمني بالخاص 

Link to comment

شوف هالمثال , ماراح يفعل الكود الا اذا كان السيارة الي راكبها الايدي حقها موجود بالجدول , وانت سويها ع كودك . 

local allowedCars = {
['411'] = true,
['412'] = true,
}

bindKey ( "z" , "down" , function ( )
if ( getPedOccupiedVehicle ( localPlayer ) and allowedCars [ getElementModel ( getPedOccupiedVehicle ( localPlayer ) ) ] ) then 
--- your code 
else 
outputChatBox("Error",255,0,0,true)
end
end )

 

  • Like 1
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...