29.08.2012, 09:55
Hello, I'm getting some weird tag mismatches for my rob progress bar.
gm/Rob.inc(16
: warning 213: tag mismatch
gm/Rob.inc(193) : warning 213: tag mismatch
gm/Rob.inc(21
: warning 213: tag mismatch
gm/Rob.inc(22
: warning 213: tag mismatch
gm/Rob.inc(229) : warning 213: tag mismatch
gm/Rob.inc(242) : warning 213: tag mismatch
gm/Rob.inc(410) : warning 213: tag mismatch
gm.pwn(1027) : warning 213: tag mismatch
These are the lines, not in order but its self explanatory.
Anyone know how to fix these warnings?
gm/Rob.inc(16
![Cool](images/smilies/cool.gif)
gm/Rob.inc(193) : warning 213: tag mismatch
gm/Rob.inc(21
![Cool](images/smilies/cool.gif)
gm/Rob.inc(22
![Cool](images/smilies/cool.gif)
gm/Rob.inc(229) : warning 213: tag mismatch
gm/Rob.inc(242) : warning 213: tag mismatch
gm/Rob.inc(410) : warning 213: tag mismatch
gm.pwn(1027) : warning 213: tag mismatch
These are the lines, not in order but its self explanatory.
Код:
new ROBBAR[MAX_PLAYERS]; ROBBAR[playerid] = CreateProgressBar(50.0, 315.0,70.0,5.0, COLOUR_INFO, gRobData[i][E_ROB_LOCKERTIME]); SetProgressBarValue(ROBBAR[playerid],locktimer[playerid]); TextDrawHideForPlayer(playerid, Rob); DestroyProgressBar(ROBBAR[playerid]);