Jump to content

Помощь с mabako's Paradise RP и LS-Stories


Recommended Posts

Итак, чтобы не создавать тучу тем с вопросами решил сделать одну - с вопросами по этим модам (если что - Los Santos Stories - написан русскими разрабами на базе парадайса, поэтому моды сходны на 80% наверное). Надеюсь кто-нибудь поможет, да и тем, кто хочет тоже опробовать этот мод тема в будущем поможет.

В общем первый основной вопрос:

Открываю ресурс vehicle-nodes, вижу там два скрипта и мету, ок. Открываю closestnode.lua - там все нормально, вроде ничего такого корявого. Открываю unlinked.lua - это просто ад. 19 тысяч строк на непонятной кодировке, notepad++ не конвертирует ни в какую другую (то есть конвертирует, но в одну строку тоже непонятной кодировки). Может это проблема в самом редакторе? Но при запуске сервера все нормально, на ресурс не ругается. Интересно что там такое вообще.

Идем дальше. Теперь об ошибках в консоли. Весь лог:

===========================================================

= Server name : paradise ~ Roleplay

= Server IP address:

= Server port : 22003

=

= Log file : ..1srv/server/mods/deathmatch/logs/server.log

= Maximum players : 32

= HTTP port : 22005

= Voice Chat : Disabled

===========================================================

[2011-11-14 18:31:48] ERROR: Problem with resource: stage; Failed to link to realdriveby

[2011-11-14 18:31:48] Resources: 46 loaded, 1 failed

[2011-11-14 18:31:48] Querying game-monitor.com master server... unavailable!

[2011-11-14 18:31:49] Querying backup master server... success!

[2011-11-14 18:31:49] MODULE: Loaded "MySQL 5.0 database module" (0.41) by "Alberto Alonso "

[2011-11-14 18:31:49] MODULE: Loaded "SHA Module" (1.02) by "mabako"

[2011-11-14 18:31:49] Starting resources.....

[2011-11-14 18:31:50] ERROR: items\items.lua:86: bad argument #1 to 'ipairs' (table expected, got boolean)

[2011-11-14 18:31:55] SCRIPT ERROR: job-bus\t.map:1: unexpected symbol near '<'

[2011-11-14 18:31:55] WARNING: Loading script failed: job-bus\t.map:1: unexpected symbol near '<'

[2011-11-14 18:31:56] INFO: Loaded 0 maps with 0 objects.

[2011-11-14 18:31:57] WARNING: factions\factions.lua:901: Bad argument @ 'setElementData' [Expected element at argument 1, got nil]

[2011-11-14 18:31:59] Server started and is ready to accept connections!

[2011-11-14 18:31:59] Type 'help' for a list of commands.

[2011-11-14 18:31:59] WARNING: Connecting to your MySQL as 'root' is strongly discouraged.

[2011-11-14 18:31:59] _ _ _

[2011-11-14 18:31:59] | | | (_)

[2011-11-14 18:31:59] _ __ ___ | |_ __ _ _ __ __ _ _ __ __ _ __| |_ ___ ___

