Jump to content

Et-win

Members
  • Posts

    1,390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Et-win

  1. Please be silent if you have no idea where he is talking about, because he wants to get all commands that are binded to what key.
  2. viewtopic.php?f=108&t=72085
  3. Et-win

    [HELP]mE

    Try it again with the trigger, then tell us where you placed the trigger (Line numbers) and then people will more likely help you.
  4. When you spawn (When you join the server, and THEN spawn), the vehicles get downloaded and placed. When you spawn after that, it won't do anything. I supposed that if you die, that the mods are still replaced? (It's a client-side script, so it will work for all players as soon as they join) PS: If you remove line 60, it will replaced as soon as any player spawns. (And if it wouldn't then it wouldn't matter anyway)
  5. I made it like that, when a player spawns, that player gets the files. This only works 1 time. Resource needs to get restarted when you add more files. (Ofc.)
  6. Et-win

    [HELP]mE

    isObjectInACLGroup
  7. If you changed your setTimer time to what I said, then yes.
  8. Et-win

    bind

    Atleast typ in-game: /debugscript 3 And tell us what error's are there. Maybe you can even solve it on your own by then. If no errors were given (After doing the 'thing' what doesn't work) then tell us atleast too where and what doesn't work.
  9. Put type="client" to type="server" ...
  10. <script src="server.lua" type="server" />
  11. We don't give support with leaked scripts.
  12. Post your meta.xml PS: 1000 milliseconds = 1 second. So, 1000*60=60000 milliseconds =1 minute*5= 300000 milliseconds = 5 minutes
  13. Because the bumper is attached to the vehicle? Try 'getElementPosition', but I don't know or it will work. Otherwise math will be good.
  14. addEventHandler( "onClientResourceStart", getRootElement( ), (function() justatest("Yes it is a test!!")end))
  15. getVehicleComponentPosition https://wiki.multitheftauto.com/wiki/Cl ... _functions Use wiki and easily search on 'component'...
  16. Et-win

    Help us out

    I hope you don't mean to put that on function 'skins'.......
  17. I changed the example on the wiki, maybe you will understand it now: https://wiki.multitheftauto.com/wiki/ShowChat#Example 'isChatVisible' is now a code in MTA, like I said: https://wiki.multitheftauto.com/wiki/IsChatVisible
  18. local isChatVisible = true 'isChatVisible' is now a code in MTA, which means, just use that code instead of the variable.
  19. Map Editor has a tool called "Remove World Object", use that or look here: https://wiki.multitheftauto.com/wiki/RemoveWorldModel
  20. https://wiki.multitheftauto.com/wiki/Interior_IDs Default dimension is (I guess) 0 or 1. Just put a little script in a script to output the dimension and you know it
  21. Et-win

    problem

    function disableFireForH( theVehicle, seat ) setTimer(disableFireForH , 100,0) You are totally not giving anything up with the timer, so you can't even get 'theVehicle' and 'seat'.
  22. float float float getElementRotation ( element theElement [, string rotOrder = "default" ] ) local rx, ry, rz = getElementRotation(col, theVehicle) How, can you give up the element at the second argument, if it has to be placed at the first argument? Just remove 'theVehicle'...
×
×
  • Create New...