warning 213: tag mismatch
#1

Someone help me solve this plz :v

Код:
C:\Users\gamemodes\gamemode.pwn(4280) : warning 213: tag mismatch
C:\Users\gamemodes\gamemode.pwn(4280) : warning 213: tag mismatch
C:\Users\gamemodes\gamemode.pwn(4280) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
Код:
Line 4280: 
CreateDynamicPickup(1239, 23, bX, bY, bZ, 0);
I'm trying to put a PickupID 1239 At the entrance of businesses But it shows 3 warnings.
Can someone help me?

bX, bY, bZ : Indicates the business entries.

Код:
enum businessEnum {
	bID,
	Float:bX,
	Float:bY,
	Float:bZ,
	bPrice,
	bInt,
	bMoney,
	bLocked,
	bOwner[MAX_PLAYER_NAME],
	bName[20],
	bRadio[200],
	bFee,
	bStreet[40],
	bHousenumber,
	bBusinesszip,
	bTaxes,
	bFaction
}
new BusinessInfo[MAX_BUSINESSES][businessEnum];
Reply


Messages In This Thread
warning 213: tag mismatch - by axellech - 17.02.2017, 06:50
Re: warning 213: tag mismatch - by Rongvaldyr - 17.02.2017, 07:46
Re: warning 213: tag mismatch - by DRIFT_HUNTER - 17.02.2017, 08:30
Re: warning 213: tag mismatch - by Vince - 17.02.2017, 11:28
Re: warning 213: tag mismatch - by axellech - 17.02.2017, 22:46
Re: warning 213: tag mismatch - by ranme15 - 18.02.2017, 13:00

Forum Jump:


Users browsing this thread: 1 Guest(s)