progress bar doesnt disappear
#3

pawn Код:
OnPlayerStateChange(playerid, newstate, oldstate)
{
         if(newstate == PLAYER_STATE_DRIVER)
         {
            ShowProgressBarForPlayer(playerid, VehicleBar[playerid]);
            SetProgressBarValue(VehicleBar[playerid],100);
            UpdateProgressBar(VehicleBar[playerid]);
                        return 1;
         }
}
and
pawn Код:
OnPlayerExitVehicle(playerid)
{
       HideProgressBarForPlayer(playerid, VehicleBar[playerid]);
       return 1;
}
Reply


Messages In This Thread
progress bar doesnt disappear - by iBots - 14.05.2014, 18:19
Re : progress bar doesnt disappear - by yusei - 14.05.2014, 18:29
Re: progress bar doesnt disappear - by iBots - 14.05.2014, 18:37
Re : progress bar doesnt disappear - by yusei - 14.05.2014, 18:45

Forum Jump:


Users browsing this thread: 1 Guest(s)