Search the Community
Showing results for tags 'الأوامر وضحه'.
-
السلام عليكم ورحمة الله وبركاتة اخباركم يا شباب ان شاء الله بصحة والسلامه ما بطول عليكو انا كما لاحظتو في العنوان مشلكتي بشات القروب لما اكتب ما يظهر ويقولي المشكلة في ERROR: Group_System\server.lua:653: bad argument #2 to 'format' (number expected, got ail) الكود حق السطر 653 local color = string.format("#%02X%02X%02X", r, g, b) local chatColorTable = getGroupChatColor(group) local chatColor = string.format("#%02X%02X%02X", chatColorTable[1], chatColorTable[2], chatColorTable[3]) -- ذا هو السطر 653 for _,v in ipairs(getElementsByType("player")) do local account = getAccountName ( getPlayerAccount ( v ) ) if ( isObjectInACLGroup ( "user." .. account, aclGetGroup ( "Staff" ) ) ) and getElementData(v,"SeeGroupChat") and getElementData(v ,"Group") ~= group then outputChatBox("#FFFFFF("..group..")#FF00FF["..nisck.."]"..color..""..nick.." : #FFFF00"..msg, v, 255, 255, 255, true) -- outputDebugString("(Group) ("..group..") "..nick..": "..msg) -- outputServerLog("(Group) ("..group..") "..nick..": "..msg) end end for i, v in ipairs(getGroupOnlineMember(group)) do if doesPlayerHavePermission(player, 17) then playSoundFrontEnd(player, 101) outputChatBox( "(Group) : #CCCCCC["..nisck.."#CCCCCC] "..color..""..nick.." : #33CCCC"..msg,v, 0, 255, 255, true) else outputChatBox( "(Group) : #FF0000["..nisck.."#FF0000] "..color..""..nick.." : "..chatColor..""..msg,v, 0, 255, 255, true) end end end end end end المشكلة في السطر ال3 هنا