#LorD-.? Posted February 18, 2017 Share Posted February 18, 2017 شباب انا عملت مود تطوير الاسلحه يعني يخلي الشزون اثنان ويقوي الاسلحه لاكن مش بيحفظه يعني مثلن لو مات الشوون يرجع مثل ما كان وكل الاسلحة ترجع ممكن مساعدة؟ Link to comment
#LorD-.? Posted February 18, 2017 Author Share Posted February 18, 2017 (edited) addEventHandler("onPlayerLogin", getRootElement(), function (prevAcc, currAcc, autoLogin) setPlayerStates(source, ( getAccountData( currAcc, "states" ) or 0 ) ) end ) addEventHandler("onPlayerLogout", getRootElement(), function (prevAcc, currAcc) setAccountData(prevAcc, "states", getPlayerMoney(source) setPlayerMoney(source, 0) end ) addEventHandler("onPlayerQuit", getRootElement(), function () local pAcc = getPlayerAccount(source) if (pAcc and not isGuestAccount(pAcc)) then setAccountData(pAcc, "states", getPlayerStates(source)) end end ) Edited February 18, 2017 by #LorD-.? Link to comment
^iiEcoo'x_) Posted February 18, 2017 Share Posted February 18, 2017 ولا شايف اشي بخصوص الشوون $_$ Link to comment
#LorD-.? Posted February 18, 2017 Author Share Posted February 18, 2017 يا اخ المود مش عن الشوزون الشوزون ده مثال اما المود لجميع الاسلحه باختصار المود بيعلي ال"state" فا انا عاوز خليه تحفظ لما يموت او يخرج Link to comment
^iiEcoo'x_) Posted February 18, 2017 Share Posted February 18, 2017 (edited) addEventHandler( "onPlayerWasted", getRootElement( ), function() local acc = getPlayerAccount (source) if not isGuestAccount (acc) then local data = getAccountData (acc,"weapon") if data == true then setWeaponProperty("shotgun", "pro", " move_speed", 100) end end end ) وظيف ذا بس ياخذ السلاح local acc = getPlayerAccount (source) -- مو source -- حسب تعريف الاعب عندك if not isGuestAccount (acc) then setAccountData (acc,"weapon",true ) end 14 minutes ago, #LorD-.? said: يا اخ المود مش عن الشوزون الشوزون ده مثال اما المود لجميع الاسلحه باختصار المود بيعلي ال"state" فا انا عاوز خليه تحفظ لما يموت او يخرج مرة تقول لي شوون ومرة مدري وش ، Edited February 18, 2017 by #_iMr.[E]coo Link to comment
#LorD-.? Posted February 18, 2017 Author Share Posted February 18, 2017 يا اخ ماهو شوزون عشان يبقي اثنين لازم الstate تزيد وبعدين شوزون ده مثال انا ابيه يحفظ كل الستات حق الاسلحه 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