[FilterScript] Airbreaking system using GetPlayerKeys
#1

Introduction
Another script, made by my boredness.

How to use:
- come in game and type /ab
- use WSAD to move forward/back/left/right, or you can use arrow keys aswell
- use shift to go down, and space to go up
- when you're done, type /ab again to turn it off

Video
[ame]http://www.youtube.com/watch?v=bN4l5YzG9TY[/ame]

Download:
Mediafire
Pastebin

Credits:
Zeex for ZCMD
****** for GetXYInFrontOfPlayer

This script is using OnPlayerUpdate, if you feel any lags, you can always switch it to a timer.
Reply
#2

do you help me with the restriction for admin ?


Sorry for my bad english-i'm romnian
Reply
#3

LOL! Epic x]
8/10
Reply
#4

Pastebin please.
Reply
#5

Great, this will come in handy. Thanks.
Reply
#6

Quote:
Originally Posted by Jochemd
Посмотреть сообщение
Pastebin please.
Added.

Thanks for the positive comments.
Reply
#7

Quote:
Originally Posted by RaZvYxXx
Посмотреть сообщение
do you help me with the restriction for admin ?


Sorry for my bad english-i'm romnian
Plese
Reply
#8

Post in scripting discussion.
Reply
#9

nice for admin system
Reply
#10

Nice release man. I think I'll use this.

Quote:
Originally Posted by RaZvYxXx
Посмотреть сообщение
do you help me with the restriction for admin ?


Sorry for my bad english-i'm romnian
Răzvane, postează la secţiunea "Scripting Discussion". Şi ce restricţie ai la admin?
Оncerc să te ajut.
Reply
#11

nice for creating objects
Reply
#12

Wow COOL next time Superman >_<

__________________________________________________ _____

__________________________________________________ _____
Reply
#13

Good!!! Very Good! 100% will use this!
Reply
#14

nice work :P
Reply
#15

Nice work!
Reply
#16

how to make it only for admins?
Reply
#17

Код:
CMD:ab( playerid, params[ ] ) 
{
    if(IsPlayerAdmin(playerid))\\ur var for admin this is rcon admin
    {
        if( GetPVarInt( playerid, "ab" ) == 0 ) 
        {
                SetPVarInt( playerid, "ab", 1 );
                TogglePlayerControllable( playerid, 0 );
        }
        else 
        {
            SetPVarInt( playerid, "ab", 0 );
            TogglePlayerControllable( playerid, 1 );
        }
        return 1;
    }
    return 0;
}
Reply
#18

It's a cool idea =)
Reply
#19

Wooot D: mean !!?? Why you make a hack filterscript ;o
Reply
#20

Quote:
Originally Posted by Michael@Belgium
Посмотреть сообщение
Wooot D: mean !!?? Why you make a hack filterscript ;o
It's not a hack mainly, secondly: it's useful, I find myself in a situation that I need to save a pos in the air or something.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)