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.