12/09/2023 20:34
e desse tipo voce saber como resolver?
warning 213: tag mismatch: expected tag "PlayerText", but found none ("_")
enum E_BAR_DATA
{
bool:pbar_show,
Float:pbar_posX,
Float:pbar_posY,
Float:pbar_width,
Float:pbar_height,
pbar_colour,
Float:pbar_maxValue,
Float:pbar_progressValue,
pbar_direction
}
enum E_BAR_TEXT_DRAW
{
pbar_back,
pbar_fill,
pbar_main
}
static pbar_Data[MAX_PLAYERS][MAX_PLAYER_BARS][E_BAR_DATA];
static pbar_TextDraw[MAX_PLAYERS][MAX_PLAYER_BARS][E_BAR_TEXT_DRAW];
se tive a include progress2 e progress para melhorar
warning 213: tag mismatch: expected tag "PlayerText", but found none ("_")
enum E_BAR_DATA
{
bool:pbar_show,
Float:pbar_posX,
Float:pbar_posY,
Float:pbar_width,
Float:pbar_height,
pbar_colour,
Float:pbar_maxValue,
Float:pbar_progressValue,
pbar_direction
}
enum E_BAR_TEXT_DRAW
{
pbar_back,
pbar_fill,
pbar_main
}
static pbar_Data[MAX_PLAYERS][MAX_PLAYER_BARS][E_BAR_DATA];
static pbar_TextDraw[MAX_PLAYERS][MAX_PLAYER_BARS][E_BAR_TEXT_DRAW];
se tive a include progress2 e progress para melhorar