Progress Bar help with timer
#8

Quote:
Originally Posted by AphexCCFC
Посмотреть сообщение
Top of game mode:

pawn Код:
new ShowProgressBar[MAX_PLAYERS];

Where rest of public callbacks are:

pawn Код:
forward ShowProgress(playerid);
pawn Код:
public ShowProgress(playerid)
{
    // Display progress bar to show for player here
    return 1;
}
Put this in your /rob command:

pawn Код:
ShowProgressBar[playerid] = SetTimerEx("ShowProgress", 30000, false, "i", playerid); // Sets timer for 30 seconds
I think you missunderstood me, I mean when i do /rob, the progress bar show up and start loading then after 30sec it dissappear.
Reply


Messages In This Thread
Progress Bar help with timer - by Xenforox - 30.04.2014, 21:06
Re: Progress Bar help with timer - by rangerxxll - 30.04.2014, 21:09
Re: Progress Bar help with timer - by Xenforox - 30.04.2014, 21:11
Re: Progress Bar help with timer - by AphexCCFC - 30.04.2014, 21:13
Re: Progress Bar help with timer - by rangerxxll - 30.04.2014, 21:14
Re: Progress Bar help with timer - by AphexCCFC - 30.04.2014, 21:15
Re: Progress Bar help with timer - by rangerxxll - 30.04.2014, 21:17
Re: Progress Bar help with timer - by Xenforox - 30.04.2014, 21:28
Re: Progress Bar help with timer - by rangerxxll - 30.04.2014, 21:31
Re: Progress Bar help with timer - by AphexCCFC - 30.04.2014, 21:37

Forum Jump:


Users browsing this thread: 2 Guest(s)