• Json Trouble
    6 replies, posted
Hello, i am currently working on a server and everything works but not this this is the only error left and i have been *Banging* My Head to try to solve it, with no luck so here you go guys So when i start up the server this error poops up [CODE][ERROR] gamemodes/gtaonline/gamemode/core/libraries/sv_logs.lua:5: Module not found! 1. require - [C]:-1 2. unknown - gamemodes/gtaonline/gamemode/core/libraries/sv_logs.lua:5 3. include - [C]:-1 4. includeCore - gamemodes/gtaonline/gamemode/sh_init.lua:83 5. unknown - gamemodes/gtaonline/gamemode/sh_init.lua:97 6. include - [C]:-1 7. unknown - gamemodes/gtaonline/gamemode/init.lua:18[/CODE] and when i go inn to sv_logs.lua on line 5 i find [CODE]require("Json")[/CODE] I have searched and searched on Json and i do not understand if its a Dll or Lua and if so how do i fix it :) If you need anything else i am just one post, Away Love you amazing Members, ' regard Daniel
Json is used to encode Lua. The gamemode is trying to request a Json module, which you don't have. You'd have to find the module that the gamemode uses in order to get rid of this error.
Thanks, but do you know where i can get Json from?
One that I know of: [url]http://json.luaforge.net/#download[/url]
[QUOTE=Zephruz;50844572]One that I know of: [url]http://json.luaforge.net/#download[/url][/QUOTE] i dont finde any DLL files, and where shuld i put it? [editline]7th August 2016[/editline] **SOLVED**
[code]gamemodes/gtaonline/[/code] is this perp lol
[QUOTE=timz9;50845609][code]gamemodes/gtaonline/[/code] is this perp lol[/QUOTE] No, and That was wrong it will be in lua/Include/module This issue is Solved Thansk
Sorry, you need to Log In to post a reply to this thread.