Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. It was added long ago, same for weapons. You must do it the same way you do it for objects/vehicles.
  2. Small reasons which then turns into giant flame wars.
  3. Thanks everyone. @Kenix: I know it's simple, never said it was hard .
  4. One or two of these may not be trolling, but the rest surely are.
  5. Hey everyone, yesterday I was bored and since I been watching Stargate series recently, I decided to make the "transport rings" in MTA.
  6. function Inicio() local x = 1959.55 local y = -1714.46 local z = 11 spawnPlayer(source, x, y, z) fadeCamera(source, true) setCameraTarget(source, source) setElementModel ( source, 120 ) outputChatBox("#CCDDEEBienvenido al Servidor", source, 0, 255, 0, true) end addEventHandler("onPlayerJoin", getRootElement(), Inicio) addEventHandler( "onPlayerWasted", getRootElement( ), function() setTimer( spawnPlayer, 6000, 1, source, 1186, -1323, 14, 0, getElementModel ( source ) ) fadeCamera ( source, false, 4, 255, 0, 0 ) setTimer ( fadeCamera, 8000, 1, source, true, 1 ) end ) Proba eso.
  7. You can use: setPlayerNametagColor
  8. You can use my "extra_health" resource: https://community.multitheftauto.com/ind ... ls&id=5195 You can set peds/players invulnerable with the exported function: setElementInvulnerable ( thePed, true )
  9. There is: onClientPlayerStealthKill but not for peds. I'm not sure if there's another way.
  10. As I told you via PM, other posts made by you we're removed before I gave you the warning.
  11. Castillo

    ayuda!! :l

    Es Solidsnake14. Tema movido a: "Scripting".
  12. Tenes que agregar el recurso al "acl.xml" en el grupo "Admin". "resource.nombreDelRecurso">
  13. Castillo

    New Server Mods

    No, TXD = texture files. I use a program called: "colleditor", search for it.
  14. Castillo

    New Server Mods

    You must export all the collisions inside the collision file your map has into single collision files. I don't know about the .dat, since I don't even use this program.
  15. Castillo

    Empty Server List

    viewtopic.php?f=130&t=37813
  16. You can't use 'else' without an 'if'.
  17. Since the link is down, I uploaded it to mediafire: http://www.mediafire.com/?gut1x61nkojzed2
  18. Here: http://www.mediafire.com/?gut1x61nkojzed2
  19. I use this compiler: viewtopic.php?f=108&t=33905 But I'm afraid I won't tell you how to decompile.
  20. It's still Lua, but compiled.
  21. Castillo

    Plzz Help!

    He's looking for a script which lets player buy a map and then when the map ends, it'll start that one he bought.
×
×
  • Create New...