Jump to content

Exp System doesnt work!


directshot

Recommended Posts

if i'm right , but this in freeroam gamemode meta :
    function="exports.exp_system" type="server" /> 

then start the EXP resource

That doesn't make any sense.

@directshot: The script himself can't do this, you must create a scoreboard column and then update it with the player's level, I suggest you to take some time to learn the basics of LUA and then try to achieve this.

Link to comment
  • 4 months later...

im new in this of servers i just create my server last weekend and i only take the public scrips to put in my server but i want to include the exp_system from castillo and i want to make that when killing a zombie it give exp but i dont know where to include this: addEvent("onZombieWasted",true)

addEventHandler("onZombieWasted",root,

function (killer)

exports.exp_system:addPlayerEXP(killer,5)

end)

or what i need to do this plese somebody can help me?

P.D: sorry for my bad inglish

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...