Jump to content

robhol

Retired Staff
  • Posts

    2,120
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by robhol

  1. robhol

    static ip

    If you really need a static IP, you'll need to take that up with your provider, but there's a bunch of "Dynamic DNS" services that will keep a domain name (or subdomain) updated so they point to the right IP - this is a nice solution if you only want a simpler way to connect to a server. I use no-ip.com, myself.
  2. Maybe you should try learning some scripting before creating 400 more topics, people will eventually get tired of spoon-feeding you. Also, there's 4 different errors and warnings, you posted ONE line of code, the warning explains EXACTLY what is wrong, and this is ridiculous.
  3. robhol

    smartphone

    Galaxy, because.... well, because the alternative is Apple.
  4. You're embarrassing yourself.
  5. robhol

    RPG vs Roleplay

    There's no alternative for "neither"?
  6. Harsh truth time: like I said in another of your 16 topics this week, you need to TRY to learn by yourself. If you don't know how to use a function, read the wiki. If you don't know English well enough to understand a simple wiki page, you shouldn't be scripting, and there are probably classes you could take to remedy that. We're here to help, but this is getting ridiculous, you can't get people to write entire scripts for you by posting a topic for every other line you write and waiting until someone writes up an "example" (ie. does your job) for you. And if you other guys won't stop enabling/spoon-feeding him, he's never gonna learn, and we'll have another 2.3 topics per day to deal with.
  7. robhol

    Goto pos

    Maybe you should learn some. I'm not trying to be an ass here, but if you can't read documentation, maybe scripting isn't for you..
  8. It is? Because I thought he has a bunch of very good points. The technical solutions are infeasible or impossible to actually pull off, though. Why is all this wrong?
  9. robhol

    Goto pos

    addCommandHandler, setElementPosition. It's possible to use the wiki before asking questions.
  10. robhol

    [Help] scripts codes

    Look, MTA already has HUGE problems with scripts being stolen, there's no point explaining how, so that even dumber people can start modifying stolen scripts. I've taken the liberty of removing the references to the program.
  11. Most likely not gonna happen, because it is a LOT of work for very little benefit, and if you wanted gaming, you shouldn't be on a Mac. Feel free to write patches, though..
  12. To be fair, simple negation is not what it does. However, it can be written more succinctly as "-math.abs(x)"
  13. How long has the server been on? The initial "registration" does happen automatically, but can take quite a while. Give it a day or so. Edit: and, you know, there's no such thing as "groove street", it's "Grove"
  14. I kind of don't see the point. What other gamemodes have their own forum here?
  15. If you don't want to learn, it's your problem, we don't care. Also, the language which you mentioned is called C#/C++ not Cpp. Cpp is C#/C++ source files extension. Maybe you should get your facts straight before you say stuff like this. A C++ code file typically has a .cpp extension (unless, obviously, it's a header file). C#, a completely different language, typically uses the extension .cs. Also, Callum, most of what you're saying is pure piss.
  16. Does it happen in other servers? Single-player? GTA's collision map is just plain bad, sometimes, it's not necessarily MTA's fault.
  17. robhol

    it wont work!

    https://mtasa.com Download and install.
  18. The problem isn't "capitalism", the problem is people coming in here, asking for entire gamemodes for absolutely no recompensation and thinking that this is somehow acceptable. It kind of isn't. Also, "hiring" implies you'll actually hire someone, not make them work for you for free.
  19. seriosly well thts a tottal rip off i thought this worked like minecraft or something What, Minecraft lets you order free programming that'll take several months? This is news to me.
  20. robhol

    Shoot object

    This looks more correct, I forgot about the radians and the +90° you need because GTA/MTA's rotations don't start at the "real zero". The 1.2 should probably be a parameter to the function instead of a hard-coded number.
  21. robhol

    Shoot object

    Trigonometry. Xn = L cos(Rz), Yn = L sin(Rz) where the Xn and Yn are relative and must be added to your starting point, Rz is the Z rotation of the vehicle and L is the length of the vector. My maths might be a bit rusty, so someone will have to let me know if this is DEAD wrong. :3
  22. Use source, and you need to check if the element is a player before acting on it.
  23. Um, unless you use getAttachedElements, that's gonna kill every blip on the entire server, which is probably not a good thing.
  24. robhol

    Scripter Needed

    Just about any "gamemode" that doesn't take 2 minutes to complete (ie. all of them) are worth quite a bit more than fifteen bucks. All I'm saying is, there's a shortage of scripters, so roll up your sleeves. (Incidentally, using "only parts" of a stolen scripts is still unethical.)
  25. robhol

    Scripter Needed

    Yeah, not gonna happen. And, you know, normally people have the "common decency" to offer admin (which is still a joke - this is just sad). Better learn Lua and make it yourself. https://wiki.multitheftauto.com/wiki/Main_Page
×
×
  • Create New...