Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. The code is right. I guess to kill the player you can use whichever you want in race gamemode.
  2. Well, I don't use that library anymore neither I'm playing MTA:SA. I don't remember which parameters they are but I'm sure there are at least 2 parameters missing.
  3. Anderl

    Small help

    You forgot an "a" in "addEventHandler".
  4. In Lua you don't use "&&" as AND operator, you use "and".
  5. I am also 13 years old and I know Lua and many other programming languages so that excuse is invalid, ahah But since you just started learning now.. The design of that userpanel looks good, I imagine it with some effects and changes ( are you going to use any pictures or something like that instead of the memos? ), it would look really nice. Good luck with that
  6. You have missing parameters in "guiMove".
  7. Anderl

    Question

    Change Z Position.
  8. Você pode fazer separado, mas se mudar a tecla no Freeroam tem que mudar no script ( a menos que você faça algo para só ter que mudar uma vez, mas isso já é relacionado com organização de recursos ).
  9. Anderl

    Question

    Source is not root. Just use the player element in the one you want to set camera matrix.
  10. Anderl

    Question

    There is no source in your code.
  11. Anderl

    Question

    I didn't remember that, use setTimer instead. I don't know if that's the most efficient way, though.
  12. Anderl

    Question

    If you have the position of the vehicle, the only functions you need are setCameraMatrix and Lua math functions ( may not be needed ) and the event onClientRender to update camera.
  13. Anderl

    Question

    If you have any knowledge about math it should not be hard to get the position.
  14. unbindKey só funciona com ações de botões que foram adicionadas com bindKey, que eu saiba. Use onClientKey.
  15. You can add Max Payne 3 to that list as well. It got delayed 2 months and it was still full of bugs once released. I hate to admit it, but I feel like GTA V will be delayed too. Lets just hope it's not a long delay and that's it's not full of bugs like Max Payne 3 was. Or even worse, like GTA 4.
  16. Anderl

    Stopping Voice

    This section is for POSTING TUTORIALS, not requesting help.
  17. Anderl

    Questions

    That doesn't do what he asked.
  18. Bug testing? What did they do in GTA IV? What were they doing that time? GTA IV came full of bugs.
  19. I gave you an example when I explained you how to export functions.
  20. Add: <export function="functionName" type="client/server"/> To your meta.xml To call it use: exports.resource:functionName(); --or exports['resource']:functionName();
  21. Anderl

    Help

    I remember someone posted that like 4 or 5 months ago, just search it or wait someone to tell you.
  22. Ninguém irá criar nada para você de graça. unbindKey toggleControl
×
×
  • Create New...