Jump to content

Callum

MTA Contributors
  • Posts

    865
  • Joined

  • Last visited

Everything posted by Callum

  1. All the resources you are using will include the function setGameType. You will have to edit the resources, and remove that line of code.
  2. Callum

    Set Hp

    function setHealth(source,_,targetPlayerName,newHealth) if not newHealth then return end local targetPlayer = getPlayerFromName(targetPlayerName) or return local healthSet = setElementHealth(targetPlayer,tonumber(newHealth)) or outputChatBox ("Failed to set players hp.",source) end addCommandHandler("sethp",setHealth) You can simply use if not var then
  3. I don't think he plays MTA anymore.
  4. Select the 'New issues' project and look at the navigation menu, it says 'Report Issue' four along (from the left).
  5. Yes! Let me host the damn forums, and we can just transfer any important topics once you get your hardware setup. Even if you fix it, it's still an American home server.
  6. I don't think we need timestamps, to be honest - almost every chat message would span multiple lines.
  7. We all know that the idea of a international government will never happen. No country will ever hand over their independence and let other people govern their country. Moreover, nobody should ever be able to control the entire Human population on Earth, we'll end up with a worldwide Korea.
  8. Well, we all know about the doomsday theories. I personally find it very weird how it all points to the 21st December, but, I am a sucker for science and believing what the Government says. I don't think the world will end on the 21st December, but I reckon it will be very soon. Unfortunately, in society today, we face two critical problems that can both potentially end the world. In the 1970's, natural disasters occurred only once every five to ten years, and now, they happen on nearly a daily basis. The water level is evermore rising, and earthquakes are becoming very common. The next crisis is international debt. Every single country in the world is in debt (but some, such as China, have 'secured' money as other countries owe them money). So...by that logic, there's no money left in the world? Just look at the US National Debt, there isn't enough oil in the whole world to pay it off, and that's just one country - the United Kingdom is now in one trillion pounds of debt. The only solution I can think of is the United Nations reconstituting the international economy. Otherwise, civilizations across the world will crumble, and reality will start replicating the sort of stuff that happens in MTA. So, considering burning oil contributes to climate change, and how wars are started over oil, and how oil is the main monetary resource, I blame the mass use of oil for the worlds end. Sure, oil is used for lots and lots of things, and without it we'd be a lot more primitive, but I'd rather we still existed, than all died from floods/earthquakes or the collapse of society. Contrary to everybody else, I've always had faith in the United States Federal Government, and the United Nations, but I think the current issues are way too major and irreversible. What are your opinions on the matter? I'd be interested to know if anybody has evidence that the world won't end due to natural disasters, or how the debt can eventually (after hundreds of years) be reverted. Though, even if we fix these issues, it's only a matter of time before Earth gets hit by meteors, the Sun explodes, or life in the far Universe evolves and attempts to invade Earth (yes, very science-fiction based, but it's totally possible).
  9. You cannot modify this script, as it is compiled. You could decompile it using LuaDec, though.
  10. Callum

    Webpanel

    All web admin resources are automatically availablefrom a web interface, use http://127.0.0.1:22005/webadmin/, where 127.0.0.1 is your IP and 22005 is your HTTP port. Not sure about incorporating it into another website.
  11. Read the Server Manual, and then download this.
  12. This must be the dozenth time I've seen this question in the last month - try using the search feature of the forum.
  13. lol, at least they're not as terrible and random as others I've seen on YouTube....they're flooding in by the hundreds; Love this one though;
  14. Callum

    Spawn Under Map

    Can you please provise us with the spawn position you are using?
  15. The wiki is now online and can be found here.
  16. Yeah....we're not all Italian.
  17. The newer SQL functions (prefixed with 'db') allow you to specify remote databases. Therefore you can remotely link as many servers as you like, to a single database.
  18. One of the reasons they never resumed work on a GTA IV mod was because a vast majority of current MTA players can't handle GTA IV (hell, most can't even handle San Andreas). I'd imagine an even bigger percentage of the community won't be able to play V.
  19. Callum

    Stats problem

    If you're referring to the community website, they haven't worked since Development Preview, many years ago. If your query is server-specific, please consult the server administration.
  20. Callum

    Spawn Under Map

    Make the Z position higher.
  21. Use 0.5.1 nightly! At least it has a working server list.
×
×
  • Create New...