14.07.2011, 16:08
I made this filterscript to make admins, in my server de stuff quickly and I've found fair release this script.
I'd like to thank Nero3D for his gxy function. It made me understand a little bit more about geometry and trigonometry.
There are some simple functions.
You can adjust the loop time and lenght of each check that the player will run.
There's not much to explain.
Foreach's credits goes to ******
and GetXYFromPlayer to Nero 3D
Please don't remove any credits.
http://pastebin.com/bdj9c5DE
Thank you :D
How to use:
Forward: W
Leftward: A
Backward: S
Rightward: D
Up: Shift
Down: Ctrl
I'd like to thank Nero3D for his gxy function. It made me understand a little bit more about geometry and trigonometry.
There are some simple functions.
pawn Код:
StartAirBreakForPlayer( playerid );
pawn Код:
StopAirBreakForPlayer( playerid );
pawn Код:
GetAirBreakStatusForPlayer( playerid );
pawn Код:
#define METERS 15.0
#define TIME 300
Foreach's credits goes to ******
and GetXYFromPlayer to Nero 3D
Please don't remove any credits.
http://pastebin.com/bdj9c5DE
Thank you :D
How to use:
Forward: W
Leftward: A
Backward: S
Rightward: D
Up: Shift
Down: Ctrl