Hakimovic Posted June 28, 2014 Share Posted June 28, 2014 السلام و عليكم شبااب ابي كود اذا كان موجود ابي احمي منطقة يعني اي احد يبي يقتل ما يقدر Link to comment
al-Kobra Posted June 28, 2014 Share Posted June 28, 2014 local col = createColRectangle ( x, y, width, height ) addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), function () isElementWithinColShape ( source, col ) cancelEvent () end ) Link to comment
Hakimovic Posted June 28, 2014 Author Share Posted June 28, 2014 ممكن تشرحلي كيف استعمل الكود دا لو سنحت Link to comment
al-Kobra Posted June 28, 2014 Share Posted June 28, 2014 x = احداثية ,, تقدر تجيبها من لوحة الادمنية او الفري روم y = زي الكلام الا فوق width = العرض height = الطول ملاحظة ,, الاكس و الواي لازم تجيبهم من منتصف المكان الا تبي تسوي فيه حماية Link to comment
Hakimovic Posted June 28, 2014 Author Share Posted June 28, 2014 بس العرض و الطول منين اجيبهم ? Link to comment
al-Kobra Posted June 28, 2014 Share Posted June 28, 2014 انت تحطهم من عندك ,, مثلا local col = createColRectangle ( 216, -1350, 10, 10 ) -- الحين راح يصير مربع local col = createColRectangle ( 216, -1350, 10, 5 ) -- الحين راح يصير مستطيل واذا تبغيه يظهر ,, V استدعي هذا في الأدمنيةclient execute setDevelopmentMode ( true ) في اف8 showcol ثم اكتب Link to comment
</Mr.Tn6eL> Posted June 29, 2014 Share Posted June 29, 2014 local col = createColRectangle ( x, y, width, height ) addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), function () isElementWithinColShape ( source, col ) cancelEvent () end ) local col = createColRectangle(x, y, width, height) addEventHandler("onClientPlayerDamage", localPlayer, function( ) if isElementWithinColShape(source, col) then cancelEvent( ) end end) Link to comment
Hakimovic Posted June 30, 2014 Author Share Posted June 30, 2014 عندي مشكلة انو لما اسوي الحماية تكون بالماب كلو ليش ? ابيها مثلا مثل السجن لما تكون بسجن ما تقدر تجيب سلاح Link to comment
jafar Posted June 30, 2014 Share Posted June 30, 2014 (edited) عندي مشكلة انو لما اسوي الحماية تكون بالماب كلو ليش ?ابيها مثلا مثل السجن لما تكون بسجن ما تقدر تجيب سلاح الكول شيب الي تستخدمه ماله ارتفاع محدد فاستخدم createColCuboid Edited June 30, 2014 by Guest Link to comment
Hakimovic Posted June 30, 2014 Author Share Posted June 30, 2014 ممكن تقولي كيف استخدمو 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