#Soking Posted January 20, 2016 Share Posted January 20, 2016 السلام عليكم ورحمة الله وبركاته حاولت احفظ الداتا والقيمة حقتها باستخدام get/setAccountData معرفت لاحد يحط لي روابط ومادري شو لاني شفت حق دا بيست وحاولت ومادري شو ماعرفت ياريت مساعده Link to comment
#DRAGON!FIRE Posted January 20, 2016 Share Posted January 20, 2016 وعليكم السلام .. طيب كيف اساعدك بدون كود .. اطرح كودك . Link to comment
#Soking Posted January 20, 2016 Author Share Posted January 20, 2016 كنت ابي جاهز بس مافي مشكلة حاولت اسويه ومازبط addEventHandler('onPlayerQuit',root,function() local vAcc = getPlayerAccount(source) if not vAcc or isGuestAccount(vAcc) then return end setAccountData(vAcc,'NobsAcc',getElementData(source,"Nobs")) end ) addEventHandler('onPlayerLogin',root,function(_,acc) local v_Data = getAccountData(acc,'NobsAcc') if ( v_Data ) then setElementData(source, "NobsAcc",getAccountData(acc,'Nobs')) end end ) Link to comment
iMr.SFA7 Posted January 20, 2016 Share Posted January 20, 2016 addEventHandler('onPlayerQuit',root, function ( ) local vAcc = getPlayerAccount(source) if not vAcc or isGuestAccount (vAcc) then return end setAccountData(vAcc,'NobsAcc',getElementData(source,"Nobs")) end ) addEventHandler('onPlayerLogin',root, function(_,acc) local v_Data = getAccountData(acc,'NobsAcc') if ( v_Data ) then setElementData(source, "Nobs",getAccountData(acc,'NobsAcc')) end end ) Link to comment
#Soking Posted January 20, 2016 Author Share Posted January 20, 2016 الغلطه بس اني بدلت كلمة مكان كلمه صح ؟ مشكور حبيبي ماخذت بالي مشكورين شباب Link to comment
iMr.SFA7 Posted January 20, 2016 Share Posted January 20, 2016 الغلطه بس اني بدلت كلمة مكان كلمه صح ؟ مشكور حبيبي ماخذت بالي مشكورين شباب آيه صحيح كنت مبدل أسماء الداتا ! 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