Hesham_Alking Posted October 3, 2013 Share Posted October 3, 2013 السلام عليكم اخواني انا الحين حملت مود وفتحت ملف lua المود مثلا عبارة عن اظهار الادمن الاون لاين اريد اعرف ايش الكلمة اللى اكتبها بالشات عشان يظهر الادمن يعني كيف اعرف الامر وين الاقي كلمتها مثال # addCommandHandler("admins",function(p) local Admins,SuperModerators,Moderator = getOnlineAdmins() -- the function will return 3 tables if #Admins ~= 0 then -- if the admins table not empty then outputChatBox("Online Admins",p,255,0,0,true) for k,v in ipairs ( Admins ) do -- loop the table outputChatBox(""..getPlayerName(v),p,255,128,0,true) -- output the player name end end end ) function getOnlineAdmins() local t1,t2,t3 = {},{},{} for k,v in ipairs ( getElementsByType("player") ) do local acc = getPlayerAccount(v);if not acc or isGuestAccount(acc) then return end;local accName = getAccountName(acc) local isAdmin,isSMOD,isMod = isObjectInACLGroup("user."..accName,aclGetGroup("Admin")),isObjectInACLGroup("user."..accName,aclGetGroup("SuperModerator")),isObjectInACLGroup("user."..accName,aclGetGroup("Moderator")) if isAdmin == true then table.insert(t1,v) elseif isSMOD == true then table.insert(t2,v) elseif isMod == true then table.insert(t3,v) end return t1,t2,t3 end end Link to comment
S4MuEL Posted October 3, 2013 Share Posted October 3, 2013 كلمة آلأمر admins ويَ هلآ وسهلآ فيك يَ هشآم , نورت آلمنتدى addCommandHandler -- لإضآفة آلأمر Link to comment
Hesham_Alking Posted October 3, 2013 Author Share Posted October 3, 2013 لبي قلبك يالغلا منور بوجودك طيب انا عندي Top Times في الريس ابي احذف رقم 5 من التوب مثلا بكتب بالشات /deletetime 5 ما بيصير اشي وين بتكون المشكلة وكيف حلها ؟ Link to comment
S4MuEL Posted October 3, 2013 Share Posted October 3, 2013 مشآكل آلريس ومودآتهآ مآلي فيهآ ذذ لكن آطرح كودك ، وبشوف إذآ آقدر آسآعدك به .. Link to comment
Hesham_Alking Posted October 3, 2013 Author Share Posted October 3, 2013 المود حق Top times فيه اكثر من ملف مش عارف انسخ لك اي كود فيهن شف الصورة Link to comment
فاّرس Posted October 3, 2013 Share Posted October 3, 2013 خلاص اخي عرفت المشكلةانا كنت مسجل ادمنيتي بجروب Consloe لما سجلت بجروب Admin صرت اقدر احذف من كلامك ان المشكله انحلت ؟ اجل حط في اسم الموضوع تمت الافاده, 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