Jump to content

مساعدة


#LorD-.?

Recommended Posts

شباب انا عملت مود تطوير الاسلحه يعني يخلي الشزون اثنان ويقوي الاسلحه لاكن مش بيحفظه يعني مثلن  لو مات الشوون يرجع مثل ما كان وكل الاسلحة ترجع ممكن مساعدة؟

Link to comment

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 by #LorD-.?
Link to comment
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 by #_iMr.[E]coo
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...