Jump to content

مشششكلة :(


Recommended Posts

السلام عليكم

انا عندي سكربت تغيير الاسم الى عربي بالقريد لست

لا جيت ضغطت على اسم خويي وابي اغير اسمه

يجيني بالديبق

Error [admin]/admin/server/admin_server.lua:1458: Admin Security - Client/player mismatch from 94.96.50.25 (onElementDataChange Tag) 

واذا طفيت الادمنيه اقدر اغير اسمهه

واذا شغلت الادمنيه ماعاد اقدر اغير اسمه

بس انا يمديني اغير اسمي والادمنيه شغاله

Link to comment

مدري رحت للملف جبت الفنكشن كله

if checkAccess and g_Prefs.securitylevel >= 1 then 
        if type(checkAccess) == 'string' then 
            if hasObjectPermissionTo ( player, checkAccess ) then 
                return false    -- Access ok 
            end 
            if hasObjectPermissionTo ( player, "general.adminpanel" ) then 
                outputDebugString( "Admin security - Client does not have required rights ("..checkAccess.."). " .. tostring(ipAddress) .. " (" .. tostring(desc) .. ")" ) 
                return true     -- Low risk fail - Can't do specific command, but has access to admin panel 
            end 
        end 
        if not hasObjectPermissionTo ( player, "general.adminpanel" ) then 
            local desc = table.concat({...}," ") 
            local ipAddress = getPlayerIP(client or player) 
            outputDebugString( "Admin security - Client without admin panel rights trigged an admin panel event. " .. tostring(ipAddress) .. " (" .. tostring(desc) .. ")", 2 ) 
            return true         -- High risk fail - No access to admin panel 
        end 
    end 
    return false 
end 

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...