Jump to content

x[ مشكلة ]x مشكلة في اسم الحساب


coNolel

Recommended Posts

سلام عليكم ورحمة الله تعالى وبركاته 

انا كنت ابي اسوي سكربت بسيط انو اذا الواحد كتب باف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
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. لاتنسى تضيف المود لقروب يقدر يرقي ._.

  • Like 2
Link to comment
Just now, iPrestege said:

مثال الويكي يضيف الاكاونت بالاسم اللي انت تحطة بالكونسول موب حساب الاعب نفسة انا مسويها لحساب الاعب نفسه حسب طلبة ._. لذلك سويتها

يب خلاص اسف ، شفت الويكي 11 اسطر وانت 10 ،  اسف ظننتك ٱكثر ذذ ،  حذفته بس انت كنت اسرع مني واقتبسته ههههههه

Link to comment
23 minutes ago, coNolel said:

تمت الإفادة شكرا ، كان لازم اضيف بس source في الفنكشن وخلاص اموري في التمام ض

 

صحيح لكن التحققات اللي انا مسويها افضل يتحقق اذا كان زائر او كانت لدية الرتبة مسبقاً 

  • Like 1
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...