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. executeSQLQuery dosn't require a connection, because its the default MTA server database. Only these functions require a connection: dbQuery dbExec
  8. xXMADEXx

    SQL Error

    You need to create the table "test.accounts" in PhpMyAdmin or LUA with dbExec
  9. xXMADEXx

    Firing Rate

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

    Firing Rate

    How about trying to read the arguments?
  11. What does debugscript say?
  12. 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 ( )
  13. Yea, post the whole script.
  14. Please use the [lua] tag, by any chance are these leaked scripts?
  15. (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)
  16. how ? With: isGuestAccount getPlayerAccount getAccountName
  17. 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...
  18. Mostly only inexperienced scripters will script for free... Good luck with it anyway.
  19. xXMADEXx

    Rank

    Try converting the .png file to .jpg
  20. fr_client.lua (lines 581-594)
  21. Well, the MySQL module only works on 32-bit operating systems.
×
×
  • Create New...