Jump to content

robhol

Retired Staff
  • Posts

    2,120
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by robhol

  1. It uses a nick and ip, to be exact. And no problem.
  2. Turn off the server, go to the xml file with accounts in it and set the autologin tag to 1. Then restart the server.
  3. There's an option to disable BBCode. You might have accendarently clicked it? Anyway, I guess the possibility of hacking will increase due to this, but just not that much. Besides, can't you also use the open source for making ANTI-cheats? But now it's open-source, will DP3 possibly release earlier? If it might, I'd be really happy! DP3 is a lie. 1.0 is hopefully not too far away though.
  4. FIRST REPLY MUHAHA Anyways, at times like these I wish I knew C++ and could contribute with something instead of just sitting here on my ass (not that coders do anything else, mind) and watch things progress.. at least, I hope we can do that now. I hope this will help MTA move more quickly along, and pwn even more than it already does.
  5. I can't fix it, but I wish I could, seeing as I have a problem with crashes too... ._. Do you have any modules activated? Modules will crash the server after a while, because of a bug in the code that handles "garbage collection", ie., freeing used memory etc.
  6. /login and /register are already there. For account data, you can't modify it while the server is running.
  7. robhol

    cruise control?

    You can see a pretty good example of the setControlState cruise control script in the San Fierro Deathmatch server. Press C when in a vehicle.
  8. Read the scripting intro first, it will surely come in handy. Then, check out addEventHandler (and some basic info about the event system will also be useful) and the onPlayerWasted event. Then, the spawnPlayer function.
  9. So.. I finally got a decent SSH tunnel set up to my home line, stuff seems to move rather quickly and my latency/ping between client/SSH-serv is DAMN close to 0. So, I figured it's actually plausible to, at least, maintain a connection to my server, even if I'll lag like fuck. I use Proxifyer for everything, and it works on everything. EXCEPT, of course, for MTA. Is there some other way I can make it connect through a proxy?
  10. Holy sh1t, game2game... heard of http://www.pastebin.com ? Stuff like LOOOONG scripts are usually posted on pastebins so forum readers won't have to scroll for a long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long LONG time.
  11. robhol

    cruise control?

    Psuedo code for what I did: On key press: get speed of vehicle, store this into a variable. Start a timer with pretty low interval (like 100) On timer tick: get speed of vehicle. If > saved speed, turn off accel. control. Else, turn on. On accel, brake, or second key press: stop timer and clear the variable.
  12. robhol

    OMFG!!!

    Doesn't restore deleted files. Also, the topic is more than a month old.
  13. If you're unable to tell us what you need, we will be unable to provide what you need. Get someone who knows English to translate for you. If this sounds harsh, sorry, but... honestly.
  14. robhol

    cruise control?

    I myself made one with setControlState. Thing is, it's better in this case, seeing as a player with the setElementVelocity script could jump off something, get an insane speed, and then activate it.
  15. You remember Christmas 2008? I want a ride in your time machine!!!
  16. Please tell me that DP3 isn't going to return to a system whereby it is impossible to play LAN games without a serial. I am dreaming of an optionally non-authenticating DP3 server... Seconded. Requiring genuine serials/accounts should definitely be a feature, but for bonus points, an optional feature.
  17. It's not definite, since nobody knows, possibly not even the devs. Sure would be a nice Christmas present though
  18. robhol

    Travel Meter

    To sum it up, triangle style: (which is a useful trick for any equation with 3 links, like v = s/t, U = R·I, whatever, if you don't want to, or can't, solve it like an equation): -km- m · k km = k * m = 1000 * m m = km / k = km / 1000 1000 = km / m km and m measure the distance traveled, k = 1000 (constant) All done with the math lesson?
  19. The two are famous for being an incredibly bad combination. Try reinstalling DM or remove the whole thing and install JUST DM. If you want both of them, uninstall everything, then install GTA:SA, make a copy of the installation directory, install one mod in each.
  20. Slightly off-topic here, but coding in non-english is incredibly bad practice, especially if you want help with your script.
  21. MTA team is busy with.. well, MTA. What about DP3? And maybe, even more versions?
  22. try just writing /register 12345. Be aware that if you change your nick with /nick or the options menu later you will need to write your old nick.
  23. robhol

    Scripting Help

    Wiki: http://development.mtasa.com/ Program: http://notepad-plus.sourceforge.net/ Good luck.
  24. Lol. Sorry, Ant, nobody knows for sure, only the devs and possibly QA have any idea at all, and they're experts in shutting the hell up, so... But, this was said in an IRC chan: So... let's hope nothing bad happens.
×
×
  • Create New...