Jump to content

Gamesnert

MTA Contributors
  • Posts

    2,035
  • Joined

  • Last visited

Everything posted by Gamesnert

  1. Gamesnert

    Radio Bug

    That's completely up to the developers themselves, frankly. Although I agree bugs should be fixed as much as possible, some bugs are so easily replaced by something else, which actually has more benefits than the original when non-buggy, which counts in this case. You can try to see if it's on the MTA bugtracker, and put it on there if it isn't. For now, you'll have to use a way around it.
  2. https://wiki.multitheftauto.com/wiki/OnPlayerConnect Use the playerVersion parameter, if it's lower than 259, they're using either 1.0, 1.0.1 or 1.0.2. Then use cancelEvent to stop them from connecting. Check the example to see how you can show them why their connection was refused.
  3. Gamesnert

    Radio Bug

    I think it'll take a while for MTA to fix this. The main reason being that it's not nearly as important as some of the other bugs currently in MTA, as well as it possibly costing quite some effort to find out where the problem is. If you're troubled by it, I recommend you to just run an audio application (for instance Winamp) in the background, and then you can simply disable the GTA radio, eliminating your problems. For as far as I know, Winamp has got hotkeys too, which can be used while it runs in the background. So for as far as I know, you can actually get more control over what you hear out of the speakers too.
  4. Gamesnert

    Im not rouche

    Use some sort of chat service, because that's where you discuss personal issues, not in this forum.
  5. Gamesnert

    HELP can't login

    This forum is here for general MTA problems, not server-specific ones. Take this problem to the Valhalla devs.
  6. local fcontent = xmlNodeGetValue( fxml ) ... skinsgrid = guiCreateGridList( 0.03, 0.18, 0.70, 0.71, fcontent, true,skinsgrid ) First of all, you can't simply get all data of your XML like that. xmlNodeGetValue only gets the value of the node, and not the children. Second, if you would get the data, your call to guiCreateGridList is about 90% wrong. Try reading the wiki page, and look at that example. Finally, please post the XML file you're trying to put in. Kind of worthless for us to try and see if it would work your way if we don't know in what way it could work.
  7. On it then. PM a moderator (or higher) when it's done and it'll be unlocked again. (or just make a new topic, because this topic is full of unrelated posts by now anyway)
  8. I'm pretty sure all you need is: onClientPreRender setCameraMatrix Some Lua knowledge A lot of maths I doubt there's a much easier way.
  9. You haven't set the player as source. Use client instead. Muh, robhol beat me to it it seems.
  10. Change triggerServerEvent("rejestracja", getRootElement(), username, password, email) to triggerServerEvent("rejestracja", getRootElement(), getLocalPlayer(), username, password, email) in your client-side script. (player argument was missing)
  11. There's a spawnmanager resource which should come with MTA. I can remember it being buggy last time I used it, back when I started, (aah, the good ol days) but I guess it should work fine right now. Otherwise, I'll just try to fix it. For as far as I can see, you can use either createSpawnpoint, or the map syntax which appears to be as follows: <spawnpoint posX="" posY="" posZ="" [ rot="" skin="" interior="" dimension="" ] /> And you can use them with spawnPlayerAtSpawnpoint. EDIT: After a peek in the resource, I can say it's far from fine. The code looks like a huge mess, and there are bugs like: ... setElementData ( sp, "interior", rot ) setElementData ( sp, "dimension", interior ) ... Which of course doesn't make any sense. I'll just try re-writing it, having to make your own spawnpoints system shouldn't be necessary.
  12. Please use search. There are close to 20 threads covering this already.
  13. Some people can't script at all. Even though I tend to agree this is kind of useless, people who want to run a server, but can't script and don't want to learn scripting either, might want to use this.
  14. Gamesnert

    Crashes

    Correction, you're definitely not the only one crashing. In the past couple of days I've been on the server for quite some time too. Since untested 32 was released (3 days ago) I have collected 10 crash dumps from only that server. And I know other people have been crashing all the time too. I've seen one time there were about 5 people on the server, I picked up a "Kart" pickup, and crashed. All fine and well, but when I came back (took about 20 seconds) the server was empty. All seemed to have crashed I have asked a developer too look into the crash dumps 2 days ago (I think) and I was told that the crash had something to do with vehicle model change. I've written down 2 maps which crashed 5+ people. (These results were not possible to reproduce, however) - Raik (??? -> ???) Somewhere near the end of the map, as many as 6 people crashed. I was the only person left at the start, and the only person who didn't crash. However, when I was here with Puma later on, we got a crash near the start of the map. (BMX -> Monster) - TUGGER-CPU-7 (Tug -> Kart) The crash I was talking about before. 5 victims of a crash, including the developer I asked to check the crashes. I came across this map today, we didn't see anyone crashing.
  15. Moved topic to Hosting Solutions.
  16. I believe this was fixed not too long ago in 1.0.4. Latest 1.0.4 untested build ^ You can see that as some sort of a pre-release build for 1.0.4. You can join any 1.0 - 1.0.4 servers with it just fine.
  17. How long did you wait? It sometimes takes Game-Monitor up to a full day to see your server. The best way to check if ports are really open is to check the external IP of your server, and trying to join it through Quick Connect.
  18. Gamesnert

    MTA won't start

    I assume this is MTA Race. MTA Race doesn't work on Vista / 7 and is no longer supported. Please upgrade to MTA San Andreas 1.0.3.
  19. Gamesnert

    easy question.

    I think you should re-read what I said and try to understand it.
  20. https://forum.multitheftauto.com/viewtop ... 91&t=27552
  21. Gamesnert

    Cant start maps

    Your ACL is probably either outdated, broken or just doesn't contain the lines required for Race. Make sure these lines are in your ACL.xml: <group name="raceACLGroup"> <acl name="Default"/> <acl name="raceACL"/> <object name="resource.race"/> </group> <acl name="raceACL"> <right name="general.ModifyOtherObjects" access="true"/> <right name="function.xmlLoadFile" access="true"/> <right name="function.startResource" access="true"/> <right name="function.stopResource" access="true"/> <right name="function.restartResource" access="true"/> </acl>
  22. Gamesnert

    easy question.

    Chat icons are server specific. Ask the server staff if it can be disabled.
  23. Gamesnert

    Mesage

    First of all, ever noticed the "Edit" button in the top-right of your posts? It's there for a reason, so stop double posting please. Second, why the heck are you "screaming" like this? You could also talk normally and still achieve what you want to achieve. In fact, attacking people will only make people hate you more, resulting in even worse results. Third and final, if your post is specifically pointed at one person, use private messaging or another way of contact and not a public contact system like the forums. It doesn't make any sense to tell everyone you're angry. Besides, it only makes more people angry at you.
  24. If you want a fast solution to your problem, I suggest you to give us complete info. (not "Http port url bla bla bla", but the actual error) After reading through the topic over 5 times, I still don't have the slightest idea of what you want. Trying to finish a post as quickly as possible will make getting help as slow as possible - believe me on that.
×
×
  • Create New...