|M.r|LooFe| Posted July 5, 2017 Share Posted July 5, 2017 السلام وعليكم شباب كيفكم ممكن طلب انا محتاج مود عدم اخراج الاسلحة الى في مكان محدد انا احط احداثياته وابي يخرجها في العالم الوهمي فقط وشكرا Link to comment
#BrosS Posted July 5, 2017 Share Posted July 5, 2017 "onPlayerWeaponSwitch" getElementDimension cancelEvent Link to comment
A7M8D Posted July 5, 2017 Share Posted July 5, 2017 (edited) يعني عايز يخرجها في العالم الوهمي بس و العالم العادي رقم 0 لا ؟ addEventHandler("onPlayerWeaponSwitch",root, function () if getElementDimension(source) not == 0 then cancelEvent() end end ) Edited July 5, 2017 by #MR.NaiF Link to comment
|M.r|LooFe| Posted July 5, 2017 Author Share Posted July 5, 2017 لا يخوي ابيه فقط ما يخرجها في العالم 0 واخليه يخرجها بمكان محدد واحد الي هو ساحة القتال والباقي عن طريق العالم الوهمي مثلا عالم رقم 30 بتاع الديربي يمكننه اخرجاها Link to comment
#BrosS Posted July 5, 2017 Share Posted July 5, 2017 6 hours ago, #MR.NaiF said: يعني عايز يخرجها في العالم الوهمي بس و العالم العادي رقم 0 لا ؟ addEventHandler("onPlayerWeaponSwitch",root, function () if getElementDimension(source) not == 0 then cancelEvent() end end ) وش ذا يبني لا تساعد غلط 1 Link to comment
#BrosS Posted July 5, 2017 Share Posted July 5, 2017 (edited) 1 hour ago, |M.r|LooFe| said: لا يخوي ابيه فقط ما يخرجها في العالم 0 واخليه يخرجها بمكان محدد واحد الي هو ساحة القتال والباقي عن طريق العالم الوهمي مثلا عالم رقم 30 بتاع الديربي يمكننه اخرجاها addEventHandler ( 'onPlayerWeaponSwitch', root, function() if getElementDimension(source) == 0 then toggleControl ( source, 'fire', false ) else toggleControl ( source, 'fire', true ) end end) الترتيب خايس لأني جوال .. ذذ Edited July 5, 2017 by #BrosS Link to comment
|M.r|LooFe| Posted July 6, 2017 Author Share Posted July 6, 2017 شكرا يا اخوان على المساعده Link to comment
</Mr.Tn6eL> Posted July 6, 2017 Share Posted July 6, 2017 20 hours ago, #BrosS said: addEventHandler ( 'onPlayerWeaponSwitch', root, function() if getElementDimension(source) == 0 then toggleControl ( source, 'fire', false ) else toggleControl ( source, 'fire', true ) end end) الترتيب خايس لأني جوال .. ذذ تقدر تختصرها كذا addEventHandler ( 'onPlayerWeaponSwitch', root, function() toggleControl ( source, 'fire', getElementDimension(source) ~= 0 ) end) 1 Link to comment
#BrosS Posted July 6, 2017 Share Posted July 6, 2017 3 hours ago, </Mr.Tn6eL> said: تقدر تختصرها كذا addEventHandler ( 'onPlayerWeaponSwitch', root, function() toggleControl ( source, 'fire', getElementDimension(source) ~= 0 ) end) شكرا على المعلومة ذذ Link to comment
|M.r|LooFe| Posted July 8, 2017 Author Share Posted July 8, 2017 شكرا اخواني شكر جزيل لكم على المساعده بس كيف بخليها تطلع في ساحة القتال 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