Jump to content

MihayMondialu

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

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

MihayMondialu's Achievements

Square

Square (6/54)

0

Reputation

  1. ERROR: job-system-trucker/s_business_order_supply.lua:109: attempt to concatenate a userdata value [2016-03-29 13:55:52] ERROR: shop-system/s_generalshop_system.lua:879: call: failed to call 'job-system-trucker:remoteOrderSupplies' [string "?"]
  2. I have already installed the modules + but it does not work the same
  3. ajutor nu stiu cum sa rezolv! am incercat in orice fel! ERROR: mysql/connection.lua:235: attempt to call global 'mysql_ping' ERROR: mysql/connection.lua:235: attempt to call global 'mysql_ping' (a nil value) [08:53:03] ERROR: elevator-system/s_elevator_system.lua:217: call: failed to cal l 'mysql:query' [string "?"] [08:53:33] ERROR: mysql/connection.lua:235: attempt to call global 'mysql_ping' (a nil value) [08:53:33] ERROR: interior-system/s_interior_system.lua:522: call: failed to cal l 'mysql:query' [string "?"]
  4. HELP ME ! The server dont running on the linux ERROR: mysql/connection.lua:235: attempt to call global 'mysql_ping' ERROR: weather-system/s_weather_system.lua:56: call: failed to call ' mysql:query_free' [string "?"] ERROR: ped-system/s_peds.lua:4: attempt to call global 'mysql_null' ( a nil value) ERROR: apps/app_manager_s.lua:38: call: failed to call 'mysql:query_f etch_assoc' [string "?"] [08:50:06] ERROR: apps/app_manager_s.lua:39: attempt to index local 'mQuery' (a boolean value)
  5. Help me! I do not know how to solve it ERROR: ped-system\s_peds.lua:39: cannot resume dead coroutine [string "?"] local tempPeds = {} local pedMoveTimer = {} local pedMoveTimerTO = {} local null = mysql_null() local toLoad = { } local threads = { } local skinsMale = {7,14,15,17,20,21,24,25,26,29,35,36,37,44,46,57,58,59,60,68,72,98,147,185,186,187,223,227,228,234,235,240,258,259} local skinsFemale = {9,11,12,40,41,55,56,69,76,88,89,91,93,129,130,141,148,150,151,190,191,192,193,194,196,211,215,216,219,224,225,226,233,263} function loadAllPeds(res) local mysql = exports.mysql local players = exports.pool:getPoolElementsByType("player") for key, value in ipairs(players) do exports.anticheat:changeProtectedElementDataEx(value, "realinvehicle", 0, false) end local result = mysql:query("SELECT id FROM `peds` ORDER BY `id` ASC") if result then while true do local row = mysql:fetch_assoc(result) if not row then break end toLoad[tonumber(row["id"])] = true end mysql:free_result(result) for id in pairs( toLoad ) do local co = coroutine.create(loadOnePed) coroutine.resume(co, id, true) table.insert(threads, co) end setTimer(resume, 1000, 4) else outputDebugString( "loadAllPeds failed" ) end end addEventHandler("onResourceStart", getResourceRootElement(), loadAllPeds) function resume() for key, value in ipairs(threads) do coroutine.resume(value) end end MihayMondialu Square
  6. wherein local tempPeds = {} local pedMoveTimer = {} local pedMoveTimerTO = {} local null = mysql_null() local toLoad = { } local threads = { } local skinsMale = {7,14,15,17,20,21,24,25,26,29,35,36,37,44,46,57,58,59,60,68,72,98,147,185,186,187,223,227,228,234,235,240,258,259} local skinsFemale = {9,11,12,40,41,55,56,69,76,88,89,91,93,129,130,141,148,150,151,190,191,192,193,194,196,211,215,216,219,224,225,226,233,263} function loadAllPeds(res) local mysql = exports.mysql local players = exports.pool:getPoolElementsByType("player") for key, value in ipairs(players) do exports.anticheat:changeProtectedElementDataEx(value, "realinvehicle", 0, false) end local result = mysql:query("SELECT id FROM `peds` ORDER BY `id` ASC") if result then while true do local row = mysql:fetch_assoc(result) if not row then break end toLoad[tonumber(row["id"])] = true end mysql:free_result(result) for id in pairs( toLoad ) do local co = coroutine.create(loadOnePed) coroutine.resume(co, id, true) table.insert(threads, co) end setTimer(resume, 1000, 4) else outputDebugString( "loadAllPeds failed" ) end end addEventHandler("onResourceStart", getResourceRootElement(), loadAllPeds) function resume() for key, value in ipairs(threads) do coroutine.resume(value) end end
  7. Help me! I do not know how to solve it ERROR: ped-system\s_peds.lua:39: cannot resume dead coroutine [string "?"] function resume() for key, value in ipairs(threads) do coroutine.resume(value) end end
  8. ================================================================== = Multi Theft Auto: San Andreas v1.5.1 ================================================================== = Server name : [RMW]|Romania Most Wanted|Roleplay Adevarat = Server IP address: auto = Server port : 22003 = = Log file : ..MW]Roleplay/mods/deathmatch/logs/server.log = Maximum players : 32 = HTTP port : 22005 = Voice Chat : Disabled = Bandwidth saving : Medium ================================================================== [2016-02-09 17:26:12] Compacting accounts database 'internal.db' ... [2016-02-09 17:26:13] Resource 'guieditor' requests some acl rights. Use the command 'aclrequest list guieditor' [2016-02-09 17:26:14] Resources: 178 loaded, 0 failed [2016-02-09 17:26:14] Compacting database 'registry.db' ... [2016-02-09 17:26:14] MODULE: Loaded "MySQL 5.0 database module" (0.50) by "Alberto Alonso " [2016-02-09 17:26:14] MODULE: Loaded "SHA Module" (1.02) by "mabako" [2016-02-09 17:26:14] Starting resources... [2016-02-09 17:26:14] INFO: --FORUMS DATABASE CREDENTIALS-- [2016-02-09 17:26:14] INFO: --HOST: localhost [2016-02-09 17:26:14] INFO: --DB: owl [2016-02-09 17:26:14] INFO: --USER: root [2016-02-09 17:26:14] INFO: --PW: *********** [2016-02-09 17:26:14] INFO: --PORT: 3306 [2016-02-09 17:26:14] INFO: --RESULT: [2016-02-09 17:26:14] INFO: OK [2016-02-09 17:26:14] INFO: --FORUMS DATABASE CREDENTIALS-- [2016-02-09 17:26:14] INFO: --HOST: localhost [2016-02-09 17:26:14] INFO: --DB: owl [2016-02-09 17:26:14] INFO: --USER: root [2016-02-09 17:26:14] INFO: --PW: *********** [2016-02-09 17:26:14] INFO: --PORT: 3306 [2016-02-09 17:26:14] INFO: --RESULT: [2016-02-09 17:26:14] INFO: OK [2016-02-09 17:26:14] Server minclientversion is now 1.5.0-9.07486 [2016-02-09 17:26:14] ERROR: pool\server\s_pool.lua:156: exports: Call to non-running server resource (data) [string "?"] [2016-02-09 17:26:14] ERROR: pool\server\s_pool.lua:160: exports: Call to non-running server resource (data) [string "?"] [2016-02-09 17:26:14] WARNING: account\s_main.lua:39: Access denied @ 'restartResource' [2016-02-09 17:26:14] WARNING: admin-system\s_other_commands.lua:82: Access denied @ 'setServerPassword' [2016-02-09 17:26:16] ERROR: cmd-library\s_panel_admin_help.lua:25: bad argument #1 to 'insert' (table expected, got nil) [2016-02-09 17:26:16] ERROR: cmd-library\s_panel_gm_help.lua:25: bad argument #1 to 'insert' (table expected, got nil) [2016-02-09 17:26:16] ERROR: faction-system\s_faction_admin.lua:507: attempt to index local 'maxrow' (a nil value) [2016-02-09 17:26:16] Please wait... [2016-02-09 17:26:17] WARNING: help\s_infopoints.lua:1: Access denied @ 'aclReload' [2016-02-09 17:26:17] ERROR: informationicon-system c_informationicons.lua is invalid. Please re-compile at https://luac.multitheftauto.com/ [2016-02-09 17:26:17] INFO: Loaded 0 information icons in 0ms [2016-02-09 17:26:17] WARNING: item-texture\s_itemtexture.lua:44: Bad argument @ 'getElementsByType' [Expected element at argument 2, got boolean] [2016-02-09 17:26:17] ERROR: item-texture\s_itemtexture.lua:48: attempt to get length of local 'worldItems' (a boolean value) [2016-02-09 17:26:17] INFO: [iTEM WORLD] Loading 0 world items will be finished in approximately 0.05 seconds. [2016-02-09 17:26:17] ERROR: fakevideo\s_fakevideo.lua:10: exports: Call to non-running server resource (clubtec) [string "?"] [2016-02-09 17:26:17] INFO: Loaded 0 animated texture records in 0ms [2016-02-09 17:26:17] INFO: [JOB-SYSTEM-TRUCKER] Fetched 0 actual orders sucessfully from SQL [2016-02-09 17:26:17] INFO: LeFire Script loaded ... [2016-02-09 17:26:17] INFO: Loaded 0 clothing items [2016-02-09 17:26:18] INFO: Loaded 0 pilot licenses in 0ms. [2016-02-09 17:26:18] INFO: PRISON-SYSTEM: Loaded 4 cell gates from s_gates.lua [2016-02-09 17:26:18] INFO: Loaded 0 reports. [2016-02-09 17:26:19] INFO: Loaded 0 texture records for all interiors in 0ms [2016-02-09 17:26:19] SCRIPT ERROR: ticket-system\s_vehticket.lua:98: ')' expected near 'Los' [2016-02-09 17:26:19] ERROR: Loading script failed: ticket-system\s_vehticket.lua:98: ')' expected near 'Los' [2016-02-09 17:26:19] Server started and is ready to accept connections! [2016-02-09 17:26:19] To stop the server, type 'shutdown' or press Ctrl-C [2016-02-09 17:26:19] Type 'help' for a list of commands. [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:24] Querying MTA master server... problem (28). Retrying... [2016-02-09 17:26:24] INFO: [WEATHER] / Line 57 / SQL Settings for weather successfully altered. [2016-02-09 17:26:46] INFO: [ELEVATOR] Spawning 1 elevators will be finished in approx. 1 seconds. [2016-02-09 17:26:59] CONNECT: TonyBoss connected (IP: 192.168.1.6 Serial: 3553B53E3A754F3A9ED07D34CBD5C7F3 Version: 1.5.2-9.07849.0) [2016-02-09 17:27:03] JOIN: TonyBoss joined the game (IP: 192.168.1.6) [2016-02-09 17:27:03] NICK: TonyBoss is now known as TG.Player.3608 [2016-02-09 17:27:17] WARNING: item-world\s_load_items.lua:109: Access denied @ 'restartResource' [2016-02-09 17:28:58] NICK: TG.Player.3608 is now known as Tony_Miky [2016-02-09 17:28:58] INFO: Old Bankmoney for Tony_Miky nil New value 1000 changed by: anticheat User changed by: nil [2016-02-09 17:29:01] WARNING: account\s_characters.lua:568: Access denied @ 'executeCommandHandler' [2016-02-09 17:31:18] Querying MTA master server... success! (Auto detected IP:151.51.41.42) [2016-02-09 17:31:19] WARNING: Restart\s_restart.lua:2: Access denied @ 'stopResource' [2016-02-09 17:31:26] INFO: Old Bankmoney for Tony_Miky 1000 New value 900 changed by: anticheat User changed by: nil [2016-02-09 17:36:17] INFO: [JOB-SYSTEM-TRUCKER] Fetched 0 actual orders sucessfully from SQL [2016-02-09 17:36:47] restart: Requested by Console [2016-02-09 17:36:47] restart: Resource restarting... [2016-02-09 17:36:47] Stopping ped-system [2016-02-09 17:36:48] Starting ped-system [2016-02-09 17:36:48] ped-system restarted successfully [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"]
  9. [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:17] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:17] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] Help me.. where is the problem ?
  10. salut caut pe cineva sa incepem sa facem un server roleplay de la 0 ! nu ma preocup de bani.. pot sa iau 10 hosturi doar ca vreau ajutor ID SKYPE MIHAY.VL1 SAU MESSENGER MIKY_DEVIL110
  11. Where is the problem? [2015-11-20 02:13:05] restart: Requested by Console [2015-11-20 02:13:05] restart: Resource restarting... [2015-11-20 02:13:05] Stopping vehicle-system [2015-11-20 02:13:05] Starting vehicle-system [2015-11-20 02:13:05] vehicle-system restarted successfully [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"]
×
×
  • Create New...