#Dr.BnG Posted October 14, 2016 Share Posted October 14, 2016 السلام عليكم عندي مود مثل العاجل اكتب شي من حرف ه وتظهر للكل مثل عاجل بس عندي مشكلة ابي اخلي مافي احد يكتب فيه غير برتبة معينة محاولتي الفاشلة local Groups = { "RandomWords", "word" } function isPlayerAdmin(player) for k,v in ipairs ( Groups ) do if ( isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(player)), aclGetGroup(v)) ) then return true end end end for k,v in ipairs ( {"randomcode","randomword","RW","rd"} ) do addCommandHandler(v,function(plr,cmd,prize,...) if plr and hasObjectPermissionTo(plr,"function.kickPlayer") then if ( not prize ) then makeRandomCode() else word = table.concat({...}, " ") if ( word ) then makeRandomCode(word,prize) end end end end ) end ابي احد يظبطلي الكود يخله ما يكتب غير بالرتب ذي وشكرا Link to comment
a7zan Posted October 14, 2016 Share Posted October 14, 2016 for k,v in ipairs ( Groups ) do Link to comment
#Dr.BnG Posted October 14, 2016 Author Share Posted October 14, 2016 مكتوب الكود ذا لو تششوف لك ما يظبط Link to comment
` Allawi Posted October 15, 2016 Share Posted October 15, 2016 if plr and isPlayerAdmin(plr) then ^ استبدل هذا بسطر 13 Link to comment
` Allawi Posted October 16, 2016 Share Posted October 16, 2016 15 hours ago, #Dr.BnG 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