[2011-11-14 18:31:59] | '_ ` _ \| __/ _` | | '_ \ / _` | '__/ _` |/ _` | / __|/ _ \

[2011-11-14 18:31:59] | | | | | | || (_| | | |_) | (_| | | | (_| | (_| | \__ \ __/

[2011-11-14 18:31:59] |_| |_| |_|\__\__,_| | .__/ \__,_|_| \__,_|\__,_|_|___/\___|

[2011-11-14 18:31:59] | |

[2011-11-14 18:31:59] |_| v1.2

[2011-11-14 18:32:55] WARNING: vehicle-shop\shop.lua:57: Bad argument @ 'setElementModel'

[2011-11-14 18:33:55] WARNING: vehicle-shop\shop.lua:57: Bad argument @ 'setElementModel'

[2011-11-14 18:34:55] WARNING: vehicle-shop\shop.lua:57: Bad argument @ 'setElementModel'

[2011-11-14 18:34:55] WARNING: vehicle-shop\shop.lua:57: Bad argument @ 'setElementModel'

1. [2011-11-14 18:31:50] ERROR: items\items.lua:86: bad argument #1 to 'ipairs' (table expected, got boolean)

Содержимое:

-- load items 
local result = exports.sql:query_assoc( "SELECT * FROM droped" ) 
    for key, obj in ipairs( result ) do -- Это 86 строка 
    createObject( obj.model, obj.x, obj.y, obj.z, obj.rx, obj.ry, obj.rz ) 
end 

Закомментировал, спасло :D

2. [2011-11-14 18:31:55] SCRIPT ERROR: job-bus\t.map:1: unexpected symbol near '<'

И последующий варнинг, тоже самое.

Содержимое:

<map edf:definitions="editor_main"> -- Ну что в этой строке неправильного? Посмотрел другие карты - все так же начинается... 
    <object id="object (vegasS_hanger2) (1)" doublesided="false" model="3491" interior="0" dimension="0" posX="1177.3916015625" posY="-1754.2398681641" posZ="18.478143692017" rotX="0" rotY="0" rotZ="0" /> 
    <object id="object (nt_securecam1_01) (1)" doublesided="false" model="1616" interior="0" dimension="0" posX="1188.8492431641" posY="-1811.3640136719" posZ="19.834497451782" rotX="0" rotY="0" rotZ="100" /> 
    <object id="object (nt_securecam1_01) (2)" doublesided="false" model="1616" interior="0" dimension="0" posX="1166.0174560547" posY="-1782.5854492188" posZ="19.806673049927" rotX="0" rotY="0" rotZ="269.99755859375" /> 
    <object id="object (bustopm) (1)" doublesided="false" model="1257" interior="0" dimension="0" posX="1256.6850585938" posY="-1843.6818847656" posZ="13.827850341797" rotX="0" rotY="0" rotZ="90" /> 
</map> 

3. [2011-11-14 18:31:57] WARNING: factions\factions.lua:901: Bad argument @ 'setElementData' [Expected element at argument 1, got nil]

local licgates = setElementData(player, "gates", 0) 

Нашел подобную строку (это все уже то, что делали авторы русского мода) - она закомментирована. Закомментировал от греха подальше :D

4. [2011-11-14 18:32:55] WARNING: vehicle-shop\shop.lua:57: Bad argument @ 'setElementModel'

И аналогичные

if setElementModel( v.vehicle, data.model ) then 

Тут по требованию могу выложить весь код функции, она на ~80 строк

Скопировал код из этого же ресурса с github'а мабако, вроде через раз работает. Но через некоторое время после запуска все равно вылазят ошибки :evil:

Link to comment

Через некоторый промежуток времени после запуска в консоли постоянно выбивает:

[2011-11-14 23:00:37] WARNING: vehicle-shop\shop.lua:57: Bad argument @ 'setElementModel'

[2011-11-14 23:01:37] WARNING: vehicle-shop\shop.lua:57: Bad argument @ 'setElementModel'

[2011-11-14 23:01:37] WARNING: vehicle-shop\shop.lua:57: Bad argument @ 'setElementModel'

Ужас, весь день ковыряю, уже правлю все что могу, с чем это может быть связано вообще не пойму.

Никто здесь не связывался с этим модом чтоли?

Link to comment
  • 2 weeks later...

В этом файле находятся nodes машин.. Вам его не нужно редактировать, поверьте на слово. (Там очень громандая таблица в которой Вы всёравно ничего не поймёте).

Оригинальный ресурс (Автор lil Toady): http://flobu.fl.funpic.de/MTA/traffic.rar

Link to comment

Окей, спасибо за разъяснения) Буду пытаться ковырять дальше, надеюсь чего-нибудь дельного добьюсь. Пока только смог запустить, зарегистрироваться (посредством UCP), все "почти" работает, из явных багов - только отсутствие машин. Видимо как раз это из-за тех ошибок, что выбивает в консоли, хотя ругается на стандартные функции. Видимо косяки разрабов, либо следствие работы моих где-то кривых рук xD

Если кто-то все-таки сильно захочет помочь - пишите, могу выложить архив своего "сервера" - все то, что я наваял, совместив мод с мабаковским парадайсом, т.к. без этого совмещения сервер вообще не запускается.

Link to comment
  • 11 months later...

Никак не могу разобраться с ошибками SQL

= Multi Theft Auto: San Andreas v1.3.1

==================================================================

= Server name      : paradise ~ Roleplay

= Server IP address:

= Server port      : 22003

=

= Log file         : .. 1.3/server/mods/deathmatch/logs/server.log

= Maximum players  : 32

= HTTP port        : 22005

= Voice Chat       : Disabled

= Bandwidth saving : Medium

==================================================================

[2012-11-11 02:17:07] Resources: 33 loaded, 0 failed

[2012-11-11 02:17:07] Querying game-monitor.com master server... failed! (302: Moved temporarily)

[2012-11-11 02:17:08] Querying backup master server... success!

[2012-11-11 02:17:08] MODULE: Unable to find modules/mta_mysql.dll! -- не пойму почему не хочет работать с этим файлом

[2012-11-11 02:17:08] MODULE: Loaded "SHA Module" (1.02) by "mabako"

[2012-11-11 02:17:08] Starting resources.....

[2012-11-11 02:17:08] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:08] Start up of resource sql cancelled by script

[2012-11-11 02:17:08] ERROR: Unable to start resource sql; Start up of resource cancelled by script

 

[2012-11-11 02:17:08] Start up of resource irc cancelled by script

[2012-11-11 02:17:08] ERROR: Unable to start resource irc; Start up of resource cancelled by script

 

[2012-11-11 02:17:08] WARNING: players/main.lua(Line 379) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen.

[2012-11-11 02:17:08] Some files in 'players' use deprecated functions.

[2012-11-11 02:17:08] Use the 'upgrade' command to perform a basic upgrade of resources.

[2012-11-11 02:17:08] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:08] Start up of resource sql cancelled by script

[2012-11-11 02:17:08] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:08] Start up of resource players cancelled by script

[2012-11-11 02:17:08] ERROR: Unable to start resource players; Start up of resource cancelled by script

 

[2012-11-11 02:17:08] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:08] Start up of resource sql cancelled by script

[2012-11-11 02:17:08] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:08] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:08] Start up of resource vehicles cancelled by script

[2012-11-11 02:17:08] ERROR: Unable to start resource vehicles; Start up of resource cancelled by script

 

[2012-11-11 02:17:08] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:08] Start up of resource sql cancelled by script

[2012-11-11 02:17:08] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:08] Start up of resource interiors cancelled by script

[2012-11-11 02:17:08] ERROR: Unable to start resource interiors; Start up of resource cancelled by script

 

[2012-11-11 02:17:08] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:08] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] Start up of resource players cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] Start up of resource items cancelled by script

[2012-11-11 02:17:09] ERROR: Unable to start resource items; Start up of resource cancelled by script

 

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] Start up of resource players cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] Start up of resource vehicles cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] Start up of resource players cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] Start up of resource items cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] Start up of resource players cancelled by script

[2012-11-11 02:17:09] WARNING: admin/player.lua(Line 225) [server] isPedFrozen is deprecated and may not work in future versions. Please replace with isElementFrozen.

[2012-11-11 02:17:09] WARNING: admin/player.lua(Line 238) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen.

[2012-11-11 02:17:09] WARNING: admin/player.lua(Line 241) [server] setVehicleFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen.

[2012-11-11 02:17:09] Some files in 'admin' use deprecated functions.

[2012-11-11 02:17:09] Use the 'upgrade' command to perform a basic upgrade of resources.

[2012-11-11 02:17:09] WARNING: shops/shop.lua(Line 57) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen.

[2012-11-11 02:17:09] Some files in 'shops' use deprecated functions.

[2012-11-11 02:17:09] Use the 'upgrade' command to perform a basic upgrade of resources.

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] Start up of resource players cancelled by script

[2012-11-11 02:17:09] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:09] Start up of resource sql cancelled by script

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:09] Start up of resource items cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource players cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource shops cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource players cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource items cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource players cancelled by script

[2012-11-11 02:17:10] ERROR: Unable to start resource shops; Start up of resource cancelled by script

 

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource vehicles cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource players cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource items cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource players cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:10] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:10] Start up of resource shops cancelled by script

[2012-11-11 02:17:10] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:10] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource players cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource items cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource players cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource interiors cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource vehicles cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource vehicles cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource maps cancelled by script

[2012-11-11 02:17:11] ERROR: Unable to start resource maps; Start up of resource cancelled by script

 

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource teleports cancelled by script

[2012-11-11 02:17:11] ERROR: Unable to start resource teleports; Start up of resource cancelled by script

 

[2012-11-11 02:17:11] WARNING: bank/bank.lua(Line 59) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen.

[2012-11-11 02:17:11] Some files in 'bank' use deprecated functions.

[2012-11-11 02:17:11] Use the 'upgrade' command to perform a basic upgrade of resources.

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource players cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource players cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource items cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource players cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource bank cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:11] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:11] Start up of resource players cancelled by script

[2012-11-11 02:17:11] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:11] Start up of resource sql cancelled by script

[2012-11-11 02:17:12] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:12] Start up of resource sql cancelled by script

[2012-11-11 02:17:12] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:12] Start up of resource players cancelled by script

[2012-11-11 02:17:12] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:12] Start up of resource sql cancelled by script

[2012-11-11 02:17:12] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:12] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:12] Start up of resource items cancelled by script

[2012-11-11 02:17:12] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:12] Start up of resource sql cancelled by script

[2012-11-11 02:17:12] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:12] Start up of resource players cancelled by script

[2012-11-11 02:17:12] ERROR: Unable to start resource bank; Start up of resource cancelled by script

 

[2012-11-11 02:17:12] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:12] Start up of resource sql cancelled by script

[2012-11-11 02:17:12] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:12] Start up of resource players cancelled by script

[2012-11-11 02:17:12] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:12] Start up of resource factions cancelled by script

[2012-11-11 02:17:12] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:12] Start up of resource sql cancelled by script

[2012-11-11 02:17:12] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:12] Start up of resource players cancelled by script

[2012-11-11 02:17:12] ERROR: Unable to start resource factions; Start up of resource cancelled by script

 

[2012-11-11 02:17:12] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:12] Start up of resource sql cancelled by script

[2012-11-11 02:17:12] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:12] Start up of resource 3dtext cancelled by script

[2012-11-11 02:17:12] ERROR: Unable to start resource 3dtext; Start up of resource cancelled by script

 

[2012-11-11 02:17:12] Server started and is ready to accept connections!

[2012-11-11 02:17:12] To stop the server, type 'shutdown' or press Ctrl-C

[2012-11-11 02:17:12] Type 'help' for a list of commands.

[2012-11-11 02:17:12]               _                                    _ _

[2012-11-11 02:17:12]              | |                                  | (_)

[2012-11-11 02:17:12]     _ __ ___ | |_ __ _   _ __   __ _ _ __ __ _  __| |_ ___  ___

[2012-11-11 02:17:12]    | '_ ` _ \| __/ _` | | '_ \ / _` | '__/ _` |/ _` | / __|/ _ \

