Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. I'm not sure about that, feel free to try.
  2. It's "outputChatBox" not "outputChatbox".
  3. The object stream is being improved with MTA:Eir as far as I know.
  4. No es necesario usar esa funcion, ya que podes hacer todo el script client-side usando fetchRemote.
  5. De momento lo unico que podes usar es fetchRemote, mas adelante se podra usar la funcion downloadFile.
  6. @Julian: Hubieras usado ese script, ya que lo unico que le falta al tuyo es ejecutar la funcion "win".
  7. No, the lights are part of the vehicle model.
  8. https://wiki.multitheftauto.com/wiki/Re ... icleSirens
  9. Yo acabo de probar el script y funciona perfectamente.
  10. Postea el resto del codigo.
  11. Hablas de abrir y cerrar un GUI? usa: bindKey guiGetVisible guiSetVisible
  12. And what is the problem?
  13. Castillo

    Doesn't work

    In many ways it's wrong. 1. 'account' is not defined anywhere. 2. You ain't ending 'getPlayerRank' function. 3. In 'checkPoints' function, 'Rank' is not defined.
  14. Castillo

    Doesn't work

    That's a real mess, it doesn't make much sense.
  15. Debug it. outputChatBox ( tostring ( cost ) )
  16. Castillo

    Bugs :x

    This script is not yours.
  17. I don't get what do you mean, the wiki shows which functions and events are server/client/shared.
  18. I highly doubt it, since that function always been server side.
  19. You must use "forwards".
  20. It won't work because your table is server side, and the client side doesn't have it. Why don't you just use onMarkerHit server side?
  21. setPedArmor is a server side only function.
×
×
  • Create New...