Tuesday, January 24, 2012

Flymode

# About:
When I was playing MineCraft in Creative Mode recently, flying around a bit, I thought to myself: This Flymode thing is really useful, I could really use that in SA-MP to test things and quickly get to places. I knew there were several flying scripts, but not one like in MineCraft. I started working on it and here is the result!

# Features:
Flying
The flying in this script feels pretty natural. You enable the Flymode with /flymode. After that you press Shift to start flying and hold the Spacebar to accelerate. Your character flies to where you aim your mouse at. To hang still in the air you release the Spacebar and to stop flying you press Shift again.

Change the Flyspeed
With /flyspeed you can change the flying speed. A dialog will pop up and you can type the new speed.
Default is 1.

Extra
- RCON Admin only. (Simple to edit though, just search for IsPlayerAdmin.)

# Commands:
- /flymode
-/flyspeed

# Video:

# Installing:
1) Download the file and put it in your filterscripts folder.
2) Open your server.cfg file and add 'flymode' to your filterscripts line
3) Run your server and enjoy your new FS

# Downloads:

Version 1
Download v1 .amx: http://www.era-gaming.nl/files/flymode.amx
Pastebin link v1: http://pastebin.com/AWDF80a6

# Credits:
The one who made SetPlayerToFacePos
Y_Less for sscanf
Me for the rest.

No comments:

Post a Comment