I need help. And I don't need help regarding a Specific code

EVERY THING that has function has a Can not call nil error
I don’t need help regarding a Lua code its every resource that has function!

Yes I do have EssentialMode

Error for all

ID RESOURCE

function stringsplit(self, delimiter)
local a = self:Split(delimiter)
local t = {}

for i = 0, a - 1 do
table.insert(t, a[i])
end

return t
end

JOB POLICE

function idPolice(user)
return user:getPolice()
– local executed_query = MySQL:executeQuery(“SELECT * FROM users WHERE identifier = ‘@identifier’”, {[‘@identifier’] = player})
– local result = MySQL:getResults(executed_query, {‘police’}, “police”)
– return result[1].police
end

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.