Jetpack bug
#10

Or if you want it disabled for all your admins use this
PHP код:
public OnPlayerUpdate(playerid

    
// Ban players if they have a jetpack 
    
if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK
    { 
        if(
PlayerInfo[playerid][pAdmin] == 0)
        {
            
Ban(playerid); 
        }
    } 
    return 
1

Reply


Messages In This Thread
Jetpack bug - by kevi11 - 12.03.2016, 19:40
Re: Jetpack bug - by YouServ - 12.03.2016, 20:08
Re: Jetpack bug - by YoussefHammad - 12.03.2016, 20:17
Re: Jetpack bug - by kevi11 - 12.03.2016, 20:33
Re: Jetpack bug - by kevi11 - 12.03.2016, 20:39
Re: Jetpack bug - by Joron - 12.03.2016, 20:52
Re: Jetpack bug - by YoussefHammad - 12.03.2016, 20:54
Re: Jetpack bug - by Joron - 12.03.2016, 20:59
Re: Jetpack bug - by YoussefHammad - 12.03.2016, 22:50
Re: Jetpack bug - by saffierr - 13.03.2016, 00:16

Forum Jump:


Users browsing this thread: 1 Guest(s)