[FilterScript] FS For fly (Recomended)
#1

hello, forum-samp this is my first fs is about to fly
here look
you can fly when you press "left shift"
[ame]http://www.youtube.com/watch?v=QgrGyDoxUPQ[/ame]

Credits: me
Enjoy it
donload
pawn Код:
#include <a_samp>
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & KEY_JUMP)
    {
            new Float:Jump[3];
            GetPlayerVelocity(playerid, Jump[0], Jump[1], Jump[2]);
            SetPlayerVelocity(playerid, Jump[0], Jump[1], Jump[2]+5);
            return 1;
        }
Reply


Messages In This Thread
FS For fly V0.1 (Recomended) - by ~Yafar~ - 10.01.2012, 20:26
Re: FS For fly (Recomended) - by [DOG]irinel1996 - 10.01.2012, 21:28
Respuesta: Re: FS For fly (Recomended) - by ~Yafar~ - 10.01.2012, 21:37
Re : FS For fly (Recomended) - by Naruto_Emilio - 10.01.2012, 21:41
Re: FS For fly (Recomended) - by jrockie - 10.01.2012, 22:01
Re: FS For fly (Recomended) - by KeKe98 - 10.01.2012, 22:03
Re: Respuesta: Re: FS For fly (Recomended) - by [DOG]irinel1996 - 10.01.2012, 22:08
Re: FS For fly (Recomended) - by Kazuo - 10.01.2012, 22:11
Re: FS For fly (Recomended) - by Ivan_Pantovic - 11.01.2012, 08:25
Re: FS For fly (Recomended) - by BleverCastard - 11.01.2012, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)