Jump to content

Dark Dragon

Members
  • Posts

    1,619
  • Joined

  • Last visited

Everything posted by Dark Dragon

  1. the real life doesn't have much room to work with, people live in houses, cars drive with fuel... thats why all boring role play servers seem to be the same.
  2. I did, but you just don't get that you can play race in the so called "dm" and 1.0
  3. you've successfully created 3 identical topics (two of em in completely wrong sub forums), if anyone can help you he will find it, theres no need to keep posting the same thing over and over again
  4. mta deathmatch is only the name, it features deathmatch as well as race and freeroam and many other cool funny modes like hay or fallout
  5. vista already is the past and 1.0 fully supports it as well as it supports windows 7 which is not the past
  6. feel free to setup a race server in 1.0, due to the work of ccw, flobu, me and some other race has become much more powerful than ever before, it now has many additions which have never been possible in the old race. You sound like no one is working on race, but we are.
  7. test mode creates a test map resource and starts it, dunno why but thats why the objects are freshly created, i recommend starting superman
  8. search for addEvent("onPlayerPickUpRacePickup",false) in the code and change it to addEvent("onPlayerPickUpRacePickup",true)
  9. okay I'm not 100% sure what you mean but I guess you need either the "c"-key or this: https://forum.multitheftauto.com/viewtop ... 91&t=24838
  10. function mutePlayer(player,command,name) local playerToMute = getPlayerFromName(name) setPlayerMuted(playerToMute,true) outputChatBox ("You Have Been Muted",playerToMute,000,255,000) end addCommandHandler("mute",mutePlayer) function unmutePlayer(player,command,name) local playerToUnmute = getPlayerFromName(name) setPlayerMuted (playerToUnmute, false) outputChatBox("You Have Been UnMuted",playerToUnmute,255,000,000) end addCommandHandler("unmute",unmutePlayer) next time have a closer look what arguments you're actually getting.
  11. shame on you sloth, double post then a separate topic OMGWTFBBQ I like the map, it's different to the others
  12. there are some mass mover tools, mentioned in some topics but im not sure if there are any for DM/1.0 yet so you will probably have to convert them to race, mass move them and get them back to DM/1.0 which will be some work too . The 2.0 version of then ew editor will feature the ability to mark multiple elements and move, rotate them all together but im not sure if it will be able to handle 250+ elements
  13. http://development.mtasa.com/index.php? ... ash_screen
  14. it was a trap, he always posts this and you just fell for it, now he knows now for serious, it was obvious
  15. link properly norby! the nightly itself won't make it work! please read here if you're interested in norby's idea: http://code.google.com/p/multitheftauto ... htlyBuilds
  16. so you seem to use mta race. the old versions of race used the ASE (all seeing eye) for server displaying which has been shut down. Try version 1.1.2 http://www.mtasa.com/files/apps/1.0/rac ... v1.1.2.exe or get mta:dm dp2.3 here http://www.mtasa.com/deathmatch.html
  17. good job! i'll let you know if i find any maths errors... /me looks at NeonBlack
  18. go to your mtaserver.conf and set a password there, now start your mtaserver.exe and wait until it says "server is ready to accept connections bla bla." now type start editor in that console and join your server with the chosen password. give the ip port and password of your server (for ip check whatsmyip.com) to the friend you want to edit a map with. the only thing left to do is let him join and start editing.
  19. what does the server browser say? what version of mta?
  20. you can just use my script i made some weeks ago, note that this script will set the time 2 times and uses setMinuteDuration for the rest, then checks if its still ok every 60 minutes. other resources changing the time will break it at the moment
  21. you need to add definitions first to be able to scroll through them
×
×
  • Create New...