MA[S]RIY Posted June 4, 2017 Share Posted June 4, 2017 السلام عليكم ابي كود لما الاعب يكتب باف 8 امر يتحقق ان الاعب مو معه الرتبه يعطيه رتبه Link to comment
Abdul KariM Posted June 4, 2017 Share Posted June 4, 2017 عليكم السلام addCommandHandler getPlayerAccount isGuestAccount getAccountName isObjectInACLGroup aclGroupAddObject Link to comment
Adham Posted June 4, 2017 Share Posted June 4, 2017 # TEST addEventHandler ( "onPlayerLogin", root, function ( ) local account = getPlayerAccount ( source ) if account and not isGuestAccount ( account ) then local accName = getAccountName ( account ) if not isObjectInACLGroup ( "user." .. accName, aclGetGroup ( "Admin" ) ) then aclGroupAddObject (aclGetGroup("Admin"), "user."..accName) end end end ) Link to comment
MA[S]RIY Posted June 4, 2017 Author Share Posted June 4, 2017 تمت الافاده من قبل لعبه شكرا 1 Link to comment
Abdul KariM Posted June 4, 2017 Share Posted June 4, 2017 @Deativated ممكن تقولي ليه متحقق من الحساب انه مسجل دخول واصلا الحدث عند تسجيل الدخول ثانيا استخدم البارمتر الثاني واختصر الكود بثلاث اسطر 1 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