-#GoDa Posted July 18, 2017 Posted July 18, 2017 السلام عليكم الحين عندي مشكله لم اجي اكتب الكلمه في اف8 حقت فتح الوحه يجي في الدي بق كذا ERROR:System\Server.lua:140: attempt to call global "isPlayerInACL" (a nil calue) السطر الي فيه المشكله if ( isPlayerInACL ( player , 'Console') ) then
L3yr Posted July 18, 2017 Posted July 18, 2017 27 minutes ago, -#GoDa said: السلام عليكم الحين عندي مشكله لم اجي اكتب الكلمه في اف8 حقت فتح الوحه يجي في الدي بق كذا ERROR:System\Server.lua:140: attempt to call global "isPlayerInACL" (a nil calue) السطر الي فيه المشكله if ( isPlayerInACL ( player , 'Console') ) then if isPlayerInACL ( player , "Console") then
Master_MTA Posted July 18, 2017 Posted July 18, 2017 7 minutes ago, #CroSs said: حسب الخطأ، الوظيفة غير معرفة وضحله اكثر +_+ 43 minutes ago, -#GoDa said: السلام عليكم الحين عندي مشكله لم اجي اكتب الكلمه في اف8 حقت فتح الوحه يجي في الدي بق كذا ERROR:System\Server.lua:140: attempt to call global "isPlayerInACL" (a nil calue) السطر الي فيه المشكله if ( isPlayerInACL ( player , 'Console') ) then حبيب قلبي رح الويكي بتحصل على اليسار useful function اضغط عليها ثم ابحث عن isPlayerInACL اضغط عليها انسخ السورس كود حقها وحطه في اول الملف حقك
Ismaeel_finer Posted July 20, 2017 Posted July 20, 2017 مثال ف الويكي function isPlayerInACL ( player, acl ) local account = getPlayerAccount ( player ) if ( isGuestAccount ( account ) ) then return false end return isObjectInACLGroup ( "user."..getAccountName ( account ), aclGetGroup ( acl ) ) end
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