AHMED MOSTAFA Posted November 17, 2016 Author Share Posted November 17, 2016 (edited) جرب بدون الإيفنت 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 November 17, 2016 by Developer Ahmed 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