Jump to content

Arran

MTA Contributors
  • Posts

    595
  • Joined

  • Last visited

Everything posted by Arran

  1. Yeah, whatever this is it isn't "quality hosting at a great value"
  2. local GodMode = false function EnableGodmode() if (not GodMode) then GodMode=true outputChatBox (" #ff0000Godmode is now enabled!!!!", 255, 255, 255, true) else GodMode=false outputChatBox (" #ff0000Godmode is now disabled!!!!", 255, 255, 255, true) end end addCommandHandler ("godmode", EnableGodmode) function godModeDamageCheck() if (GodMode) then cancelEvent() end end addEventHandler("onClientPlayerDamage", getLocalPlayer(), godModeDamageCheck)
  3. Do you limit the resource usage of each server? That would be a good idea to prevent them from running overly intensive things and affecting other servers. 15 slots may not be much but you can't complain when you get a free service, I support this.
  4. Your English documentation was good, totally understandable. Function will be useful for scripters, well done and I hope you do more! Well I'm guessing if you managed to make setPedAnimationProgress making other things wouldn't be as hard.
  5. I can't see any problem with that meta, are you sure it is called meta.xml and not meta.xml.txt? To find out you will need to go to control panel, folder options, tick show extensions of known file types. And is SERVER STUNTING MAP.map is next to the meta.xml?
  6. This is an uncommon error something I haven't seen before, you'll have to wait for somebody with more expertise to reply. While you're waiting you could try checking event viewer for any further information as according to that message there is some: "Please see the application event log for more detail." well I'm guessing it means event viewer as there is no other "application event log"
  7. Arran

    I crashed always

    Well they didn't seem to help did they, else why would you be asking here? It's a GTA SA crash so MTA have no responsibility to provide support. "this sucks, i only get crappy support" [sarcasm]You sound like a very nice person[/sarcasm]
  8. What version are you trying to install? Where did you get the installer from? If its a unstable/untested build, have you installed the most recent data files and most recent unstable/untested build to the same location?
  9. Arran

    I crashed always

    Crappy support? Did you pay for MTA? No, so stop whining. Whine to Rockstar and see if you even get a response from them.
  10. Arran

    MTA,GTA compatibility

    Do you want to tell him what that does? Eky don't do the above (until you're sure of what that is)
  11. Paste the contents of meta.xml here.
  12. AC #4 - Trainer Means he is a cheater, tell him to remove the cheats and play fair.
  13. Your patch was added: http://code.google.com/p/mtasa-blue/sou ... ail?r=3002 Now you have to document it on the wiki.
  14. Nobody helped you because you didn't provide enough information, you haven't specifically said how you can't get on MTA servers.
  15. Is there a meta.xml in your map?
  16. Server crash #2: http://cit2.net/dumps/voice2.zip
  17. Server crash #1: http://cit2.net/dumps/voice1.zip
  18. Look through the script for any functions or bits of code which look like they add a vehicle. For example if you know it says "Vehicle added!" search for that, and then you can follow it backwards and find how the code triggers.
  19. Look through the script file for any instances of "addCommandHandler" and you should be able to find the command.
  20. Arran

    SUGGEST ME

    ^ Bad. Search through this board: viewforum.php?f=116
  21. Make sure you have the resource performancebrowser installed, if you don't get it here: http://code.google.com/p/mtasa-resource ... p&can=2&q= Start it, enter its web interface at: http://serverIP:serverHTTPport/performancebrowser/ And check the Lua timing page for any resources which are using excessing CPU. If there is nothing there that is using up a lot of CPU, check the packet usage page.
  22. Arran

    car mod trubble

    Get one that isn't "invalid".
  23. I'm getting the same problem, I think that maybe they aren't objects and or not meant to be in the map editor. HS RPG worked though.
  24. There is some really, really strange bug in the Map Editor where sometimes there seems to be loads of invisible objects preventing you from moving. Have you tried restarting the map editor and or restarting the game?
  25. Can you tell me the model ID and or name of these objects so I can test it? Also, try getting a new and clean version of Map Editor from: http://code.google.com/p/mtasa-resources/downloads/list Extract the one relevant to your version (probably 1.0.X) and replace the resources.
×
×
  • Create New...