Outlaw Posted August 2, 2019 Share Posted August 2, 2019 ممكن تصليح للكود؟ addEventHandler("onClientPlayerQuit", root, function (reason,player,target) local targetplayer = getPlayerName(target) if not (targetplayer == player) then if reason == "Kicked" then outputChatBox("• #FFFFFF"..getPlayerName(source):gsub("#%x%x%x%x%x%x","").."#22a9ed has left the game [#ffffffKicked by: "..name.."#22a9ed]", 0, 100, 0, true) end end end) الoutputchatbox ما يشتغل Link to comment
Mr.Mostafa Posted August 3, 2019 Share Posted August 3, 2019 2 hours ago, Outlaw said: ممكن تصليح للكود؟ addEventHandler("onClientPlayerQuit", root, function (reason,player,target) local targetplayer = getPlayerName(target) if not (targetplayer == player) then if reason == "Kicked" then outputChatBox("• #FFFFFF"..getPlayerName(source):gsub("#%x%x%x%x%x%x","").."#22a9ed has left the game [#ffffffKicked by: "..name.."#22a9ed]", 0, 100, 0, true) end end end) الoutputchatbox ما يشتغل فنكشن onClientPlayerQuit ماله غير ارقمنت واحد فقط , وهو سبب خروج الاعب من السيرفر , لاكن ممكن تعدل من لوحة الادمن , لما احد يصك شخص يكتب الرسالة الي تبيها Link to comment
KillerX Posted August 3, 2019 Share Posted August 3, 2019 addEventHandler( "onClientPlayerQuit" , root , function( Reason ) if( Reason == "Kicked" ) then local Name = getPlayerName( source ):gsub( "#%x%x%x%x%x%x" , "" ); outputChatBox( ". #ffffff" .. Name .. " #22a9ed has left the game " , 0 , 100 , 0 , true ); end end ) Link to comment
Outlaw Posted August 3, 2019 Author Share Posted August 3, 2019 (edited) 1 hour ago, KillerX said: addEventHandler( "onClientPlayerQuit" , root , function( Reason ) if( Reason == "Kicked" ) then local Name = getPlayerName( source ):gsub( "#%x%x%x%x%x%x" , "" ); outputChatBox( ". #ffffff" .. Name .. " #22a9ed has left the game " , 0 , 100 , 0 , true ); end end ) أنا بدي أحط إسم الشخص الى صك مو الشخص المصكوك ض مثال: KillerX has left the game [Kicked by Outlaw] Edited August 3, 2019 by Outlaw Link to comment
nxFairlywell Posted August 3, 2019 Share Posted August 3, 2019 (edited) إذا انت تبي ترسل الرساله لكل اللاعبين ليش حاطها بالكلينت SERVER : addEventHandler("onPlayerQuit", root, function (typ,reason,element) if (typ == "Kicked") then local this = source; outputChatBox(getPlayerName(this):gsub("#%x%x%x%x%x%x","").." has left the game ["..typ.." by "..getPlayerName(element):gsub("#%x%x%x%x%x%x","").."]",root); end end ) Edited August 3, 2019 by NX_CI 1 Link to comment
Mr.Mostafa Posted August 3, 2019 Share Posted August 3, 2019 1 hour ago, Outlaw said: أنا بدي أحط إسم الشخص الى صك مو الشخص المصكوك ض مثال: KillerX has left the game [Kicked by Outlaw] 3 hours ago, Mr.Mostafa said: فنكشن onClientPlayerQuit ماله غير ارقمنت واحد فقط , وهو سبب خروج الاعب من السيرفر , لاكن ممكن تعدل من لوحة الادمن , لما احد يصك شخص يكتب الرسالة الي تبيها Link to comment
nxFairlywell Posted August 3, 2019 Share Posted August 3, 2019 22 minutes ago, Mr.Mostafa said: onPlayerQuit - Server 1 Link to comment
Mr.Mostafa Posted August 3, 2019 Share Posted August 3, 2019 1 hour ago, NX_CI said: onPlayerQuit - Server ? 1 Link to comment
Outlaw Posted August 3, 2019 Author Share Posted August 3, 2019 (edited) 2 hours ago, NX_CI said: إذا انت تبي ترسل الرساله لكل اللاعبين ليش حاطها بالكلينت SERVER : addEventHandler("onPlayerQuit", root, function (typ,reason,element) if (typ == "Kicked") then local this = source; outputChatBox(getPlayerName(this):gsub("#%x%x%x%x%x%x","").." has left the game ["..typ.." by "..getPlayerName(element):gsub("#%x%x%x%x%x%x","").."]",root); end end ) مشكور بس ممكن إستفسار بسيط؟ طول بالك معي شوي ضض الأرقمنتات تبع الفنشكن مرتبين من البارامتر تبع الإيفينت في صورة بدي أضيف أرقمنت آخر وين احطه؟ لنو والله دايما تخرب معي و في صورة ما ضفت إيفينت آخر أو فنكشن كيف أضيف ارقمنتاتهم بدون ما اخرب الترتيب Edited August 3, 2019 by Outlaw Link to comment
nxFairlywell Posted August 3, 2019 Share Posted August 3, 2019 triggerEvent 2 hours ago, Outlaw said: مشكور بس ممكن إستفسار بسيط؟ طول بالك معي شوي ضض الأرقمنتات تبع الفنشكن مرتبين من البارامتر تبع الإيفينت في صورة بدي أضيف أرقمنت آخر وين احطه؟ لنو والله دايما تخرب معي و في صورة ما ضفت إيفينت آخر أو فنكشن كيف أضيف ارقمنتاتهم بدون ما اخرب الترتيب Link to comment
Outlaw Posted August 4, 2019 Author Share Posted August 4, 2019 15 hours ago, NX_CI said: triggerEvent ?? Link to comment
nxFairlywell Posted August 4, 2019 Share Posted August 4, 2019 2 hours ago, Outlaw said: ?? انت تبي تضيف البرامترز على اي حدث 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