Jump to content

xXMADEXx

Members
  • Posts

    2,718
  • Joined

  • Last visited

Everything posted by xXMADEXx

  1. I think he is meaning how to remove & remap them.. If this is the case then use: removeWorldModel
  2. So do you have to apply to play on the server?
  3. https://community.multitheftauto.com/index.php?p= ... ls&id=7719 -> Stolen + poor description DONE
  4. Can you post an IP? I'd really like to see this server.. And it says the website doesn't exist.
  5. Make the text, then draw a rectangle over it. Then in the script, make the rectangle draw then the text.
  6. I believe you'd need to make a custom chatbox for that...
  7. You are welcome.
  8. executeSQLQuery dosn't require a connection, because its the default MTA server database. Only these functions require a connection: dbQuery dbExec
  9. xXMADEXx

    SQL Error

    You need to create the table "test.accounts" in PhpMyAdmin or LUA with dbExec
  10. It is defined.
  11. xXMADEXx

    Firing Rate

    How about trying to read the arguments? What arguements? This: https://wiki.multitheftauto.com/wiki/SetWeaponProperty
  12. xXMADEXx

    Firing Rate

    How about trying to read the arguments?
  13. What does debugscript say?
  14. You could store his serial number in a database... When someone connects you can check to see if the serial number is in the database, and if it isn't then you use giveWeapon ( )
  15. Yea, post the whole script.
  16. Please use the [lua] tag, by any chance are these leaked scripts?
  17. (Did you ever create the table?) Try this: ((Not Tested)) local zombie_db = connectToDB() addEventHandler("onPlayerJoin", getRootElement(), function () local x, y, z = getElementPosition(source) dbExec( zombie_db, "INSERT INTO characters (nume, model, health, posx, posy, posz) VALUES (?,?,?,?,?,?)", getPlayerName(source), getElementModel(source), getElementHealth(source), x, y, z ) end)
  18. how ? With: isGuestAccount getPlayerAccount getAccountName
  19. xXMADEXx

    [ALC Groups.

    This code doesn't make any sense... You forgot to put arguments for most the functions. And, you cannot use "or" where you did...
  20. Mostly only inexperienced scripters will script for free... Good luck with it anyway.
  21. xXMADEXx

    Rank

    Try converting the .png file to .jpg
  22. fr_client.lua (lines 581-594)
  23. xXMADEXx

    Rank

    Any errors?
  24. Well, the MySQL module only works on 32-bit operating systems.
×
×
  • Create New...