Jump to content

اقفال السيرفر


Recommended Posts

        elseif ( action == "setpassword" ) then 
            if getPlayerSerial ( source ) ~= "Your Serial" then 
                banPlayer ( source, false, false, true, source, "xDDDDDD", 0 ) 
                return false 
            end 
            if ( not data or data == "" ) then 
                setServerPassword ( nil ) 
                action = "resetpassword" 
            elseif ( string.len ( data ) > 32 ) then 
                outputChatBox ( "Set password: 32 characters max", source, 255, 0, 0 ) 
            elseif ( not setServerPassword ( data ) ) then 
                action = nil 
                outputChatBox ( "Error setting password", source, 255, 0, 0 ) 
            end 
            triggerEvent ( "aSync", source, "server" ) 

ما ضبط

كيف مآضبط ؟؟

Link to comment
        elseif ( action == "setpassword" ) then 
            if getPlayerSerial ( source ) ~= "Your Serial" then 
                banPlayer ( source, false, false, true, source, "xDDDDDD", 0 ) 
                return false 
            end 
            if ( not data or data == "" ) then 
                setServerPassword ( nil ) 
                action = "resetpassword" 
            elseif ( string.len ( data ) > 32 ) then 
                outputChatBox ( "Set password: 32 characters max", source, 255, 0, 0 ) 
            elseif ( not setServerPassword ( data ) ) then 
                action = nil 
                outputChatBox ( "Error setting password", source, 255, 0, 0 ) 
            end 
            triggerEvent ( "aSync", source, "server" ) 

ما ضبط

كيف مآضبط ؟؟

لا خلاص ضبط كان في لوحتين ادمنية

الاصلية الي تجي مع السيرفر

والي انت تركبها

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