Jump to content

EstrategiaGTA

Members
  • Posts

    684
  • Joined

  • Last visited

Everything posted by EstrategiaGTA

  1. EstrategiaGTA

    Need help

    Download it here: https://community.multitheftauto.com/index.php?p= ... ils&id=646 Then copy the file to: My MTA Folder/server/mods/deathmatch/resources. Go to the server, type "/refresh" and then "/start stage"
  2. EstrategiaGTA

    MTA crash

    It can be a problem of the server which you play on.
  3. This section isn't quite used, but... bandi94.
  4. EstrategiaGTA

    help

    Do you mean move the player?
  5. Go to your server and type "/start realdriveby".
  6. Try this. local allowedTeams = { ["USOC Member"] = true } firstObject = createObject ( 974, 1153.8, -1766.09, 18.39 ) secoundObject = createObject ( 974, 1154.69, -1766.09, 18.39 ) local open = false function USOCDoor () local playerTeam = getPlayerTeam ( source ) if (getTeamName ( playerTeam ) == "USOC Member") then if open then moveObject ( firstObject, 3000, 1153.8, -1766.09, 18.39 ) moveObject ( secoundObject, 3000, 1154.69, -1766.09, 18.39 ) open = true else if not open then moveObject ( firstObject, 3000, 1153.8, -1766.09, 0 ) moveObject ( secoundObject, 3000, 1154.69, -1766.09, 0 ) end end end end addCommandHandler ( "USOCdoor", USOCDoor )
  7. You used the event 'onClientMarkerHit', so it's a client-side script. Well, create a folder in your MTA folder/server/mods/deathmatch/resources. And create a file named "myscript.lua", and your code there. Then, just create other file named "meta.xml" and write this code: For start the resource, go to your server and type "/start [the name of the folder]" (you must be Admin or SuperModerator).
  8. Eso, como dijo Yakuza, debe ser uno de tus resources/scripts.
  9. Show the client script.
  10. Thanks works. But do you know how to make it like blink. Like its orange and then it like goes blue for a second? What do you mean?
  11. You mean that if you use only 1 of those save-system, it doesn't work, and when you use 2, it works? Weird...
  12. EstrategiaGTA

    Problem !!

    Did you edit the scoreboard?
  13. EstrategiaGTA

    MTA crash

    Does it still crash? Is it the same crash of before?
  14. But this is what you posted: And there's no line 134. Only 132.
  15. With: triggerServerEvent --or triggerClientEvent
  16. Long script but are you sure that's the wrong script? And are your triggered events in the client?
×
×
  • Create New...