aBo.F[ra]G<3 Posted July 3, 2014 Share Posted July 3, 2014 السلام عليكم ي شباب انا ابي استخدم اللفل حق العقرب على الزومبي بس اللفل مايزيد ماضبط ابي الكود + وين اضيفه بأي ملف لاهنتوو Link to comment
aBo.F[ra]G<3 Posted July 3, 2014 Author Share Posted July 3, 2014 واحد عطاني الكود ذا يقول ضيفه بالمود وجرب اقتل زومبي ==================================== جربت ركبته المود معاد يشتغل ياليت تفيدني .. ------------- Link to comment
aBo.F[ra]G<3 Posted July 3, 2014 Author Share Posted July 3, 2014 ابي الحل ي شباب لا هنتو Link to comment
Max+ Posted July 3, 2014 Share Posted July 3, 2014 شوف استخدم السكربت ذا , https://community.multitheftauto.com/in ... ls&id=1253 + اضف الكود ذا addEvent ( "onZombieWasted", true ) addEventHandler ( "onZombieWasted", root, function ( theKiller ) exports.exp_system:addPlayerEXP ( theKiller, math.random(1, 10)) end ) واذا تبي ليفل متطور , اانا ابيع لك حقي بمقابل ,~ Link to comment
aBo.F[ra]G<3 Posted July 3, 2014 Author Share Posted July 3, 2014 لا ي بعدي انا علتي بسيطهه ابي تضيف الكود على لفل العقرب ابي اذا قتلت زومبي يجي لفل لاهنت ي بعدي اذا الدعوهه مطوله ضفني سكايبي salman83511 Link to comment
Max+ Posted July 3, 2014 Share Posted July 3, 2014 والله ماعرف اوامر الاكسبورت حقت الزومبي للعقرب , Link to comment
-#Saimon Posted July 3, 2014 Share Posted July 3, 2014 (edited) شفت الكود اللي عطاك خويك ؟ حطه بالميتا وجرب Edited July 3, 2014 by Guest Link to comment
aBo.F[ra]G<3 Posted July 3, 2014 Author Share Posted July 3, 2014 ضفني سكايبي لاهنت .. Link to comment
aBo.F[ra]G<3 Posted July 4, 2014 Author Share Posted July 4, 2014 محد افادني الى يعرف لا يبخلل ابي استخدم لفل العقرب على الزومبي بس مااضبط وش الحل Link to comment
TAPL Posted July 4, 2014 Share Posted July 4, 2014 و مشفر يعني ما نفدر نفيدك exports لفل العقرب مافيه اي فنكشن Link to comment
aBo.F[ra]G<3 Posted July 4, 2014 Author Share Posted July 4, 2014 لفل العقرب عندي مو مشفر Link to comment
TAPL Posted July 4, 2014 Share Posted July 4, 2014 onPlayerWasted اطرح لنا الجزء الي فيه افنت Link to comment
aBo.F[ra]G<3 Posted July 4, 2014 Author Share Posted July 4, 2014 function onKill(ammo,killer) if ( killer ) and ( killer ~= source ) then local hisLevel = getElementData(killer,"Level") local hisExp = getElementData(killer,"Exp") local hisNext = getElementData(killer,"Next") if hisLevel and hisExp and hisNext then ----------------- plusExp(killer) ----------------- if tonumber(hisExp) > tonumber(math.floor(hisNext-1)) then plusLevel(killer) upgrade(killer) end end end end addEventHandler("onPlayerWasted",root,onKill) Link to comment
acount deleted Posted July 4, 2014 Share Posted July 4, 2014 function onKill(attacker) if ( attacker ) and ( attacker == source ) then local hisLevel = getElementData(killer,"Level") local hisExp = getElementData(killer,"Exp") local hisNext = getElementData(killer,"Next") if hisLevel and hisExp and hisNext then ----------------- plusExp(killer) ----------------- if tonumber(hisExp) > tonumber(math.floor(hisNext-1)) then plusLevel(killer) upgrade(killer) end end end end addEventHandler("onZombieWasted",root,onKill) https://wiki.multitheftauto.com/wiki/Slothman/Zombies مدري البيج ذي صحيحة ام كاذبة Link to comment
aBo.F[ra]G<3 Posted July 4, 2014 Author Share Posted July 4, 2014 function onKill(attacker) if ( attacker ) and ( attacker == source ) then local hisLevel = getElementData(killer,"Level") local hisExp = getElementData(killer,"Exp") local hisNext = getElementData(killer,"Next") if hisLevel and hisExp and hisNext then ----------------- plusExp(killer) ----------------- if tonumber(hisExp) > tonumber(math.floor(hisNext-1)) then plusLevel(killer) upgrade(killer) end end end end addEventHandler("onZombieWasted",root,onKill) https://wiki.multitheftauto.com/wiki/Slothman/Zombies مدري البيج ذي صحيحة ام كاذبة هاذي نسختهاا من ملف سيرفر مود اللفل حق العقرب Link to comment
TAPL Posted July 4, 2014 Share Posted July 4, 2014 function onKill(ammo,killer)if ( killer ) and ( killer ~= source ) then local hisLevel = getElementData(killer,"Level") local hisExp = getElementData(killer,"Exp") local hisNext = getElementData(killer,"Next") if hisLevel and hisExp and hisNext then ----------------- plusExp(killer) ----------------- if tonumber(hisExp) > tonumber(math.floor(hisNext-1)) then plusLevel(killer) upgrade(killer) end end end end addEventHandler("onPlayerWasted",root,onKill) onZombieWasted بـ onPlayerWasted استبدل وذي مدري يحتاج ولا لا إذا ما اشتغل حطه و جرب addEvent("onZombieWasted", true) Link to comment
aBo.F[ra]G<3 Posted July 4, 2014 Author Share Posted July 4, 2014 جربتهاا بالشكل ذا addEventHandler("onZombieWasted",root,onKill) مانفع level مايزيد exp مايزيد ----------------- وجربتهاا بالشكل ذاا addEvent("onZombieWasted", true) addEventHandler("onZombieWasted",root,onKill) نفس الشي مايزيد Link to comment
TAPL Posted July 4, 2014 Share Posted July 4, 2014 من هنا ammo اي صح امسح function onKill(ammo,killer) Link to comment
aBo.F[ra]G<3 Posted July 4, 2014 Author Share Posted July 4, 2014 الله يعطيك العاففيهه ي بعدي ضبط Link to comment
aBo.F[ra]G<3 Posted July 4, 2014 Author Share Posted July 4, 2014 (edited) بس في مشكل بسيطهه اذا جبت لفل اللوحه تظهر ذي http://im51.gulfup.com/Xxb8IU.png يعني كل ماجبت لفل تظهر اللوحه وروح اقفلها من اف 5 انا ابي اذا جبت لفل ماتظهر اتمنى فهمتني Edited July 4, 2014 by Guest Link to comment
acount deleted Posted July 4, 2014 Share Posted July 4, 2014 function onKill(attacker) if ( attacker ) and ( attacker == source ) then local hisLevel = getElementData(killer,"Level") local hisExp = getElementData(killer,"Exp") local hisNext = getElementData(killer,"Next") if hisLevel and hisExp and hisNext then ----------------- plusExp(killer) ----------------- if tonumber(hisExp) > tonumber(math.floor(hisNext-1)) then plusLevel(killer) upgrade(killer) end end end end addEventHandler("onZombieWasted",root,onKill) https://wiki.multitheftauto.com/wiki/Slothman/Zombies مدري البيج ذي صحيحة ام كاذبة هاذي نسختهاا من ملف سيرفر مود اللفل حق العقرب مع انه افادك وش الي نسخته ؟ شوف الافنت Link to comment
aBo.F[ra]G<3 Posted July 4, 2014 Author Share Posted July 4, 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