[2012-11-11 02:17:12]    | | | | | | || (_| | | |_) | (_| | | | (_| | (_| | \__ \  __/

[2012-11-11 02:17:12]    |_| |_| |_|\__\__,_| | .__/ \__,_|_|  \__,_|\__,_|_|___/\___|

[2012-11-11 02:17:12]                         | |

[2012-11-11 02:17:12]                         |_| v1.00

[2012-11-11 02:17:12] Server stopped!

[2012-11-11 02:17:13] Stopping resources.........

[2012-11-11 02:17:13] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:13] Start up of resource sql cancelled by script

[2012-11-11 02:17:13] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:13] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:13] Start up of resource vehicles cancelled by script

[2012-11-11 02:17:13] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:13] Start up of resource sql cancelled by script

[2012-11-11 02:17:13] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:13] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:13] Start up of resource vehicles cancelled by script

[2012-11-11 02:17:13] Server shutdown as requested by resource sql (MySQL module missing.)

[2012-11-11 02:17:13] Start up of resource sql cancelled by script

[2012-11-11 02:17:13] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:13] ERROR: exports: Call to non-running server resource (sql) [string "?"]

[2012-11-11 02:17:13] Start up of resource vehicles cancelled by script

[2012-11-11 02:17:13] Closing SQLite3 database

