SA-MP Forums Archive
Help? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help? (/showthread.php?tid=249484)



Help? - Tommy_Mandaz - 19.04.2011

I get 2 warnings...
pawn Код:
RPScratch.pwn(348) : warning 213: tag mismatch
RPScratch.pwn(349) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.
Lines:
pawn Код:
INI_Float("Health", gPlayerInfo[playerid][pHealth]);
    INI_Float("Armour", gPlayerInfo[playerid][pArmour]);
They are part of my enums here:
pawn Код:
enum pInfo
{
    pPassword[128],
    pLevel,
    pMoney,
    pArmour,
    pHealth,
    pSkin
}
new gPlayerInfo[MAX_PLAYERS][pInfo];
Help?


Re: Help? - Tommy_Mandaz - 19.04.2011

Bump