Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. 1: setPlayerNametagShowing. 2: You can't use spaces as name, but you could set the nametag text with spaces I guess.
  2. No veo porque no deberias usar el "guieditor", yo lo uso para todos mis diseños. Para el resto vas a tener que usar: onClientGUIClick - Para cuando presionen un boton. triggerServerEvent -- Para ejecutar un evento que esta en el server side. moveObject -- Para mover la reja, puerta, etc...
  3. Eso no tiene nada quever, y tampoco lo vas a encontrar en la wiki.
  4. La barra es automatica, cuando los elementos sobrepasan el tamaño del scrollPane, entonces la barra aparece.
  5. Tenes que hacer un for-loop: for index, player in ipairs ( getElementsByType ( "player" ) ) do -- Tu codigo para buscar, usa: string.find end
  6. No necesitas onClientRender para esto, podes usar el evento que detecta cuando el texto de un gui-edit cambia que es: onClientGUIChanged.
  7. Castillo

    ^^ Hey.

    What do you mean by which state?
  8. getElementZoneName Or: getElementPosition + getZoneName
  9. Could you please use the "Edit" button next time?
  10. Eso es imposible, tenes que estar haciendo algo mal en tu script. Postea todo el script que estas usando.
  11. 1: You can search for countdown sounds at google. 2: https://wiki.multitheftauto.com/wiki/Meta.xml
  12. Deberia funcionar, estas seguro de que existe un team llamado: "SuperTeamLoL"?
  13. getPlayerWantedLevel setPlayerNametagText
  14. Post your script here at the forums with lua tags.
  15. Because you are only giving $200 when he has no data saved, but you are not giving the saved money. setPlayerMoney ( source, playerMoney ) add that after: local playerMoney = getAccountData (theCurrentAccount, "funmodev2-money")
  16. Topic moved to: "Support for MTA:SA 1.x > Server". Do you have the required ports open?
  17. Castillo

    Hola

    Con separarla? queres decir moverla? si es asi, entonces tenes que editar las posiciones en el script.
  18. Castillo

    Whats wrong?

    1: The client side givePlayerMoney has no player argument. 2: You must give the money server side, or the money won't be given at all. 3: You can use triggerServerEvent to trigger a server side event so you can then give the money.
  19. Castillo

    Whats wrong?

    Could you tell us what "went wrong"?
  20. El script remplaza objetos para convertirlos en "particulas".
  21. Claro que lo es, pero eso si, la sincronizacion no va a ser perfecta. P.D: "realdriveby" es algo totalmente diferente.
×
×
  • Create New...