Quited Posted May 29, 2013 Share Posted May 29, 2013 شوف مشاركة Pain# حطه بسيرفر وشيل زر setpasswword من الادمنية وبسس Link to comment
3NAD Posted May 29, 2013 Share Posted May 29, 2013 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
CRoW,,# Posted May 29, 2013 Author Share Posted May 29, 2013 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
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