coNolel Posted December 15, 2016 Share Posted December 15, 2016 سلام عليكم ورحمة الله تعالى وبركاته انا كنت ابي اسوي سكربت بسيط انو اذا الواحد كتب باف8 givememod يعطيه مشرف لكن الديبوق يقول getAccountName expected elemnt at argument1n got nil , getAccountName expected account at argument1, goot boolean function givemetrial () xaccount = getAccountName(getPlayerAccount(source) ) trial = aclGetGroup("Moderator") aclGroupAddObject (aclGetGroup("Moderator"), "user."..getAccountName(getPlayerAccount(source) )) outputChatBox("لقد تمت الترقية بنجاح / w.T") end addCommandHandler("tesst", givemetrial) Link to comment
^iiEcoo'x_) Posted December 15, 2016 Share Posted December 15, 2016 (edited) وعليكم السلام قم بالتحقق اذا الاعب مسجل دخوله ام لا isGuestAccount Edited December 15, 2016 by [6ArH]#~Ecoo~ Link to comment
coNolel Posted December 15, 2016 Author Share Posted December 15, 2016 9 minutes ago, [6ArH]#~Ecoo~ said: وعليكم السلام قم بالتحقق اذا الاعب مسجل دخوله ام لا isGuestAccount كنت مسوي التحقق قبل كذا لعدة اشياء ونفس المشكل Link to comment
#BrosS Posted December 15, 2016 Share Posted December 15, 2016 function givemetrial (accountName) if accountName then aclGroupAddObject (aclGetGroup("Moderator"), "user."..accountName) outputChatBox("لقد تمت الترقية بنجاح / w.T") end end addCommandHandler("tesst", givemetrial) Link to comment
خلف Posted December 15, 2016 Share Posted December 15, 2016 function givemetrial ( PlayerSource ) aclGroupAddObject (aclGetGroup("Moderator"), "user."..getAccountName(getPlayerAccount(PlayerSource) )) outputChatBox("لقد تمت الترقية بنجاح / w.T") end addCommandHandler("tesst", givemetrial) Link to comment
iPrestege Posted December 15, 2016 Share Posted December 15, 2016 aGiveModerator = function ( aPlayer ) local aAccount = getPlayerAccount ( aPlayer ); if aAccount and isGuestAccount( aAccount ) then return end; local aAccountName = getAccountName ( aAccount ); if isObjectInACLGroup ( 'user.'..aAccountName,aclGetGroup ( 'Moderator') ) then return outputChatBox ( '* You already have the rank!',aPlayer,200,0,0 ) end; aclGroupAddObject( aclGetGroup ( 'Moderator' ),'user.'..aAccountName ); outputChatBox ( '* You are now a moderator!',aPlayer,255,255,0 ); end addCommandHandler ( 'tesst',aGiveModerator ); PS. لاتنسى تضيف المود لقروب يقدر يرقي ._. 2 Link to comment
#BrosS Posted December 15, 2016 Share Posted December 15, 2016 Just now, iPrestege said: مثال الويكي يضيف الاكاونت بالاسم اللي انت تحطة بالكونسول موب حساب الاعب نفسة انا مسويها لحساب الاعب نفسه حسب طلبة ._. لذلك سويتها يب خلاص اسف ، شفت الويكي 11 اسطر وانت 10 ، اسف ظننتك ٱكثر ذذ ، حذفته بس انت كنت اسرع مني واقتبسته ههههههه Link to comment
Abu-Solo Posted December 16, 2016 Share Posted December 16, 2016 ضيفه قروب الادمن ^^ resource. اسم المود Link to comment
coNolel Posted December 16, 2016 Author Share Posted December 16, 2016 تمت الإفادة شكرا ، كان لازم اضيف بس source في الفنكشن وخلاص اموري في التمام ض Link to comment
iPrestege Posted December 16, 2016 Share Posted December 16, 2016 23 minutes ago, coNolel said: تمت الإفادة شكرا ، كان لازم اضيف بس source في الفنكشن وخلاص اموري في التمام ض صحيح لكن التحققات اللي انا مسويها افضل يتحقق اذا كان زائر او كانت لدية الرتبة مسبقاً 1 Link to comment
coNolel Posted December 16, 2016 Author Share Posted December 16, 2016 يعطيك العافية . انا بعد ما تصلح المشكل سويت التحققات الاخرى وزبطت معي على العموم شكرا جزيلا 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