TAPL Posted February 14, 2013 Share Posted February 14, 2013 -- client side 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) - 20) end end end) Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 -- client side 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) - 20) end end end) كفوووووووووووووو تابل يعطيك العافيه ي مببدع وربي شنب ذيب بس تابل بغيت يعني الي يدخل التيم هذا التيم يعطيه شخصيه واذا غير الشخصيه واهو داخل التيم ابيه يطرده التيم يمديك ؟ Link to comment
TAPL Posted February 14, 2013 Share Posted February 14, 2013 -- server side addEventHandler("onElementModelChange", root, function(oldModel, newModel) if getElementType(source) == "player" then local team = getPlayerTeam(source) if team and team == getTeamFromName("Police") and newModel ~= 217 then setPlayerTeam(source, nil) end end end) Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 الميتا "sfa7" version="2" type="script" /> الكود addEventHandler("onElementModelChange", root, function(oldModel, newModel) if getElementType(source) == "player" then local team = getPlayerTeam(source) if team and team == getTeamFromName("Police") and newModel ~= 217 then setPlayerTeam(source, nil) end end end) موراضي يشتغل !! Link to comment
TAPL Posted February 14, 2013 Share Posted February 14, 2013 متأكد أنك في تيم الشرطة و لما غيرت شخصيتك من 217 إلى أي شخصية ثانية ما طلعك من التيم؟ Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 يب + اي واحد يطلق عليي اموت Link to comment
Max+ Posted February 14, 2013 Share Posted February 14, 2013 ---ServerSide addEventHandler('onElementModelChange', resourceRoot, function(oldModel, newModel) local teams = getPlayerTeam(source) if teams then if (getElementType(source) == 'player' and getTeamFromName == 'Police' and newModel == 217) then setPlayerTeam(source, nil) outputChatBox('You Have Been Kicked Out Dont Change Your Skin', source, 255, 0, 0) end end end ) Link to comment
iPrestege Posted February 14, 2013 Share Posted February 14, 2013 ---ServerSide addEventHandler('onElementModelChange', resourceRoot, function(oldModel, newModel) local teams = getPlayerTeam(source) if teams then if (getElementType(source) == 'player' and getTeamFromName == 'Police' and newModel == 217) then setPlayerTeam(source, nil) outputChatBox('You Have Been Kicked Out Dont Change Your Skin', source, 255, 0, 0) end end end ) يالحبيب ماتقرا زين؟ يقولك اذا غير شخصيتة وماكانت 217 !! وين ؟ Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 كودك مامنه فايده ي ماكس ذذ انا ابي اول ماتخش التيم يعطيك الشخصيه 217 واذا غيرتها يطردك خارج التيم Link to comment
TAPL Posted February 14, 2013 Share Posted February 14, 2013 الحين ايش الي مو راضي يشتغل بالضبط؟ و ايش الي انت تبيه؟ Link to comment
Max+ Posted February 14, 2013 Share Posted February 14, 2013 تبوله الرجآل يبي اذا خش تيم الشرطه يعطيه الشخصية 217 واذا حاول يغير الشخصية يطرده برا التيم ~ Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 انا كل شي اوكي ومضبوط بس ابي الي يدخل تيم Police اول مايدخله يعطي التيم شخصيه واذا غيرها واهو داخل التيم راح يطرده التيم بس هذا الي ابيه Link to comment
TAPL Posted February 14, 2013 Share Posted February 14, 2013 Police وين كودك حق لما تخش تيم أنت وش تستخدم setPlayerTeam? او spawnPlayer? Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 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) - 20) end end end) وابيك تزيد علي هل كود ان اي واحد يدخل التيم التيم يعطيه شخصيه واذا غيرها يطرده خارج التيم هذا Link to comment
TAPL Posted February 14, 2013 Share Posted February 14, 2013 Police سؤالي هو: كيف اللاعب يدخل تيم عن طريق الضغط على زر مثلاً؟ وين كودك؟ -_-" الكود الي أنت حطيته أنا معطيك اياه Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 انا اسوي التيم هذا عن طريق الادمنيه بس لو عندك طريقه تخلي التيم حتي لو اطفي السيرفر واشغله يكون التيم موجود ي ليت ^^ Link to comment
TAPL Posted February 14, 2013 Share Posted February 14, 2013 قصدك أن أنت تحط اللاعب في التيم عن طريق الأدمنية؟ Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 يب انا كذا بس يعني لو عندك طريقه تخلي التيم مايروح من الادمنيه يعني لو اطفي السيرفر واشغله يكون موجود ي ليت Link to comment
TAPL Posted February 14, 2013 Share Posted February 14, 2013 -- server side createTeam("Police", 0, 0, 255) بما انك تحط اللاعب في التيم عن طريق الأدمنية ليه ما تكمل الجميل و تحط له الشخصية من الأدمنية كمان Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 لا يبوي انا ابيه اول مايدخل التيم يعطيه Link to comment
TAPL Posted February 14, 2013 Share Posted February 14, 2013 لا يبوي انا ابيه اول مايدخل التيم يعطيه بما ان لا يوجد أفنت لما التيم يتغير في ذي الحاله بتحتاج إلى تايمر لا نهائي setTimer getElementsByType -- for loop all players getPlayerTeam getTeamFromName setElementModel Link to comment
Sfa7 Posted February 14, 2013 Author Share Posted February 14, 2013 (edited) تمت الافاده Edited February 14, 2013 by Guest Link to comment
TAPL Posted February 14, 2013 Share Posted February 14, 2013 سطر رقم 2 ذا سيرفر و باقي الكود كلينت 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