Jump to content

AeroXbird

Members
  • Posts

    359
  • Joined

  • Last visited

Everything posted by AeroXbird

  1. I agree with redpvp. But altough i would suggest you to use high-resolution images. Some of the texts are little blurry on my widescreen.
  2. AeroXbird

    My mta server

    No. make your own, or ask some friends to make some crappy logo for you.
  3. I suggest you make a new panel, i did the exact same with this system. Altough i did modify it and rewrote a lot of functions because the system works very slow on some parts, especially the main parts like class assignment kepth bugging me, so i rewrote the whole thing. PS: I suggest you to add this in your class assignment script: setElementData(source, "class", TAGS[source]) because that will make it possible for you to use the classes outside of the usersystem.
  4. It impossible to make this clientside, except for the resourceStart function, but it would be useless to make that clientsided.
  5. AeroXbird

    MTASA Trailer

    Indirect advertising much? Nice editing thar
  6. This tutorial is based on windows, because of MySQL But the script itself will run on linux too, when you have your own MySQL server.
  7. Oh, you're right Let me mirror the link to my own server http://www.exfclan.com/mta-mysql-0.41.rar
  8. Hello guys, since i have seen tons of people complaining about their server not working properly with cannonball's usersystem i have decided to make a tutorial on how to make it function properly and because i was just simply very bored NOTE: This is WINDOWS ONLY! Step 1 First off you might want to download MySQL since the usersystem runs on that. http://www.mysql.com/downloads/mysql/ After that you install it with the functions that are preselected for you. Step 2 After you have successfully installed MySQL onto your server you will need the MySQL module http://www.exfclan.com/mta-mysql-0.41.rar Place the mta_mysql.dll in the modules folder. and the other dll file where the .exe is. After that you open your config file and you add <module src="mta_mysql.dll"/> To your config file. Step 3 Next up you are going to edit the usersystem config file. just simply open cfg/cfg.lua and enter local host = "localhost" local user = "root" local password = "" local database = "usersystem" Step 4 Simply start the script and it will auto-install itself using a small install script i wrote. Step 5 Profit! If you find any errors or issues feel free to pm me, or ask in this topic. The slightly modified version of the usersystem is in the attachment Please note: The installation script has NOT been tested, it might not work properly. PS: I am working on a extensively modified version that doesn't require MySQL
  9. On request of 50p: http://mta.pastebin.com/P1pDZHVG
  10. You really dont get it, i want people to be able to create and attach 2 objects seperately (so not in one time) and the script i use is way more advanced than that.
  11. I made an attachment script based on deject3d's map editor. But whenever i make 2 items, i am supposed to get a message that i am not able to create a third, but i can just make a third object PS: See attachment for script
  12. AeroXbird

    MTA car mods

    maybe you forgot to add them to you meta
  13. Why not release source-code to public? it looks pretty good.
  14. try playing with the coordinates by increasing and decreasing the values (first to see what happends/what way it goes when doing that) then when you know how to move it, try to get it in the correct place, and fine tune it to remove little ledges
  15. AeroXbird

    Question..

    Try doing some research before you post topic: https://wiki.multitheftauto.com/wiki/Mysql And do execute a query: mysql_query(connect_handler, "query") and in MySQL you can update a table/row, select a table/row, alter a table/row, and delete a table/row (most common used syntaxis) But i guess you already know that.
  16. I suggest you try to lower the coordinates, and start fine-tuning the coordinates because some coordinates will be off when you attach them.(from my own experience)
  17. directShot, i think 50p is asking you the code you use to spawn. not where. So post the code you use to spawn. (full function)
  18. AeroXbird

    Question..

    MySQL is not supported by default by MTA, SQlite on the other hand is. If you want you can download the MySQL module from the wiki: https://wiki.multitheftauto.com
  19. You have the timer set to repeat infinitly So change the 0 to 1 in the setTimer
  20. AeroXbird

    WARNING

    I don't see the use of telling that. But if there is no way of banning him, maybe mta should support hardware bans.. *runs*
  21. I sure can, but i just sometimes cant bear the grammar mistakes some people make.
  22. So you are asking the community to get up with a name so you can steal our players? Maybe ask some friends that play mta, i dont see the need to ask people for a name for your server since they will come up with rediculous names. Just warning you...
  23. @50p Because the file was carcols.dat i thought he wanted to replace collisions.
  24. I suggest you to make a little more peds then, because that will take about the same time to kill.
  25. You have to remove the blip functions in the freeroam resource(if you are using freeroam) try finding the functions by seeking for the events: onPlayerJoin and onPlayerQuit
×
×
  • Create New...