Jump to content

AGENT_STEELMEAT

Members
  • Posts

    551
  • Joined

  • Last visited

Everything posted by AGENT_STEELMEAT

  1. Hands-down the coolest things I have seen on MTA in the last 6 months. This deserves to be more than a shop server. Congrats, you've earned it:
  2. Try this: function setImageSizeLabel(image, label) if not isElement(image) or not isElement(label) then return false end local labelExtent, fontHeight = guiLabelGetTextExtent(label), guiLabelGetFontHeight(label) local labelWidth, labelHeight = guiGetSize(label) if labelExtent > labelWidth then labelWidth = labelExtent end if fontHeight > labelHeight then labelHeight = fontHeight end guiSetSize(image, labelWidth, labelHeight) guiSetSize(image, labelWidth, labelHeight) guiLabelSetHorizontalAlign(label, "center") guiLabelSetVericalAlign(label, "center") end
  3. HANDLING EDITOR v2, ONLY 100 CALORIES! You want it, you want it bad. You want to feel it deep inside of you. You want it to squirt it's awesome juices all over you. Download it now.
  4. @๖ۣۜAchille, that would allow users to use farting as an advantage is certain situations (farting to move forward to escape being frozen or something). Version 1.0.4 has been released! This small update removes a small debug output I left in the script for testing and increases the volume of explosive farts. Merry Christmas everyone!
  5. try using outputDebugString(tostring(self.data.postgui)) to check if the proper value is being passed.
  6. LulzSec is a hacktivist group. They hope to inspire political change for the better by exposing corporations & government by obtaining and releasing private records by any means. This, to some, is good. Same with Anonymous, to an extent. Neither of these groups have anything to do with a little roleplay server on MTA. The only reason their name would be used for an MTA server is because someone wanted to make themselves look cooler (see "I R ANONYMOUSE I R 1337"). It is people like this that give these groups a bad name.
  7. 127.0.0.1 is always localhost. Welcome to basic computer science.
  8. 1 - You are an idiot 2 - You will never be able to play on the servers you were banned from ever again, until you find another computer. 3 - There is no way to change this.
  9. I R ANONYMOUSE I R 1337.
  10. That is a pretty fail method considering someone could just disconnect right after the download before the files are actually loaded.
  11. You need to use a LUA compiler. See the 'Scripting and Mapping Tools' thread in the scripting forums for info.
  12. Anything that can be encrypted can be recovered with enough effort. Welcome to Computer Science 101.
  13. AGENT_STEELMEAT

    SIPL!

    class TheTruth { private int fuucksIGive = 0; private int cookiesThisThreadDeserves = 0; public TheTruth() { } public static void main(String[] args) { TheTruth theTruthAboutThisThread = new TheTruth(); System.out.println(theTruthAboutThisThread.getIntroduction()); } public String getIntroduction() { String introduction = "I give "+fuucksIGive+" fuucks and this thread deserves "+cookiesThisThreadDeserves+" cookies."; return introduction } }
  14. AGENT_STEELMEAT

    Skin Bug

    I think this bug should be left in, since it makes my butt look bigger.
  15. I've made a beta AI system, and it works pretty well, however the best implementation would be if MTA used task sync rather than control sync. There are plans to use task sync in future versions of MTA, but implementing task sync would be a MAJOR change. In other words, skeet skeet bang bang mohfugga.
  16. No, I do have a right to complain, and if you don't like that then you should ignore it.
  17. I think tutorials should be reviewed by a forum moderator with scripting experience to ensure it includes correct information and promotes good scripting practices. This is both to prevent crap tutorials, and prevent people from raging "OMG THIS SUCKS YOU DID SUCH AND SUCH WRONG" in the thread.
  18. I don't really know who you are, but we are all more than alive. Welcome back!
  19. Yes, but you are suggesting that because this is a free mod, we are not entitled to the right to voice our opinions. Sure, everyone with a complaint could "go learn C++ and submit a patch", but that doesn't change the fact that in many people's eyes the quality of this release was sub-standard. Also, where in my post did I say that I was not grateful? I am very grateful for the work MTA has done, and I have donated some cash in the past.
×
×
  • Create New...