progress bar don't show
#1

I simple create the bar but I don't understand where I mistake by he not show


Код:
#include <progress>

static Bar:player_gym_progress[MAX_PLAYERS] = {INVALID_BAR_ID, ...},// I try and without  {INVALID_BAR_ID, ...} don't tell me to remove
Onplayerconnect
Код:
	player_gym_progress[playerid]=CreateProgressBar( 548.5, 36.0, _, _, 0x00FF00FF, 1000.0);//550.000000, 166.000000,55.5, 3.2,0x00F900FF, 100.0);
On my code onplayerkeystatechange to be exactly

Код:
					SetProgressBarValue(player_gym_progress[playerid],50);
	ShowProgressBarForPlayer( playerid,player_gym_progress[playerid]);
but he don't show what is wrong?
Reply
#2

bump up
no one know?
Reply
#3

Mind sharing the code for CreateProgressBar() to better assist you.
Reply
#4

Are you maybe using the outdated setup?

https://sampforum.blast.hk/showthread.php?tid=537468
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)