warning 213: tag mismatch
#1

I have this:
Код:
SafePlayerArmor[MAX_PLAYERS];
And the warning is here:
Код:
SafePlayerArmor[playerid] = PlayerInfo[playerid][pArmour];
What I did wrong?
Reply
#2

It has to be a float.
pawn Код:
new Float:SafePlayerArmor[MAX_PLAYERS];
and pArmour must be a float.
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)