shwaeki Posted April 12, 2014 Share Posted April 12, 2014 Group = جروب سيستم حق العقرب gang = جروب سيستم حق احمد فيف Link to comment
ahmed1010 Posted April 12, 2014 Author Share Posted April 12, 2014 جروس سستم حق احمد فيف gang Link to comment
ahmed1010 Posted April 12, 2014 Author Share Posted April 12, 2014 الكود هيبقى كده طبعا setElementData ( player, "gang", false ) صح؟ Link to comment
ahmed1010 Posted April 12, 2014 Author Share Posted April 12, 2014 Marker = createMarker(1578.6450195313, 634.03717041016, 2132.7827148438,'cylinder', 300, 0, 0, 0, 0) function ahmed1010(thePlayer,Marker) if getElementData( thePlayer, 'gang' ) == "[MsN]" then setElementData ( player, "gang", false ) outputChatBox("يمكنك قتل اعضاء عصابتك هنا", thePlayer, 255, 0, 0) else end end addEventHandler("onMarkerHit", Marker,ahmed1010) انا سويت كده لكن ما يمدينى اقتل اعضاء الجروب لسه server.lua31badarugment @ setelementdata [exepted element at arugment Link to comment
ahmed1010 Posted April 12, 2014 Author Share Posted April 12, 2014 ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ Link to comment
The Killer Posted April 12, 2014 Share Posted April 12, 2014 Client side: Marker = createMarker(1578.64, 634, 2132.78,'cylinder', 300, 0, 0, 0, 0) function ahmed1010() if getElementData( localPlayer, 'gang' ) == "[MsN]" then removeEventHandler ("onClientPlayerDamage", root, msn) outputChatBox("يمكنك قتل اعضاء عصابتك هنا", 255, 0, 0) end end addEventHandler("onClientMarkerHit", Marker,ahmed1010) addEventHandler ("onClientMarkerLeave", Marker, function () if getElementData (localPlayer, "gang") == "[MsN]" then addEventHandler ("onClientPlayerDamage", root, msn) end end) function msn () if getElementData (localPlayer, "gang") == "[MsN]" then cancelEvent () end end Link to comment
ahmed1010 Posted April 12, 2014 Author Share Posted April 12, 2014 Client.lua,is not encoded utf-8. loading as ansl ما اشتغل Link to comment
ahmed1010 Posted April 12, 2014 Author Share Posted April 12, 2014 (edited) خل الملف بتشفير UTF-8 كيف يعنى؟ Edited April 12, 2014 by Guest Link to comment
The Killer Posted April 12, 2014 Share Posted April 12, 2014 افتح الملف وبعدين تلقى فوق ع اليمين ملف اضغط عليه وبعدين اضغط حفظ بأسم وبيجيك اكتب اسم الملف تكتب Client.lua وبعدين تنزل تحت بتلقى مستطيل طويل مكتوب فيه الترميز اضغط عليه وبعدين اختار UTF-8 Link to comment
ahmed1010 Posted April 12, 2014 Author Share Posted April 12, 2014 تم و لكن ما يمدينى اقتل الاعضاء لسه Link to comment
The Killer Posted April 12, 2014 Share Posted April 12, 2014 المشكله من مود القروبات نفسه حق احمد فيف , انصحك تستخدم حق العقرب لأن حق احمد فيف القروبات ما يقدرون يقتلون بعض حق العقرب يقدرون اذا تبي تمنعهم لازم تسوي كود خاص فلازم حق العقرب Link to comment
ahmedfef Posted April 13, 2014 Share Posted April 13, 2014 كلمني سكايب وبعطيك نسخه يصير تقتل الي معك في العصابة ahmed.fef Link to comment
ahmed1010 Posted April 13, 2014 Author Share Posted April 13, 2014 ارسلت لك طلب صداقة كلمنى Link to comment
ahmedfef Posted April 13, 2014 Share Posted April 13, 2014 Marker = createMarker(1578.64, 634, 2132.78,'cylinder', 300, 0, 0, 0, 0) function ahmed1010 (hitPlayer) if hitPlayer == localPlayer then if getElementData( hitPlayer, 'gang' ) == "[MsN]" then setElementData(hitPlayer,"InGang",false) outputChatBox("يمكنك قتل اعضاء عصابتك هنا", 255, 0, 0) end end end addEventHandler("onClientMarkerHit", Marker,ahmed1010) addEventHandler ("onClientMarkerLeave", Marker, function (leftPlayer) if leftPlayer == localPlayer then if getElementData (leftPlayer, "gang") == "[MsN]" then setElementData(hitPlayer,"InGang",true) end end end) Link to comment
ahmed1010 Posted April 13, 2014 Author Share Posted April 13, 2014 Marker = createMarker(1578.64, 634, 2132.78,'cylinder', 300, 0, 0, 0, 0) function ahmed1010 (hitPlayer) if hitPlayer == localPlayer then if getElementData( hitPlayer, 'gang' ) == "[MsN]" then setElementData(hitPlayer,"InGang",false) outputChatBox("يمكنك قتل اعضاء عصابتك هنا", 255, 0, 0) end end end addEventHandler("onClientMarkerHit", Marker,ahmed1010) addEventHandler ("onClientMarkerLeave", Marker, function (leftPlayer) if leftPlayer == localPlayer then if getElementData (leftPlayer, "gang") == "[MsN]" then setElementData(hitPlayer,"InGang",true) end 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