Jump to content

ixjf

Members
  • Posts

    647
  • Joined

  • Last visited

Everything posted by ixjf

  1. Can you kindly enlighten me how making use of an open-source project's code is stealing it?
  2. ixjf

    small problem

    A computer is not only made of memory sticks and disk space, that information matters the least in this case, to be honest. Provide all your hardware's specifications.
  3. ixjf

    small problem

    What is your hardware?
  4. ixjf

    Download design

    Develop your own.
  5. ixjf

    Download design

    It is not possible.
  6. Son, my browser certainly is not lying about links which HTML elements point to, nor WHMCS license checker is faulty.
  7. I heard you like opening companies with illegal WHMCS copies.
  8. ixjf

    MTA:SA 1.4

    The object-oriented paradigm turns complicated things so easy: https://en.wikipedia.org/wiki/Object-or ... rogramming
  9. ixjf

    MTA:SA 1.4

    Makes no sense to me to have such a type. How about function documentation?
  10. ixjf

    MTA:SA 1.4

    Hi, I would appreciate if somebody could answer these two questions: Is there any documentation of the OOP implemented in the 1.4 release (e.g. "class" members signature)? How does a script of type "shared" work? Do we simply mix both server-side and client-side functions? How does it differentiate between the client and server files then? I know you can overload functions in C++, but would it be possible in Lua?
  11. ixjf

    [REL] HQ Hud

    The UI looks nice, the code absolutely sucks.
  12. Because onClientResourceStart event is called by the Multi Theft Auto SA when a resource is loaded, you're just loading code within a resource.
  13. The event onClientPreRender has a parameter in which the time passed since the last frame is passed to.
  14. A scripter/programmer would at least know how to write "programming" properly. Perhaps show us your best work?
  15. What is the purpose of a wrapper of outputChatBox?
  16. You should sandbox each file's code. Make an environment with wrapped functions for each and load the code on it. http://lua-users.org/wiki/SandBoxes http://pgl.yoyo.org/luai/i/2.9+Environments
  17. The correct way would be: "I started scripting in 2009, but the first year I only knew the basics, like how to translate, and learned event handlers. Then I stopped scripting for 4 months. Later on, I started with the difficult functions. In the first month after getting back to scripting, I have learned isObjectInACLGroup and hasObjectPermissionTo and now I'm learning dxDrawText and XML database. I also studied setTimer, killTimer, killPed, all Event handlers, removeHandler, etc." In addition, you don't seem to have any knowledge about Lua whatsoever. You just don't learn by functions, you learn the language itself (e.g. syntax, types) and you use its functions according to your needs.
  18. Crazzy Edie's GUI system (which is the GUI library Multi Theft Auto uses) does not parse HTML.
  19. I doubt it (by the way, Lua is not an acronym - you should not write it in upper case).
  20. ixjf

    Voice Volume

    That is actually already possible: setPlayerVoiceBroadcastTo
  21. What GUI files? CEGUI source code? GUI skin files?
  22. I would recommend having more text shown at once as we sometimes may translate a piece of text improperly as we do not know the context of the sentence.
×
×
  • Create New...