Jump to content

Edi

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Edi's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. I fixed that error with acl and now vehlibrary is 100% functional, thanks. but I don't know what the resource is and where I should find it
  2. here is error from logs/s_logs.lua local r = getRealTime() local timeString = ("%04d-%02d-%02d %02d:%02d:%02d"):format(r.year+1900, r.month + 1, r.monthday, r.hour,r.minute, r.second) exports.mysql:lazyQuery("INSERT INTO `logtable` VALUES ('"..timeString.."', '".. exports.mysql:escape_string(actionStr) .."', '".. exports.mysql:escape_string(sourceStr).."', '".. exports.mysql:escape_string(affectedStr).."', '".. exports.mysql:escape_string(data).."')") return true end here is error from vehicle-manager/vehicle-library/s_vehicle_library.lua function refreshCarShop() local theResource = getResourceFromName("carshop-system") if theResource then local hiddenAdmin = getElementData(client, "hiddenadmin") if getResourceState(theResource) == "running" then restartResource(theResource) outputChatBox("Carshops were restarted.", client, 0, 255, 0) if hiddenAdmin == 0 then exports.global:sendMessageToAdmins("[VEHICLE MANAGER]" .. getPlayerName(client) .. " restarted the carshops.") else exports.global:sendMessageToAdmins("[VEHICLE MANAGER] A hidden admin restarted the carshops.") end
  3. [14:08:21] WARNING: vehicle-manager/vehicle-library/s_vehicle_library.lua:15: Access denied @ 'restartResource' [14:08:21] ERROR: logs/s_logs.lua:105: call: failed to call 'mysql:lazyQuery' [string "?"] This is the error I receive.
×
×
  • Create New...