Tag mis match warnings help
#1

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.
Reply
#2

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

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
Reply
#4

bump
Reply
#5

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)