Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. addEventHandler ( "onVehicleEnter", root, function ( ) setVehicleDamageProof ( source, true ) end ) That'll set damage proof to the vehicle you've just entered.
  2. addCommandHandler setTimer guiCreateStaticImage playSound/playSound3D
  3. Yo que se, es su script, verdad? no te metas en las cosas de los demas si no entendes para que sirven.
  4. Yo te lo explique de la mejor manera posible, yo lo hubiese entendido, no hablo en chino que yo sepa.
  5. El esta guardando modelos de vehiculos en una tabla de SQLite.
  6. Busca todos los resultados en la cuenta del jugador y los guarda en element data.
  7. Castillo

    question

    @Qwerty: Don't you get that he want's a script which will save on his/her account if he first joined or not? your script will just save temporary element data. He doesn't want to check if he's the first player that joined the server.
  8. On the server of course, it it was saved on client's PC, it would be really easy to change it.
  9. Skin mods: https://community.multitheftauto.com/index.php?p= ... ls&id=4061 https://community.multitheftauto.com/index.php?p= ... ls&id=4073 This user: https://community.multitheftauto.com/index.php?p= ... &id=322643 uploaded Vedic/Valhalla scripts without permission. Vehicle mod: https://community.multitheftauto.com/index.php?p= ... ls&id=4072
  10. Must be something about the encoding, I'm not sure. Anyway, that doesn't appear on the GUI, so why is that a problem?
  11. We don't help with stolen scripts. Topic locked.
  12. You said you didn't had permission, I guess if you buy it, you have permission. I really doubt you've bought it.
  13. We do care, if you're asking help with a script you don't own and you don't have permission to use, it's like we're helping you to steal it.
  14. Do you have permission to use this script? because you didn't script it.
  15. function comando(thePlayer,cmd) local account = getPlayerAccount(thePlayer) local accountName = getAccountName(account) local query = executeSQLQuery("SELECT * FROM vehiculos WHERE ID = '"..accountName.."'") setElementData(thePlayer,"datos.Save",query) -- Asi va a guardar el query entero, luego podes usar un for loop. end
  16. Castillo

    GUI Advanced

    GUI is client side only, how will he create a button server side?
  17. And the problem is? you're not telling us anything.
  18. Castillo

    question

    This will just work temporary, he can just store player serials on a SQLite table.
  19. Castillo

    question

    No, there isn't, but you can add serials to a My(SQL) table and check every time a player joins.
  20. Castillo

    GUI Advanced

    No, you don't need help, you want us to do it for you, do you think with creating the interface it'll magically work?
  21. Castillo

    GUI Advanced

    Oh, I understand, and you're asking for help or you want us to do it for you? because I think you want the second.
  22. Castillo

    GUI Advanced

    I don't understand what do you mean, please explain yourself better.
  23. No tengo ni idea, yo nunca uso game modes publicos.
  24. Te sugiero que crees funciones antes de todo, ejemplo: crearPersonaje ( nombre, r, g, b, skin ) eliminarPersonaje ( nombre ) Te va a ser mas facil asi.
×
×
  • Create New...