[ERROR] gamemodes/applejack/gamemode/sh_init.lua:106: attempt to call method 'LoadPlugins' (a nil value)
1. unknown - gamemodes/applejack/gamemode/sh_init.lua:106
2. include - [C]:-1
3. unknown - gamemodes/applejack/gamemode/cl_init.lua:31
And i get the black screen, i think ive set up mysql correctly:
GM.Config["MySQL Host"] = "198.91.81.5"; -- The host that your MySQL database is located.
GM.Config["MySQL Username"] = "stormst5_appleja"; -- The username that you log into MySQL with.
GM.Config["MySQL Password"] = "london-123"; -- The password that you log into MySQL with.
GM.Config["MySQL Database"] = "applejack"; -- The name of the database that we'll be using.
GM.Config["MySQL Table"] = "players"; -- The name of the table where the player data is stored, only change this if you know what your doing.
Can you link to where you got the gamemode?
https://github.com/VisceraRoleplay/applejack
Sorry, you need to Log In to post a reply to this thread.