jakson Posted June 8, 2019 Posted June 8, 2019 السلام عليكم شباب.. كيف اسوي ازا كتب شخص كومند مثلا unkown يخلي علم بلده في التاب غير معروف
Mr.Mostafa Posted June 9, 2019 Posted June 9, 2019 1 hour ago, jakson said: السلام عليكم شباب.. كيف اسوي ازا كتب شخص كومند مثلا unkown يخلي علم بلده في التاب غير معروف addCommandHandler ( "unknown", function ( p,c, name, country ) if c and name and country then local Name = getPlayerFromName ( name ) if Name then setElementData ( Name, "Home", country ) outputChatBox ( "تم تغير البلد", p, 255, 255, 0, true ) end end end ) ضيف هادا باي مود , صيغته سيرفر
jakson Posted June 9, 2019 Author Posted June 9, 2019 2 hours ago, Mr.Mostafa said: addCommandHandler ( "unknown", function ( p,c, name, country ) if c and name and country then local Name = getPlayerFromName ( name ) if Name then setElementData ( Name, "Home", country ) outputChatBox ( "تم تغير البلد", p, 255, 255, 0, true ) end end end ) ضيف هادا باي مود , صيغته سيرفر للاسف لا يعمل
Mr.Mostafa Posted June 9, 2019 Posted June 9, 2019 2 minutes ago, jakson said: للاسف لا يعمل كيف تكتب الكود بالسيرفر ؟
#BrosS Posted June 9, 2019 Posted June 9, 2019 addCommandHandler( "unknown", function(player) country = "N/A" setElementData(player,"Country",{":admin/client/images/flags/" .. country:lower() .. ".png", country}) outputChatBox( "لقد اخفيت بلدك",player,0,250,0 ) end ); اخذت الكود من السكوربورد والله اعلم جرب
jakson Posted June 9, 2019 Author Posted June 9, 2019 10 hours ago, #BrosS said: unknown 10 hours ago, #BrosS said: addCommandHandler( "unknown", function(player) country = "N/A" setElementData(player,"Country",{":admin/client/images/flags/" .. country:lower() .. ".png", country}) outputChatBox( "لقد اخفيت بلدك",player,0,250,0 ) end ); اخذت الكود من السكوربورد والله اعلم جرب للاسف لا يعمل
jakson Posted June 10, 2019 Author Posted June 10, 2019 2 hours ago, #BrosS said: اشتغل معي انت تستخدم علم البلد في السكوربورد ؟ انا استخدم علم البلد ولا يخفي معي العلم
Mr.Mostafa Posted July 1, 2019 Posted July 1, 2019 addCommandHandler( "unknown", function(player) country = "N/A" setElementData(player,"Country",country) outputChatBox( "لقد اخفيت بلدك",player,0,250,0 ) end ); صور السكور بورد حقك
N3xT Posted July 2, 2019 Posted July 2, 2019 لازم تعرفون طريقة عمل السكوربورد اولاً وتشوفون وش اسم الداتا
jakson Posted July 2, 2019 Author Posted July 2, 2019 3 hours ago, N3xT said: لازم تعرفون طريقة عمل السكوربورد اولاً وتشوفون وش اسم الداتا سويتها من زمن
jakson Posted July 2, 2019 Author Posted July 2, 2019 1 hour ago, Hakan said: كان بـ إمكانك كتابة تم حل المشكلة عشان ماينرفع الموضوع ما ايجا في بالي لسبب ان الموضوع قديم و مر عليه ما يقارب عن شهر
Mr.Mostafa Posted July 2, 2019 Posted July 2, 2019 1 hour ago, jakson said: ما ايجا في بالي لسبب ان الموضوع قديم و مر عليه ما يقارب عن شهر حصل خير بالتوفيق 1
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