• Archievment Addon?
    12 replies, posted
I have no idea if im in the right section, but does anyone know if there is a updated and working version of [URL="http://www.garrysmod.org/downloads/?a=view&id=45133"]an achievment addon`?[/URL] cause all i found were 2-5 Years old and not working. If there isnt, could someone code if for me (for money) Like i see them on ALL deathrun servers. There gotta be an addon for it ._.
bump...
There built in..
He's talking about a custom achievement addon. I'll look into it and if it is not a lot of work then I'll do it for free, otherwise we can talk about it privately. [editline]18th October 2013[/editline] Just looked into it, there is a lot that needs to be updated.
[QUOTE=Pandaman09;42568561]He's talking about a custom achievement addon. I'll look into it and if it is not a lot of work then I'll do it for free, otherwise we can talk about it privately. [editline]18th October 2013[/editline] Just looked into it, there is a lot that needs to be updated.[/QUOTE] I've updated about half of it. If you want it, ill send it to you to help you out
I've done everything except get the achievements to load. All of that is easy but I think Garry changed "include()" in gmod13 and I don't know how to fix it.
[QUOTE=Pandaman09;42576801]I've done everything except get the achievements to load. All of that is easy but I think Garry changed "include()" in gmod13 and I don't know how to fix it.[/QUOTE] Exactly this. Although im doing the version 3.0, which one are you doing?
i would be greatfull if you could send me a updated and working version of it. Add me on steam: 1Day2Die
If loading is the only thing you guys need, I might have some time to help with it.
[code] local files, dir = file.Find( "lua/achievements/*", "GAME" ) table.sort( files ) // We do this so they stay in the same order. print( "Loading achievements..." ) local delay, n = 0.05, 0 for i, ach in ipairs( files ) do --timer.Simple( i * delay, include, "achievements/" .. ach ) timer.Simple( i * delay, function() include( "achievements/" .. ach) --line 821 if SERVER then AddCSLuaFile("achievements/" .. ach) end end ) n = i end [/code] the files are in addons/achievements/lua/achievements/ one example would be "addons/achievements/lua/achievements/aaaah.lua" and it says it cannot find file. [code] Couldn't include file 'achievements\aaaah.lua' (File not found) (@addons/achievements/lua/autorun/achievements.lua (line 821)) [Pandaman09] Lua Error: Couldn't include file 'achievements\aaaah.lua' (File not found) (@addons/achievements/lua/autorun/achievements.lua (line 821)) [/code]
lil bump?
bump
Since you "bumped" is so many times.... jezz. I suggest you go on [URL="http://coderhire.com/"]Coderhire.com[/URL] and make a "job" that other well-experienced coders can handle.
Sorry, you need to Log In to post a reply to this thread.