Closed EternalStorm closed 7 years ago
Screenshot?
it just crashes to desktop with an error box saying it, theres no point screenshoting
Could you give me a list of your blocked models?
how do i exactly?
Do you use MySQL or the default settings?
default
On the server console (rcon):
lua_run MySQLite.query("SELECT * FROM FPP_BLOCKEDMODELS1", function(d) for k,v in pairs(d) do print(k, v) end end)
The result should appear in the server console
nothing came up, as im not the owner someone did it for me
First run this in rcon:
lua_run file.Write("fart_beans.txt", "\n")
Then this:
lua_run MySQLite.query("SELECT * FROM FPP_BLOCKEDMODELS1", function(d) for k,v in pairs(d) do file.Append("fart_beans.txt", tostring(k) .. " -> " .. tostring(v) .. "\n") end end)
On the server, a file should appear in garrysmod/data
called fart_beans.txt
. Upload that file here.
Any luck?
when i view the blocked models list i get the above error.