FPtje / Falcos-Prop-protection

Falco's prop protection
35 stars 39 forks source link

Bad inline model number 300 #213

Closed EternalStorm closed 7 years ago

EternalStorm commented 7 years ago

when i view the blocked models list i get the above error.

FPtje commented 7 years ago

Screenshot?

EternalStorm commented 7 years ago

it just crashes to desktop with an error box saying it, theres no point screenshoting

FPtje commented 7 years ago

Could you give me a list of your blocked models?

EternalStorm commented 7 years ago

how do i exactly?

FPtje commented 7 years ago

Do you use MySQL or the default settings?

EternalStorm commented 7 years ago

default

FPtje commented 7 years ago

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

EternalStorm commented 7 years ago

nothing came up, as im not the owner someone did it for me

FPtje commented 7 years ago

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.

FPtje commented 7 years ago

Any luck?