12p Posted November 13, 2011 Share Posted November 13, 2011 Instead of asking it; try it. Link to comment
directshot Posted November 13, 2011 Author Share Posted November 13, 2011 I tried this one created resource now. Nothing happens... -.- Link to comment
Castillo Posted November 13, 2011 Share Posted November 13, 2011 You got started the resource called: exp_system, right? because if not, it won't work. Link to comment
directshot Posted November 13, 2011 Author Share Posted November 13, 2011 Yes. The Created resource folder must have the same name (exp_system), or? Link to comment
12p Posted November 13, 2011 Share Posted November 13, 2011 No. It makes the system get bugged. Use any resource name, doesn't matter. Just DON'T START THE NAME WITH A NUMBER, AND DON'T USE ANY SYMBOL. For example, it will work if you call it "test-resource". Link to comment
directshot Posted November 13, 2011 Author Share Posted November 13, 2011 and i have to start both resources or what? and the test-resource should be only a folder or an rar / zip data?! Link to comment
12p Posted November 13, 2011 Share Posted November 13, 2011 First start castillo's one. Then yours. No, that doesn't matter. Link to comment
Cadu12 Posted November 14, 2011 Share Posted November 14, 2011 Learn is better than other. Go learn and have fun. Link to comment
Blaawee Posted November 14, 2011 Share Posted November 14, 2011 if i'm right , but this in freeroam gamemode meta : function="exports.exp_system" type="server" /> then start the EXP resource Link to comment
directshot Posted November 14, 2011 Author Share Posted November 14, 2011 You got started the resource called: exp_system, right? because if not, it won't work. Its working!! Hooah man you are the best.. and thanks to all players in this thread... SolidSnake14? Can i make that we can see the Levels of the players on the scoreboard?! Link to comment
12p Posted November 14, 2011 Share Posted November 14, 2011 Go to https://wiki.multitheftauto.com/wiki/Resource:Scoreboard Link to comment
Cadu12 Posted November 14, 2011 Share Posted November 14, 2011 Go to learn https://wiki.multitheftauto.com/wiki/Resource:Scoreboard Its realy easy to do. 1-5 lines. Link to comment
Castillo Posted November 14, 2011 Share Posted November 14, 2011 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
euclides Posted April 12, 2012 Share Posted April 12, 2012 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
drk Posted April 12, 2012 Share Posted April 12, 2012 Create a new resource and put this code in a server-side script file, no? 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