Link to comment
Сам модуль-то прописан в конфиге?..

https://wiki.multitheftauto.com/index.ph ... onf#module

да прописано

  
<config> 
    <servername>paradise ~ Roleplay</servername> 
    <serverip></serverip> 
    <mtusize>1264</mtusize> 
    <serverport>22003</serverport>  
    <maxplayers>32</maxplayers> 
    <httpserver>1</httpserver> 
    <httpport>22005</httpport> 
    <httpdownloadurl></httpdownloadurl> 
    <httpautoclientfiles>1</httpautoclientfiles> 
    <httpconnectionsperclient>32</httpconnectionsperclient> 
    <verifyclientsettings>-1</verifyclientsettings> 
    <ase>1</ase> 
    <donotbroadcastlan>0</donotbroadcastlan> 
    <password></password> 
    <logfile>logs/server.log</logfile> 
    <acl>acl.xml</acl>  
    <scriptdebuglogfile>logs/scripts.log</scriptdebuglogfile>  
    <scriptdebugloglevel>0</scriptdebugloglevel> 
    <htmldebuglevel>0</htmldebuglevel> 
    <fpslimit>45</fpslimit>  
     
[color=#FF0000] <module src="mta_mysql.dll"/> 
    <module src="sha.dll"/>[/color] 
     
    <resource src="parasite" startup="1"/> 
    <resource src="paradise" startup="1" protected="1"/> 
    <resource src="sql" startup="1"/> 
    <resource src="irc" startup="1"/> 
    <resource src="server" startup="1"/> 
    <resource src="chat" startup="1"/> 
    <resource src="players" startup="1"/> 
    <resource src="gui" startup="1"/> 
    <resource src="vehicles" startup="1"/> 
    <resource src="interiors" startup="1"/> 
    <resource src="nametags" startup="1"/> 
    <resource src="items" startup="1"/> 
    <resource src="vehicle-shop" startup="1"/> 
    <resource src="admin" startup="1"/> 
    <resource src="shops" startup="1"/> 
    <resource src="job-carrier" startup="1"/> 
    <resource src="job-bus" startup="1"/> 
    <resource src="job-taxi" startup="1"/> 
    <resource src="jobs" startup="1"/> 
    <resource src="world" startup="1"/> 
    <resource src="maps" startup="1"/> 
    <resource src="teleports" startup="1"/> 
    <resource src="anims" startup="1"/> 
    <resource src="freecam" startup="1"/> 
    <resource src="bank" startup="1"/> 
    <resource src="factions" startup="1"/> 
    <resource src="3dtext" startup="1"/> 
    <resource src="injuries" startup="1"/> 
</config> 
  

Link to comment

CoolDark,

причём тут твоя база? В логах ясно сказано, что модуль не найден.

gines,

откуда вы взяли mta_mysql.dll ? В папке сервера должен быть libmysql.dll, без него MySQL модуль работать не будет.

Прежде чем работать с этим модом, научитесь работать с MySQL, в интернетах полно мануалов на эту тему.

Link to comment

gines,

откуда вы взяли mta_mysql.dll ? В папке сервера должен быть libmysql.dll, без него MySQL модуль работать не будет.

Прежде чем работать с этим модом, научитесь работать с MySQL, в интернетах полно мануалов на эту тему.

Файл libmysql.dll в папке сервера имеется, и вообще я всё по инструкции разработчика данного мода следовал, а всё ровно не получается ничего

Link to comment
Все модули должны быть в папке modules. ( Если такой папки нету, создайте )

Путь: server/mods/deathmatch/modules

Все модули существуют в папке Modules, в этом то и проблема, что вроде бы всё правильно настроено, но не работает :(

Link to comment

Вот черт О_о

sha-модуль то работает.

Мб смешное предложеие, но попробуй всю ту же строку латиницей перенабрать))

Вдруг где раскладку не ту включил и получилась каша.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...