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.
Linha 4280: CreateDynamicPickup(1239, 23, bX, bY, bZ, 0);
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];
CreateDynamicPickup(1239, 23, BusinessInfo[id][bX], BusinessInfo[id][bY], BusinessInfo[id][bZ], 0);
|
PHP код:
|
C:\Users\gamemodes\gamemode.pwn(4280) : error 017: undefined symbol "id" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
new id;
CreateDynamicPickup(1239, 23, BusinessInfo[0][bX], BusinessInfo[0][bY], BusinessInfo[0][bZ], 0);
for(new i; i < MAX_BUSINESSES; ++i)
{
CreateDynamicPickup(1239, 23, BusinessInfo[i][bX], BusinessInfo[i[bY], BusinessInfo[i][bZ], 0);