{{HELP}} : warning 213: tag mismatch
#1

Pawno\include\dutils.inc(219) : warning 213: tag mismatch

how do i fix that i got like 30 warning but for everyhouse i put in it adds one plz help
Reply
#2

We need to see the script to find the problem.
Reply
#3

}
new cInfo[MAX_HOUSES][HouseCarInfo];

#define FILTERSCRIPT
#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
AddHouse(2145.4905,-1085.0579,24.7751,355.7670,2324.419921,-1145.568359,1050.710083,4500000,4500000,12,0);
AddHouse(0, 1442.9769,-629.5287,95.7186, 2317.8201,-1024.7500,1050.2109, 0, 0, 9, 0);
AddHouse(1, 1980.9896,-1719.0171,17.0304, 328.1465, 1478.4457,1084.4375, 0, 0, 15, 0);
AddHouse( 2209.4075,-1151.2382,29.7969,262.7553,1523.509887,-47.821197,1002.130981,60000,60000,3,0);
AddHouse(2207.5793,-1100.8376,31.5547,314.3832,-2640.762939,1406.682006,906.460937,2000000,2000000 ,3,0);
AddHouse(2189.0520,-1081.8553,43.8312,208.0173,2324.419921,-1145.568359,1050.710083,760000,760000,12,0);
AddHouseCar(1, 429, 1975.3328,-1709.8126,15.9688, 0, 0, 5*60*1000);//5 min respawn delay
SetTimer("rentfee", 1*60*60*1000, 1);//1 hour
SetTimer("newcar", CAR_DELIVER_TIME*60*10*1000,1);//1 hour

return 0;
}



C:\Users\Gdogg\Desktop\MA-RP\filterscripts\aHouse.pwn(87) : warning 213: tag mismatch
C:\Users\Gdogg\Desktop\MA-RP\filterscripts\aHouse.pwn(90) : warning 213: tag mismatch
C:\Users\Gdogg\Desktop\MA-RP\filterscripts\aHouse.pwn(91) : warning 213: tag mismatch
C:\Users\Gdogg\Desktop\MA-RP\filterscripts\aHouse.pwn(92) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Warnings.
Reply
#4

can anyone help?
Reply
#5

Код:
}
new cInfo[MAX_HOUSES][HouseCarInfo];

#define FILTERSCRIPT
#if defined FILTERSCRIPT

public OnFilterScriptInit()
{ 
  AddHouse(2145.4905,-1085.0579,24.7751,355.7670,2324.419921,-1145.568359,1050.710083,4500000,4500000,12,0);
  AddHouse(0, 1442.9769,-629.5287,95.7186, 2317.8201,-1024.7500,1050.2109, 0, 0, 9, 0);
  AddHouse(1, 1980.9896,-1719.0171,17.0304, 328.1465, 1478.4457,1084.4375, 0, 0, 15, 0);
  AddHouse( 2209.4075,-1151.2382,29.7969,262.7553,1523.509887,-47.821197,1002.130981,60000,60000,3,0);
  AddHouse(2207.5793,-1100.8376,31.5547,314.3832,-2640.762939,1406.682006,906.460937,2000000,2000000,3,0);
  AddHouse(2189.0520,-1081.8553,43.8312,208.0173,2324.419921,-1145.568359,1050.710083,760000,760000,12,0);
  AddHouseCar(1, 429, 1975.3328,-1709.8126,15.9688, 0, 0, 5*60*1000);//5 min respawn delay
  SetTimer("rentfee", 1*60*60*1000, 1);//1 hour
  SetTimer("newcar", CAR_DELIVER_TIME*60*10*1000,1);//1 hour

  return 0;
}
all of those addhouse lines should be lined up and these r warnins dont worry about that but that should fix it
Reply
#6

still didnt fix it i tryed inorin the warning my hosues dont show up maybe its another problem why it isnt showing up im using aHouse


if you kno how and can help me add garrow123@hotmail.com
Reply
#7

What is this house function? We don't know what the tags are for it. maybe ask whoever scripted that.
Reply
#8

As i can see in some of them u use 11 parameters and and some have 12.Check it
Reply
#9

The warning is not in the main script, but in the include file:
Quote:
Originally Posted by MatthewGarrowo
Pawno\include\dutils.inc(219) : warning 213: tag mismatch
Have you changed anything in there?
Reply
#10

no its none of those

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)