SA-MP Forums Archive
Tag mis match warnings help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Tag mis match warnings help (/showthread.php?tid=396907)



Tag mis match warnings help - arko123 - 02.12.2012

First one:
pawn Код:
if(playerVariables[vid][Engine] == 1) {
Second one:
pawn Код:
fuelbar = CreatePlayerProgressBar(playerid, 548.5, 36.0, 55.5, 3.19, LIGHTGREEN, 100);
Last one:
pawn Код:
fuelbar = INVALID_PLAYER_BAR_ID;
I am using the latest progress.inc if someone could help me that would be a great help.


AW: Tag mis match warnings help - Skimmer - 02.12.2012

Where is the error-line?
Can you post the code as [pawn] BBcode?


Re: AW: Tag mis match warnings help - arko123 - 02.12.2012

Quote:
Originally Posted by MouseBreaker
Посмотреть сообщение
Where is the error-line?
Can you post the code as [pawn] BBcode?
Those are the lines where is says tag mis match


Re: Tag mis match warnings help - arko123 - 03.12.2012

bump


Re: Tag mis match warnings help - LarzI - 03.12.2012

Tag mismatch is when you assign floats to integers for example, so let us see what 'Engine' and 'fuelbar' are; as in how do you create them?