Jump to content

Ethernet

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Ethernet

  1. We made a server initially for our friends but decided to make it public. Its a racing server with random events and points which you can use to punish other players or buy upgrades.You're welcome to join our Discord server where we will host racing nights. If you have suggestions on modes and events, let us know on Discord. Select features: - grandmas attacks - army attacks - fly me to the moon - pyramid and wall builiding AND MUCH MORE IP: mtasa://145.239.86.225:22003 Discord: https://discord.gg/hVrzeFC8AB YouTube:
  2. Okay, thanks Zango, but what's pitch?
  3. Thank you, but it's not solved my problem. Maybe other solutions?
  4. Hello. I trying to make 3D throw for my bullet script. On X and Y axis is okay, but idk how to calculate Z axis. This script should work like this: But works like this: My code: x = x - math.sin ( math.rad ( rotationZ ) ) * 0.1 y = y + math.cos ( math.rad ( rotationZ ) ) * 0.1 --x1 = x- math.sin ( math.rad ( rotationZ ) ) * 4 --y1 = y + math.cos ( math.rad ( rotationZ ) ) * 4 z = ? What calculations I must use on Z axis? Thanks!
×
×
  • Create New...