Jump to content

Woovie

Retired Staff
  • Posts

    1,093
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Woovie

  1. They are a bit overpriced... I am hosting on a 1mb up for our server and any more than 10 pings jump too much. Thanks for that offer though.
  2. And it can cause blip conflicts. I completely removed it's map because it was spawning a blip a 0, 0, 0 and making everyone's blips look like our admin blips.
  3. Connecting 127.0.0.1 ? NO issues ? Man. Me and OffRoader23 have both done it. Issues are as follows: Desyncing CONSTANTLY Every time a command is executed, not every time, but almost every time, the game time switches to midnight. Commands sometimes do not work. I will do /de to destroy my car and the car stays and I am given "Network Trouble", although server side the car is gone. Just very annoying and prominent issues.
  4. So hosting on the machine you play on absolutely fails. Any fixes coming for that or has anyone tested such issues ?
  5. my whole live makes sense now... actually i've never played on a good freeroam server... the reason could be that good freeroam server don't exist. Not only did you incorrectly attempt to make fun of what I typed using your false hope of sarcasm, but you grammar is terrible. You attempt to judge free roam without providing reasoning behind why it would be considered bad.
  6. You can learn how it works. I don't know trig but I can understand it and I learned from using LUA. Just make some simple math functions that output the answer to chat to learn them.. It is fairly simple.
  7. Woah, interesting script. So this updates the camera onClientRender, as in every frame ?
  8. Woovie

    [REQ] NPCs

    But... It's client ? As in they are client side, not synced in the server ?
  9. Useless ? Wow. I shows EXACTLY how they work with the examples. My god... And inverses math.acos , math.asin Return the inverse cosine and sine of the given value. > = math.acos(1) 0 > = math.acos(0) 1.5707963267949 > = math.asin(0) 0 > = math.asin(1) 1.5707963267949
  10. Handy page. http://lua-users.org/wiki/MathLibraryTutorial math.cos , math.sin - > = math.cos(math.pi / 4) 0.70710678118655 > = math.sin(0.123) 0.12269009002432
  11. Woovie

    Your MTA History!

    Always have been NR. All other clans have either failed or sucked. NR since I think 04 or 05. And I have been Woovie since 03. =)
  12. Woovie

    Respawn

    WOW. Please use the code display.
  13. Yes, please Twig. The other coder for NR has been trying to figure the math out for a long time.
  14. If Free Roam is a concern to you, you haven't been to a good free roam My server is a free roam, but it has RP elements mixed, and it has DM mixed. You can more or less do what you wish. A bad free roam is very much a waste of time. On average, when I play, I am either coding new stuff, or I am having fun with the commands. Like for instance, we have an attach command. I attached a pirate ship to my marquis and we just drove around. It is fun. Cool commands make a more fun environment.
  15. you mean it was their 'brother', they told their 'brother' not to do it but he still went ahead and did it, blah blah blah hackers don't realise that when they don't something like spawn a gun on hay they might aswell just announce to everyone that they are hacking, they will learn soon enough Yeah and I love when people join a server such as mine where miniguns and rockets are disabled and they have them, expecting the server to not have ridded them, and they try to say they spawned the gun using the give command...
  16. Yeah I play 1680x1050 too. And that would be one sweet ass gameboy. 22 inch widescreen gameboy. 0.0
  17. I am tired of hearing it as well. [NR] Is not hacking. If 3 of us posting does not get it through your head, sorry. We do all scripting fun now!
  18. Woovie

    How 2

    Haha people of.. Lower intelligence.
  19. I can write all of the requested scripts if you would like them =)
  20. Woovie

    How 2

    Neater, but that isn't how they work
  21. Wow. What are you trying to do ? I will try to code it for you. I just looked at your code and saw what was wrong.
  22. LUA has nothing to do with supported languages unless LUA is loading the languages and at that point it still wouldn't matter.
  23. timerID = setTimer( g_root, 1000, 0, funcCar ) function funcCar( player ) local theCar = getPlayerOccupiedVehicle ( player ) setElementCollisionsEnabled ( theCar, false ) end local g_Vehicle = getPlayerOccupiedVehicle ( player ) local x, y, z = getElementPosition (g_Vehicle) toggleCameraFixedMode (true) setCameraPosition ( x-3, y-3, z+3 ) toggleCameraFixedMode ( false ) end As for your coltube, createColTube ( float fX, float fY, float fZ, float fRadius, float fHeight) fX: The position of the base of the tube's center on the X axis fY: The position of the base of the tube's center on the Y axis fZ: The position of the base of the tube's center on the Z axis fRadius: The collision tube's radius fHeight: The collision tube's height
×
×
  • Create New...