Sfa7 Posted February 18, 2013 Share Posted February 18, 2013 (edited) يغلق لعدم الافاده Edited February 21, 2013 by Guest Link to comment
===|OSAMA|=== Posted February 18, 2013 Share Posted February 18, 2013 إستبدل كودكـ الي فوق بـ , setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) Link to comment
Sfa7 Posted February 19, 2013 Author Share Posted February 19, 2013 اسامه ي مبدع سويت كذا ومانفع addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) if setTeamFriendlyFire ( getTeamFromName ( "Admin" ), false ) then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 50) end end end) وسويت كذا وهم مانفع addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) if team and team == setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 20) end end end) ي ليت تساعدني ذذ Link to comment
iMr.Dawix~# Posted February 19, 2013 Share Posted February 19, 2013 (edited) setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) < Edited February 19, 2013 by Guest Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 Server-only function Link to comment
===|OSAMA|=== Posted February 19, 2013 Share Posted February 19, 2013 اسامه ي مبدع سويت كذا ومانفع addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) if setTeamFriendlyFire ( getTeamFromName ( "Admin" ), false ) then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 50) end end end) وسويت كذا وهم مانفع addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) if team and team == setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 20) end end end) ي ليت تساعدني ذذ يـَ بعد تسبدي , إحذف اكوادكـ كلهآ وحط ذآ setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) وخله بالميتا سيرفر مهو كلنت Link to comment
Max+ Posted February 19, 2013 Share Posted February 19, 2013 واذا تبي الاكواد كلهآ تفضل ذي طريقة تريقر للسيرفر --ClientSide addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) if team and team == getTeamFromName("Police") then triggerServerEvent('no', localPlayer) setElementHealth(attacker, getElementHealth(attacker) - 20) end end end) --ServerSide addEvent('no', true) addEventHandler('no', root, function() setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) end ) Link to comment
3NAD Posted February 19, 2013 Share Posted February 19, 2013 واذا تبي الاكواد كلهآ تفضل ذي طريقة تريقر للسيرفر --ClientSide addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) if team and team == getTeamFromName("Police") then triggerServerEvent('no', localPlayer) setElementHealth(attacker, getElementHealth(attacker) - 20) end end end) --ServerSide addEvent('no', true) addEventHandler('no', root, function() setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) end ) اعتقد ان طريقتكـ راح تسبب لآق .. لأن كل طلقة راح يحول تريقر ذذذذذ الأفضل ان يكون ثابت بـ سيرفر for _, v in ipairs ( getElementsByType ( "team" ) ) do setTeamFriendlyFire ( v, false ) end Link to comment
Sfa7 Posted February 19, 2013 Author Share Posted February 19, 2013 ي اخوان انا ابي الي تضيفون ع كودي الي يدخل معي في التيم ماقدر اقتله مابي كود ثااني بس ضيفولي عليه ان الي يدخل معي ماقدر اقتله Link to comment
===|OSAMA|=== Posted February 19, 2013 Share Posted February 19, 2013 يـَ بعد تسبدي , إحذف اكوادكـ كلهآوحط ذآ setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) وخله بالميتا سيرفر مهو كلنت أعيد وأزيد ^ Link to comment
3NAD Posted February 19, 2013 Share Posted February 19, 2013 كودكـ كلنت والوظظيفة هذي سيرفر Server اللي عليك .. اضف ملف جديد بـ جانب مع الوظيفة اللي عطيتكـ فوق Link to comment
MrCor Posted February 19, 2013 Share Posted February 19, 2013 هذا المود الي تبيه جاهز https://community.multitheftauto.com/ind ... ls&id=6063 Link to comment
Sfa7 Posted February 19, 2013 Author Share Posted February 19, 2013 يـَ بعد تسبدي , إحذف اكوادكـ كلهآوحط ذآ setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) وخله بالميتا سيرفر مهو كلنت أعيد وأزيد ^ اخوي اسامه طيب بدل ماتعدي وتقول عطني مثال علي كودي لني جربت كودك بـ طريقتين الي هم فووق وماضبط ورني مثال المهم ي عنااد سويت الطريقه الي قلت عنها وماضبط اشتغل التيم بس الي يدخل معي يمديني اقتله كلنت addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) setTeamFriendlyFire ( getTeamFromName ( "Admin" ), false ) then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 50) end end end) سيرفر for _, v in ipairs ( getElementsByType ( "Admin" ) ) do setTeamFriendlyFire ( v, false ) end ويمديني اقتل خويي ليه مادري ملاحضه خويي الي يدخل معي بـ التيم ^ فقط Link to comment
jafar Posted February 19, 2013 Share Posted February 19, 2013 الحدث ذاonClientPlayerDamage كلنت وانت حاط كود الفرنلدي فاير في الكلنت والسيرفر ,, كود الفرنلدي فاير للسيرفر فقط ماينفع في الكلنت Link to comment
PaiN^ Posted February 19, 2013 Share Posted February 19, 2013 -- Client addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) if team and team == getTeamFromName ("Police") then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 50) end end end ) -- Server for _,v in ipairs( getElementsByType( "team" ) ) do setTeamFriendlyFire( v, false ) end Link to comment
===|OSAMA|=== Posted February 19, 2013 Share Posted February 19, 2013 يـَ بعد تسبدي , إحذف اكوادكـ كلهآوحط ذآ setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) وخله بالميتا سيرفر مهو كلنت أعيد وأزيد ^ اخوي اسامه طيب بدل ماتعدي وتقول عطني مثال علي كودي لني جربت كودك بـ طريقتين الي هم فووق وماضبط ورني مثال المهم ي عنااد سويت الطريقه الي قلت عنها وماضبط اشتغل التيم بس الي يدخل معي يمديني اقتله كلنت addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) setTeamFriendlyFire ( getTeamFromName ( "Admin" ), false ) then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 50) end end end) سيرفر for _, v in ipairs ( getElementsByType ( "Admin" ) ) do setTeamFriendlyFire ( v, false ) end ويمديني اقتل خويي ليه مادري ملاحضه خويي الي يدخل معي بـ التيم ^ فقط كم مرهـ قلت لكـ , إمسح اكوادكـ ذي كلهآ وشيل ملف كلنت كامل وإفتح الملف الي مسوي فيه التيم و حط فيه الكود ذا @_@ -- Server Side ! setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) Link to comment
Sfa7 Posted February 19, 2013 Author Share Posted February 19, 2013 -- Client addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" then local team = getPlayerTeam(source) if team and team == getTeamFromName ("Police") then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 50) end end end ) -- Server for _,v in ipairs( getElementsByType( "team" ) ) do setTeamFriendlyFire( v, false ) end والله انت و عنااد ماسويتو فرق بين كودي الي فووق ماادري ليش حاطين هل كود for _,v in ipairs( getElementsByType( "team" ) ) do setTeamFriendlyFire( v, false ) end مامنه فايده لني لو طلقة علي خويي بيموت حتي لو شلته هم يمديني اقتل خويي ! ماله داعي Link to comment
PaiN^ Posted February 19, 2013 Share Posted February 19, 2013 على كذا جرب حق أسامة -- Server Side ! setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) و إن ما إشتغل إطرح كل شي الميتا + السيرفر + الكلنت Link to comment
jafar Posted February 19, 2013 Share Posted February 19, 2013 كم مرهـ قلت لكـ , إمسح اكوادكـ ذي كلهآ وشيل ملف كلنت كامل وإفتح الملف الي مسوي فيه التيم و حط فيه الكود ذا @_@ -- Server Side ! setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) Link to comment
HsSoN Posted February 19, 2013 Share Posted February 19, 2013 function protect() for i, TEAMS in ipairs ( getElementsByType("team") ) do if ( getTeamFriendlyFire ( TEAMS ) == true ) then setTeamFriendlyFire ( TEAMS, false ) end end end addEventHandler("onResourceStart", resourceRoot, protect) Link to comment
MR.S3D Posted February 19, 2013 Share Posted February 19, 2013 أخوي روح للمود اللي انت مسويه Police في ملف السيرفر وحط ذا الكود تحت التيم setTeamFriendlyFire ( getTeamFromName ( "Police" ), false ) Link to comment
Sfa7 Posted February 19, 2013 Author Share Posted February 19, 2013 لوووول اخواني معليش شكلي شرحتلكم غلط سووري الكود ضبط مايمديني اقتله بس سووري معليش انا كان قصدي اني لما اطلق عليه واهو معي بـ القروب مابي ينقص دمي 20 ان شالله فهمتو يعني اذا كان معي بل قروب وضربته ماينقض دمي منه 20 ان شالله فهمتو وتصححوه لي Link to comment
PaiN^ Posted February 19, 2013 Share Posted February 19, 2013 addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" and getPlayerTeam(attacker) ~= "Police" then local team = getPlayerTeam(source) if team and team == getTeamFromName("Police") then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 20) end end end ) Link to comment
MR.S3D Posted February 19, 2013 Share Posted February 19, 2013 (edited) addEventHandler("onClientPlayerDamage", root, function(attacker) if attacker and getElementType(attacker) == "player" and getPlayerTeam(attacker) ~= "Police" then local team = getPlayerTeam(source) if team and team == getTeamFromName("Police") then cancelEvent() setElementHealth(attacker, getElementHealth(attacker) - 20) end end end ) getPlayerTeam(attacker) ~= "Police" then؟؟؟ خرابيط تايم Edited February 19, 2013 by Guest Link to comment
Sfa7 Posted February 19, 2013 Author Share Posted February 19, 2013 اخوي علم لا فائده ذذ ينقص دمي لما اضربه 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