Jump to content

Gamesnert

MTA Contributors
  • Posts

    2,035
  • Joined

  • Last visited

Everything posted by Gamesnert

  1. It's not allowed to double-post, not even to mention tripple-post... The edit button isn't there for nothing you know. And are you sure you put the resource files in the correct folder?
  2. Black screen means there is no gamemode (or resource that fades the camera) started. Try "/start votemanager", then "/votemode". You should get a selection of gamemodes.
  3. Don't place 2 almost identical topics on the same forum.
  4. If you don't have a coreconfig.xml, place this file over there and then change menu_options to 248. http://files.multitheftauto.com/apps/1. ... config.xml
  5. Gamesnert

    99% Cant wait ?

    1. At least it's even more stable than DP2, dunno about race since I never used race. 2. You can script these, or see if someone already developed it. 3. There are several IRC modules in development for 1.0, and one done for DP2. They can be combined with scripting to create some awesomely adapted IRC bots. It might take some effort to make it as you desire. However, you can make it 100% as you desire. Also, since you said you were switching from Race, it might be worth noting that 1.0's Race gamemode is fully adaptable too, and even several add-on resources are available. -------------------------- And at other guys, just wait. It's done when it's done and not any sooner.
  6. And what if you try another server? It could be server-specific.
  7. Giving away discounts is actually also a form of advertisement.
  8. And what about the nightly map editor? For as far as I know it has almost all support from the Race one and much (and I mean MUCH) more. Besides that the maps don't need conversion. (and no tricks are necessary to install both DP AND 1.0)
  9. That's the one you (both) need. There should be something like "RCG" in one of the lists. Put it in something like activated or something it was called, and press the Ok button.
  10. I don't see why you would want it, but oh well... DM and Race appear to both put a folder in your GTA San Andreas directory, which override eachother. There appears to be some application for switching it or something, although I don't have any more info on this nor where to get it. The nightlies though no longer use this folder, and just put it in the MTA installation folder. So these should support dual-install with Race. This means that MTA SA 1.0 (no longer called DM) will probably also support dual install. However, I doubt you'd still need race by then.
  11. Actually, I find this pretty hard to believe. Let me show you something in your code... if player then -- As you can see, if statements end with a "then" in Lua if(iRandChance >= 2) -- That should include this one, but I don't see any. server.outputChatBox("You Have Failed To Rob The Player!", getRootElement(), 255, 255, 255, false) end else server.outputChatBox("You have robbed the player!", getRootElement(), 255, 255, 255, false) end The reason it "didn't show the error" is most likely that you forgot to restart the resource. These syntax errors report problems with the script at the time it's being started, like compilers do. If there's such an error, it only reports it as soon as the script is started, not later on anymore. Also, it might have been a problem this new script wasn't loaded yet, because you didn't refresh/restart. In this case, it of course didn't have the ability to report the problem at all. So just try "/restart freeroam" while in-game after you've edited something, it should solve the problem for as far as I can see.
  12. This forum isn't here for asking questions about induvidual servers. Go to the TTown server and ask there. Or, if they have a website or forum, you can also try to go there.
  13. The black screen in-game indicates there isn't any resource started which fades the camera. Of course, the reason for this is most likely the fact you didn't install them. There is a guide for installing nightly builds HERE. One piece you might find interesting: Does that solve that problem?
  14. I have the feeling people are forgetting this...
  15. ASE port is UDP, meaning 22127 TCP should be 22127 UDP. After you've portforwarded the server correctly, you should wait some time for slow Game-Monitor to finally realize you have a server.
  16. MTA Race is unsupported, and won't run on Vista and Windows 7. Race won't get updated either, so don't expect support to be added. However, DP2.3 and the fairly close to release 1.0 version of MTA SA 1.0 are capable of running a race gamemode, including many other features addable by script. Although probably a little buggier (since they're not only based on supporting race) the synchronization is a lot better and possibilities are huge with what kind of gamemodes etc you can create. Best of all, they run under both Vista and Windows 7.
  17. Concerning the converter, this is a MTA forum. We're not here to help people converting stuff for SA-MP use. Besides that, what version are you using? Since admin works, there isn't really much to fix. (just a little installation on 1.0) And for gates? moveObject
  18. Well, you kind of need to make your own system for it, since there is no real pre-made one yet. Best way to use this is using setElementData and a table next to that. (table[iD]=player) Then you need to make commands use this method. getWeaponIDFromName and getVehicleIDFromName are the best ways of doing it. (ignore the deprecated thing on the getVehicleIDFromName page, as that applies to 1.0 +) There are several released ones. Use the community resources page's search function to find them. Might you find yourself looking for resources, that's the place to go. It's full of useful, neat and quite interesting resources. (Just "fuel" in the name field will do)
  19. toggleControl is the function you want to use. Block either the "fire", "vehicle_fire" or "vehicle_secondary_fire" control.
  20. It's fairly understandable. http://development.mtasa.com/index.php? ... Map_Editor
  21. http://development.mtasa.com/index.php? ... s/SebasIRC Still in development though. (Oh and the name sucks)
  22. Game monitor is just sooooooooooooooooooooo sloooooooooooooooooooooooooooow................... Keep the server on for a while, it should notice your server sometime.
  23. http://bugs.mtasa.com/view.php?id=3962 It has already been reported. It's not a script bug, rather an MTA / GTA bug.
  24. So wait, what's the problem? If you restart the resource, data doesn't get saved? Or if you restart the resource your XML file gets wiped? Or something else?
  25. Weapon models can't be replaced yet. In the nightlies, only textures work and in DP2.3 nothing can be done with weapons at all iirc.
×
×
  • Create New...