Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. You can use playSound/playSound3D.
  2. If you don't specify which script type is it, the default is "server side". Change it to:
  3. You mean getPlayerAccount? this function obtains the account userdata from the player, if he/she is not logged in, it'll return the "Guest" account. You can use getAccount function to get an account, even if the owner is offline.
  4. Well, I don't want to crash the party, but there exists a really powerful in-game script editor in the community. Link: https://community.multitheftauto.com/in ... ls&id=1821 Anyway, good luck!
  5. You can disable the default music with this function: https://wiki.multitheftauto.com/wiki/Se ... ndsEnabled It's a global function, you can't disable it for a single interior.
  6. Vos queres que el script original que crea zombies en todo el mapa, los cree en otra dimension? entonces deberias editar el script, ya que si no me equivoco, no tiene la opcion para elegir la dimension.
  7. GTA V is not even out for PC yet.
  8. Castillo

    invite

    Use a table to store the invitations.
  9. Castillo

    invite

    No, I used 100% SQLite on my released gang system.
  10. That's what I read aswell, so I guess is safer.
  11. Yes, you need to increase it.
  12. Use a timer of like 200 milliseconds to set the animation. setTimer
  13. Ah, he edited the script, the original was using 'client' which is also a pre-defined variable like 'source' when triggering events.
  14. It means players in that determinate range will see the message.
  15. You are checking if the account is on both ACL groups, maybe you meant to check if he's in one of them, not both?
  16. Castillo

    Wrong

    You forgot to use the quotes before and after crouch and fire. local keys = getBoundKeys ( "crouch" ) if ( keys == "fire" ) then Also, getBoundKeys returns a table, so your "if" statement won't work.
  17. Just the one who triggered the event.
  18. function coltSend(client) Remove 'client' from there.
  19. Castillo

    EXP script

    If you are using my resource, then you must create the scoreboard column with data name "level" lowercase.
  20. Castillo

    EXP script

    You must use setElementData.
×
×
  • Create New...