Jetpack bug
#9

if thats really the code then
Код:
public OnPlayerUpdate(playerid) 
{ 
    // Ban players if they have a jetpack 
    if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK) 
    { 
        if(IsOnduty{playerid} == 0)
        {
            Ban(playerid); 
        }
    } 
    return 1; 
}
should work just fine , still reply if it doesnt work
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: 3 Guest(s)