twitter Posted August 14, 2018 Share Posted August 14, 2018 السلام عليكم ورحمة الله وبركاته عندي مود جاهز 100% بس أبغى أضيف عليه شي المود هو مود الفلشرات ف أبغى لمن اضغط زر التشغيل ما يشتغل الأمر إلا على سيارات محددة ملاحظة : لو تبغى الأكواد كلمني بالخاص Link to comment
Mr.Mostafa Posted August 14, 2018 Share Posted August 14, 2018 سيآرآت محددة زي وش وضح آكتر Link to comment
twitter Posted August 14, 2018 Author Share Posted August 14, 2018 يعني التشغيل من حرف Z ف لمن اشغل الفلشر يحط شرط أنه ما يشتغل إلا على سياراة محددة وبيكون في قائمة زي كذا Cars=[455,560] Link to comment
+1HidroNex Posted August 14, 2018 Share Posted August 14, 2018 getElementModel تستخدم هذا الفنكشن لي تتحقق من ايدي السياره الى تبيهآ # Link to comment
twitter Posted August 14, 2018 Author Share Posted August 14, 2018 5 minutes ago, +1HidroNex said: getElementModel تستخدم هذا الفنكشن لي تتحقق من ايدي السياره الى تبيهآ # لاهنت ابغى مع تحديد الشرط Link to comment
+1HidroNex Posted August 14, 2018 Share Posted August 14, 2018 1 minute ago, twitter said: لاهنت ابغى مع تحديد الشرط local veh = getElementModel ( theVehicle ) if veh = 500 or veh == 577 then -- Your Cood Link to comment
Trefeor Posted August 14, 2018 Share Posted August 14, 2018 شوف هالمثال , ماراح يفعل الكود الا اذا كان السيارة الي راكبها الايدي حقها موجود بالجدول , وانت سويها ع كودك . 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 ) 1 Link to comment
Ram, Posted August 15, 2018 Share Posted August 15, 2018 استعمل الجداول + getElementModel 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