Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Castillo

    PlaySound3D

    That won't work, since the client side will surely load slower than the server side.
  2. Castillo

    Help

    "is wrong" that's really not helpful, can you tell me what is the error? My first guess is that "BoatID" is returning false/nil.
  3. You expect players to download a 900mb file?
  4. Castillo

    Help

    Do you have errors in the debugscript?
  5. Castillo

    resolved.

    Do you have permission to use that script?
  6. Algun error en el debugscript?
  7. Ajam, el tema es que ese recurso es muy viejo, y si no me equivoco, ya no funciona desde hace tiempo, por esa razon yo hice mi propia version y la subi a la comunidad hace tiempo, deberias usar mi recurso en lugar de ese ( el mismo Benxamix lo dijo, si mal no recuerdo ). Mi recurso: https://community.multitheftauto.com/in ... ls&id=5195 Las funciones son iguales, si no me equivoco.
  8. Y el problema es que no hace ningun efecto?
  9. It's pretty much the same thing as with MySQL. Have you read my last post?
  10. I forgot to mention, make sure you put the outputChatBox after defining "id", not after your "if" statement.
  11. That's weird. Try something like: outputChatBox ( type ( id ) )
  12. If the query was successfull, I guess you should get the message, try checking what "id" is returning.
  13. executeSQLQuery ( "INSERT INTO `slotmachines` ( x, y, z, rotation, interior, dimension ) VALUES ( ?, ?, ?, ?, ?, ? )", x, y, z, rotation, interior, dimension )
  14. Que la version esa tiene un bug critico, updatea el servidor/cliente.
  15. viewtopic.php?f=167&t=73773&start=135 Yep, Jusonex said 1.5 in that topic.
  16. Re-upload it with a proper description, not just blank page.
  17. Any errors in the debugscript?
  18. No te ofendas, pero debes estar ciego, ya que claramente dice "Server-only function". https://wiki.multitheftauto.com/wiki/GetAccounts
  19. Podes usar las funciones de creacion de armas. https://wiki.multitheftauto.com/wiki/Cl ... _functions
  20. Seguramente pusiste el script como client side, y esas funciones son solo server side.
×
×
  • Create New...