Jump to content

Todd

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Todd

  1. Todd

    Low FPS

    Servers have got something like fps limit if you are not looking at it. But you should try install newest display drivers for your graphic card( or just reinstall them)
  2. MTA has such advantage that augments a lot of problems with this kind of stuff, you can simply try to install another version of Game Booster but Im not sure it will help, I had similar problem with Xfire but it's completely other software
  3. Todd

    bug fix pls

    what's the bug?...
  4. Very useful, but the most of people from here doesn't know for what is that. I don't think that it will be popular.
  5. Did you try use /var/run/mysql/mysql.sock instead /var/lib/mysql/mysql.sock ? You can change it in your resource that connect with MySQL server.
  6. Todd

    Little problem

    solved/ too late ;p
  7. The files become smaller when you will pack them into .zip file. You can do that with WinRar. It depends too from texture size and model size.
  8. try use getLocalPlayer() instead localPlayer
  9. Todd

    MySql help

    I think that you can't change hostname from localhost to your host What's the problem in configuring MySQL server. If you want i can configure it for you just send me files without password
  10. I don't think so. Did you install all necessary dependencies before installation? Like mysql-server? Anyway.. Can you show MySQL configuration?
  11. pronunciation My Ess Que Ell ( My S-Q-L ) if you want but My Sequel is too acceptable
  12. this is also problem with connection server can't connect with DB Few problems related with that error: for example - BAD Config - BAD Hosting
  13. Todd

    MySql help

    ( you can find more videos 'bout it )
  14. Todd

    MySql help

    Here is a tutorial viewtopic.php?f=148&t=42067&p=425404#p425404 HOW TO MYSQL CONFIGURE I WILL UPDATE IT LATER. THERE IS ALSO ANOTHER WAY TO CREATE MYSQL SERVER/
  15. This is outdated. It is recommended you use the internal db* functions instead - Woovie https://wiki.multitheftauto.com/wiki/Se ... _functions
  16. if it's true I think that make water is possible but you have to write it. Here is my idea( I don't think that is good ): 1. make object like water 2. set it non collidable 3. make function if player will be under object then create dx effect or show blue transparent image.( underwater visual effect) 4. make player fly if he is under that object.
  17. where function,handlers? function waterInt() local young = createWater( 267.58340454102, 101.59375, 1026.5515136719, 247.81484985352, 101.0810546875, 1026.5515136719, 247.84414672852, 111.6982421875, 1026.5440673828, 266.61758422852, 111.638671875, 1026.5515136719 ) setElementInterior( young, 6 ) setElementDimension( young, 9 ) end addEventHandler("onResourceStart",getRootElement(),waterInt) it has to be .lua file cause you can't add "function" to .map file
  18. Todd

    MySql help

    hmm everything looks ok but are you sure that you configured sql correctly? really strange...really.... theoretically something is wrong in settings.xml or mysql.lua file in mysql.lua you have to change too dbname etc.
  19. Todd

    MySql help

    acl.xml too I want to see something
  20. Todd

    MySql help

    can you show me your settings.xml file and mtaserver.conf?
  21. Todd

    MySql help

    MODULE: Unable to find modules/mta_mysql.dll Check if you have got in mtaserver.conf or check if you have this file if you don't then download it from here: CLICK and put it into the modules folder there is also Access denied @ 'shutdown' error and some error in the script.
  22. Todd

    MySql help

    https://wiki.multitheftauto.com/wiki/Modules/MTA-MySQL https://wiki.multitheftauto.com/wiki/Modules/MTA- ... ysql_query mtaserver.conf "mta_mysql.dll"/> .so if you have got linux settings.xml -- MySQL Configuration --> "@sql.username" value="login for database"/> "@sql.password" value="password for database"/> "@sql.database" value="databasename"/> "@sql.hostname" value="localhost"/> "@sql.port" value="3306"/> "@sql.socket" value="/var/run/mysql/mysql.sock"/> and you have to download "sql" resource sql resource: http://github.com/mabako/mta-paradise/t ... urces/sql/ here's some resource by driver2 https://community.multitheftauto.com/index.php?p= ... ils&id=495
×
×
  • Create New...