17.02.2017, 06:50
Someone help me solve this plz :v
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.
Код:
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);
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];