Jump to content

izstas

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by izstas

  1. 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?
  2. izstas

    loadfile()

    For example, language including...
  3. izstas

    loadfile()

    I want to use this function, but got ERROR: Unsafe function was called. How I can use it?
  4. Crash then i call mysql_connect (using MTA-MySQL module) server_05182008_1607.dmp
  5. Crash then i call mysql_connect (using MTA-MySQL module) server_05182008_1607.dmp
  6. izstas

    Ped functions

    From version DP3 will be available ped functions. Will be it on serverside? Or only on clientside?
  7. I know it, but it allowing calling for all users.
  8. I use PHP SDK. How i can allow or deny calling some functions?
  9. Article for this event is not in wiki... Please describe this event
  10. It works for cars, but not works for helicopters (other not tested). It's my error, server bug or this can't be?
  11. Does is this function exists? How to use it? I don't see it in wiki.
  12. I can't export table I got "ERROR: attempt to index a string value"
  13. izstas

    call()

    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;
  14. izstas

    call()

    What reasons at this error can be?
  15. izstas

    call()

    No Function calling, but I can't get what function return.
  16. izstas

    call()

    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
  17. I need to make some variable common to the two resources. How?
  18. izstas

    MTA-MySQL

    Thanks! Please lock
  19. izstas

    MTA-MySQL

    I can download Visual Studio 2008, it will fix my problem?
  20. 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...
  21. 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 запущен, затем появляется опрос на выбор карты, затем написано, что карта такая-то запущена. И чёрный экран. Какие ресурсы должны быть запущены, какие - нет?
×
×
  • Create New...