izstas
Members-
Posts
49 -
Joined
-
Last visited
Everything posted by izstas
-
Now MTA supports cyrilic in chat, but not in GUI. Please add support for it. And can I replace some client files manually to add this support?
-
For example, language including...
-
I want to use this function, but got ERROR: Unsafe function was called. How I can use it?
-
Crash then i call mysql_connect (using MTA-MySQL module) server_05182008_1607.dmp
-
Crash then i call mysql_connect (using MTA-MySQL module) server_05182008_1607.dmp
-
From version DP3 will be available ped functions. Will be it on serverside? Or only on clientside?
-
I know it, but it allowing calling for all users.
-
I use PHP SDK. How i can allow or deny calling some functions?
-
Article for this event is not in wiki... Please describe this event
-
It works for cars, but not works for helicopters (other not tested). It's my error, server bug or this can't be?
-
I confirm it, please fix!
-
Does is this function exists? How to use it? I don't see it in wiki.
-
I can't export table I got "ERROR: attempt to index a string value"
-
function sql_query(arg) return db.sql_query(arg); end; function db.sql_query(query, hideinlist) if (db.connected == false) then outputServerLog("SQL ERROR: [Error message has been here]"); return; end; queryres = mysql_query(db.connection, query); db.num_quries = db.num_quries + 1; if (hideinlist == nil) then db.quries[db.num_quries] = {["query"] = query}; else db.quries[db.num_quries] = {["query"] = "HIDDEN"}; end; if (not queryres) then outputServerLog("SQL ERROR: \n ".. query .." \n\n #" .. db.sql_errno() .. ": " .. db.sql_error()); end; return queryres; end;
-
I call function: local result = call(getResourceFromName("db"), "sql_query", "SELECT ....'"); function sql_query work when I call it from resource "db", when I call it from other resource - it returns "SELECT ....". Why? Function sql_query is exported. Log: [15:54:03] ERROR: [script path has been here] : bad argument #1 to 'mysql_fetch_assoc' (LuaBook.mysqlResult expected, got string) [15:54:03] ERROR: call: Check the function exists, is exported and you've passed the correct arguments
-
I need to make some variable common to the two resources. How?
-
I can download Visual Studio 2008, it will fix my problem?
-
Sorry for my bad English I want to use module MTA-MySQL. I copied libmysql.dll to MTA San Andreas\server, copied mta_mysql.dll to MTA San Andreas\server\mods\deathmatch\modules and added line "" after "", but i got error "MODULE: Unable to find modules/mta_mysql.dll!" Please help...
-
Sorry for my bad English, translated by translator... I cannot start game mode Race! In a chat I see, that mode Race is started, then there is a poll on a map choice, then is written, that the map such is started. And the black screen. What resources should be started, what - are not present? Russian text: Я не могу запустить игровой режим Race! В чате я вижу, что режим Race запущен, затем появляется опрос на выбор карты, затем написано, что карта такая-то запущена. И чёрный экран. Какие ресурсы должны быть запущены, какие - нет?
-
Thanks
