Jump to content

Deagle

Members
  • Posts

    394
  • Joined

  • Last visited

Everything posted by Deagle

  1. "- Instant server activation." This is not true. I waited 2-3 days.
  2. A: http://en.wikipedia.org/wiki/Internet Q: Do you like spamming ?
  3. Deagle

    pliz help

    Maybe your map is bugged, send me a PM with it or attach it on the forum and I will fix it. Do you have that error on all the maps ?
  4. Deagle

    Can't Register

    The accounts must be added in acl.xml with this line : You can replace "admin" with your username. <object name="user.admin" />
  5. Deagle

    double servers

    Yes, those port settings are in mtaserver.conf as Snake said allready. You can open it with Notepad.
  6. Deagle

    host game`

    If you are hosting a server from your computer, yes it will apear in the Internet tab of MTA Browse Servers. About the second part, I didn't understood it so well, I will add you on MSN , to talk later.
  7. Thats your router ip adress ...
  8. Deagle

    All razor maps.

    They are stolen, they were uploaded by Chrom(e) , who was a friend of Razor before he uploaded the maps on the net. He had the maps from Razor, because everytime Razor was making a new map, he was receiving it. Oh , and he uploaded them because Razor didnt wanted to gave him his latest map Razor v4.
  9. They are in the resources folder .
  10. Try from this link - http://mtapolska.com/download/raceconv.zip
  11. You can also use this script, it has also that option to stop the music on M button : setRadioChannel(0) song = playSound("song.mp3", true) bindKey("m", "down", function () setSoundPaused(song, not isSoundPaused(song)) end )
  12. Deagle

    meta.xml

    Use this convertor - http://mtapolska.com/download/raceconv.zip
  13. Can you say more ? Umm , the spawnpoint from where ? From a race map or what ?
  14. You cant make loops with the "plasticgate1" object. Thats the only thing i know. Well the kid here are you because new version contains stupid things that are not needed for a nice loop. A new version contains stupid things ? Cool then ... Oh , and do you think that this tool is used just for loops ?
  15. I am suggesting you to tell more about your problem ... We cant understand so much from what you wrote, but I can suggest you to download the latest nightly build for the 1.0.5 version from here : https://nightly.multitheftauto.com/mtasa-1.0.5-rc ... 110427.exe
  16. Deagle

    DM to race

    Im suggesting you to edit the meta.xml with Notepad, outside the game. This is how a normal meta looks (you can change them) : <meta> <info gamemodes="race" type="map" name="[DM] Your Map Name /> <map src="your-name-map-name.map" dimension="0" /> <settings> <setting name="#skins" value='[ "random" ]' /> <setting name="#maxplayers" value="[ 128 ]" /> <setting name="#gamespeed" value="[ 1 ]" /> <setting name="#ghostmode" value='[ "true" ]' /> <setting name="#time" value="12:0" /> <setting name="#vehicleweapons" value='[ "true" ]' /> <setting name="#minplayers" value="[ 0 ]" /> <setting name="#weather" value="[ 0 ]" /> <setting name="#gravity" value="[ 0.008000 ]" /> <setting name="#waveheight" value="[ 0 ]" /> <setting name="#respawntime" value="[ 0 ]" /> <setting name="#locked_time" value="[ true ]" /> <setting name="#duration" value="[ 1800 ]" /> <setting name="#respawn" value='[ "none" ]' /> </settings> </meta> If you want respawn in your map, you need to modify these 2 lines : Replace 0, with how many seconds do you want before the respawn. <setting name="#respawntime" value="[ 0 ]" /> Respawn value must be timelimit : <setting name="#respawn" value='[ "timelimit" ]' />
  17. You can find that object under this names : wall1 & wall2
  18. Go in your MTA folder - server - mods - deathmatch - open acl.xml with notepad. There you will add this line (you can replace admin with your username) : <object name="user.admin" /> IN HERE : </group> <group name="Admin"> <acl name="Moderator" /> <acl name="SuperModerator" /> <acl name="Admin" /> <acl name="RPC" /> <object name="resource.admin" /> <object name="resource.webadmin" /> <object name="user.admin" />
  19. Try to delete the "editor_test" & "editor_dump" folders, if its not working try this : 1. Download the 1.0.5 version - http://files.mtasa.com/apps/1.0/mtasa-1.0.5.exe 2. Download the latest nightly build - https://nightly.multitheftauto.com/mtasa-1.0.5-rc ... 110427.exe
  20. Do you want to make a Race/DM map ?
  21. That's the 0.6 version cracked, and its not working like the new and licensed version , KID .
  22. I tried this, it's converting it very well, but when I made to it an meta , it gives me an error in the console. Thanks Chivas, this is a great tool, I have it on my computer, but I forgot about it. P.S. I am from [LAW] , hope that you know me.
×
×
  • Create New...