Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Anderl

    _

    He probably wants a converter to convert all. It's not really good to do it this way if it's more than 50 vehicles.
  2. I don't get you. What GUI has to do with connecting two different game servers?
  3. Anderl

    host server

    Then, please, explain better. I didn't really get you. You mean if you can get a host for MTA:SA gameserver for free? If that's it, no. All free hosts are either scam or don't provide a FTP account, panel or a good machine.
  4. Are you going to do heavy overclocking? If you're not, I'd not suggest you to spend $500+ on a custom water cooling system. If you want to spend much money on cooling, go for nitrogen cooling
  5. Yeah, I know that cooler. You should have gotten a Hyper 212 Evo - it almost wins that cooler for half the price - you could have gotten a Corsair H100 too, but that's too expensive for what it does.
  6. Anderl

    host server

    Would you like to talk in a proper english?
  7. Anderl

    windows 8

    And final version is leaked, although it will be officially released by Microsoft day 26 of this month, I guess.
  8. Which CPU cooler are you using?
  9. Anderl

    GTA:SA

    It's illegal. If you want, go ahead but we won't help you with any problems you'd have with it.
  10. Where did I ask for half or whole gamemode?
  11. Im not gonna give away half of my gamemode wtf? And i didnt just say "Im stuck help" I even gave you the errors! If you don't give the code, don't expect anyone to be able to help you. The maximum anyone will be able to do is tell you what is the problem.
  12. setTimer( function() for index, player in next, getElementsByType 'player' do setElementData(player, 'rpg.exp', getElementData(player, 'rpg.exp') + 10) end end, 10000, 0 )
  13. I didn't ask for the full code, anyway.
  14. You already showed it before, why not show again.
  15. Can't you figure out? Use the brain and interprete this knowing that "xmlOldChild" returns false: local xmlOldChild = xmlFindChild(xmlElements,"element",i) local attrs = xmlNodeGetAttributes(xmlOldChild) if (attrs == false) then return
  16. Learn. http://lua.org http://lua-users.org/wiki/TutorialDirectory
  17. I'd suggest to lock this topic if this guy don't learn because this will turn into a war or something like that, for sure.
  18. How about learning and making them by yourself?
  19. Anderl

    GUI animations

    That library has bugs. I personally prefer developing animations by myself.
  20. Anderl

    GUI animations

    You can use these functions: interpolateBetween guiSetAlpha guiSetPosition ( And some others ) Or you can make functions by yourself using math, which would be better in my opinion but...
  21. Anderl

    GUI animations

    Using your brain and math Other way is use the brain and built-in functions
×
×
  • Create New...