Jump to content

'LinKin

Members
  • Posts

    636
  • Joined

  • Last visited

Everything posted by 'LinKin

  1. I've found what I was looking for. Thank you Woovie
  2. Hello, When you're going to open a MTA server in a VPS/Dedicated Server, you must put a sequence of commands, I was wondering if it is possible to make some kind of script do do this automatically, I was googling it but I can't find any helpful link. The closest thing I found was setting up a 'script' to be run at the startup of the server. Do you know how to do this? I am almost sure that hosting company owners know it. Any help is really appreciated, Thanks.
  3. Hm, it's because some people 'cheat' on DD gamemode by using fraps. When they are going to hit you they enable it so they hit like a tank. However it's not such a big deal, I just wanted to know if it was possible. Also FPS drops could be detected by a simple script
  4. Colombia? Which city? Im from CO too. Now regarding this topic: Use onClientCursorMove
  5. Hello, Is there a way to detect if a player is using a certain program while playing? For example 'Fraps' Thanks.
  6. 'LinKin

    Internet Speed

    Came here with the hope to be the best one, but I saw MrBrutus' speed and then
  7. Hello, I'd like to know what I must use in oder to change the sounds of weapons when you shoot, Also, how to change the crosshairs of them. Which functions must I use? Also, how to hide the default crosshair of weapons? Regards, LinKin.
  8. Okay thank you. @ixjf: The whole tower.
  9. I searched for this processor at intel website and it exists, just like it says it is. So I don't think it's overclocked. However I'm not a geek into these matters; jhxp, may I ask you why the 4th and 5th gen are incompatible with this PC? How do you check/know that? Which parameters do you take into account?
  10. Yeah, it's not for gaming, just normal use and the only game I'd play would be MTA. Also, it's only the CPU, not the whole PC. And yes it includes de OS also. I didn't understand you this part: but still quite good Ivy Bridge/3rd gen i5 or i7 cpu. What's lvy? And i5 / i7 is really out of my budget.
  11. Hello, Someone's selling me a NEW CPU for $137 U.S Dollars (280.000 COP - Colombian Pesos -). This is what it has: https://docs.google.com/file/d/0ByDq0Ig ... edit?pli=1 Exept that RAM isn't 4 GB but 2 GB What do you guys think about this? Please don't tell me about the CPU's yield but about the price. Is it cheap for what it has? Regards, LinKin.
  12. VPS'es are located in France and Netherlands, but in which cities? EDIT: Already saw them in the URL
  13. 'LinKin

    Upgrading MTA

    Slowly but yes. Takes time to load the pages
  14. 'LinKin

    Upgrading MTA

    3 and 4 The other 2 downloaded 0.1/20.9 MB
  15. 'LinKin

    Upgrading MTA

    Hello, Since like 4 updates ago, I've always had trouble for updating my MTA. When I try to join a server it tells me that I need to update, so I click Yes and the download starts, But I always get "Waiting for response -23" countdown, and for example it's at 2% and then it goes back to 0%.. Also like at 10% it stopts itself and the dialog closes.............. Why do I ALWAYS have trouble with this??..... I can't either download the installer form the website. I need to tell someone else to download it and upload it somewhere else so that I can download it properly.... It's so annoying.
  16. Hmm, check on the objects list. You can't click on those ones, the only way is by the 'current objects' button. I remember this for like 3 years ago maybe it has changed, but try and tell me
  17. Three (3) public servers have been openned for trying ACM 2.0 out! If you play DD and you own a clan, you may then ask me for giving you rights to use ACM at one of the servers. You will then be able to play clanwars/funwars under the unique management that ACM provides. It is absolutely free, all I ask from you is that you don't abuse of your power. The servers also count with all of my free scripts that can be downloaded from here. So it's also your chance to try them out before deciding whether or not you upload them in your server! You can message me at Skype (linkin_guy) or send me a PM via these forums. * Expired at December 1st, 2014.
  18. You can use: toJSON fromJSON Example: local myTable = { name = "me", money = 99999} local JSON_Table = toJSON(myTable) And then you can insert the 'JSON_Table' into the SQL, I think you already know how to, right? And whenever you need it again, just pick it up from the SQL table, and turn it into the "original" Lua table like this: local myTable2 = fromJSON(theValueYouGotFromSQL)
  19. There's something I've wanted to ask, When luac.multitheftauto.com launched, it had an 'encrypt' option. But some months ago it was replaced with the 'extra obfuscation' one. Why?
  20. Facepalm. Kids like you should not be into this business.. As John says, you don't even have the brain capacity to understand that your server was located in USA. Do you know what USA is? Did you know that Europe and America are two different CONTINENTS! Just saying
  21. I have a kills script for DD, It works using setElementData, so, in the stats script, I have: the event onPlayerFinishDD, Then I read the killer by getting the elementData of the source, and then at the end I set it to nil (to clear the kill). And on another script I have the same onPlayerFinishDD event, and I'm trying to get the killer of the source by getting it's elementData, but it's always returning nil. hm. I had to merge both scripts for it to work.
  22. Web console for windows doesn't work in ANY hosting company that I've been into. Only on my Linux VPS it works. And ofc in Linux-based servers. Funny because people say "we're working to fix it" but they really don't. In my case, I asked about this to my hosting company like 8 months ago, and they still haven't "solved" it I don't know about hosting stuff, but I think we will never see a Web Console working on Windows-Servers
  23. Hello, Quick question: When you have an event handler on more than one script, how are they triggered? Are they triggered all at the same time? Or they are triggered in a script, then another, then another, etc... Thanks
  24. Hello, I was making a deadlist script, and I made a function to set the text of each entry accordingly to the deadlist mode (which can be changed by the client) On first instance I had Solution #1 (Which total's size is 1874 bytes) which was a flat function but with a lot of redundant code, it worked perfectly. No problems at all. Then, I optimizated the code and made Solution #2. It managed to reduce its size to 761 bytes. But when I went to test it, it was slower. The rendering was slower and the animation that I make for the deadlist wasn't good at all, it was mostly absent (it couldn't be really seen by the client (me)), but I'm still wondering why? It's the same thing but made in a better way, and how come the Solution #1 is faster than Solution #2? Here's the code of both solutions: (It's just part of the script) Solution #1 Solution #2 PS: The size I'm talking about is the size of the function only, not the whole script. And once again; Does the client's computer capacity affect the performance of clientside scripts? I'd say yes of course it does, but I'm just making sure I'm right
×
×
  • Create New...