Jump to content

حفظ كلمة السر في لوحة تسجيل دخول


Recommended Posts

 

جرب بدون الإيفنت 

onStart


function onJoin ()
	local xmlFile = xmlLoadFile ( "PlayerUser.xml" )
	if xmlFile then
		local FindUserName = xmlFindChild( xmlFile, "username", 0 )
		local FindPassWord = xmlFindChild( xmlFile, "password", 0 )
		local localPlayerUserName = xmlNodeGetValue ( FindUserName )
		local localPlayerPassWord = xmlNodeGetValue ( FindPassWord )
		if localPlayerUserName then
			--outputChatBox ( tostring ( localPlayerUserName ) )
			triggerClientEvent(source, "setLocalPlayerUserName", source,tostring(localPlayerUserName) )
		end
		if localPlayerPassWord then
			--outputChatBox ( tostring ( localPlayerPassWord ) )
			triggerClientEvent(source, "setLocalPlayerPassWord", source,tostring(localPlayerPassWord) )
		end
		--exports["guimessages"]:outputServer(root,tostring ( success ),0,255,0)
	end
end
--addEventHandler ( "onResourceStart", getRootElement(), onJoin)
addEventHandler ( "onPlayerJoin", getRootElement(), onJoin)

أي اخرج وادخل

تمام اشتغل وشكراً لك على تعبك معي

ملاحظة بس : هل هذا الشي رح يكون خاص باللاعب فقط

يعني مثلاً اذا انا خرجت و دخلت هل حسابي وكلمة السر بيروحو للكل ام في لوحة التسجيل الخاصة بي فقط ؟

واذا احد حفظ ملف الاكس ام ال
هل بيتحفظ عنده فقط ام عند الكل ؟

Edited by Developer Ahmed
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...