06.02.2010, 20:31
- This is the line it says tag mismatch = PlayerInfo[i][pArmour] = armour;
i get an warning = Tag mismatch, my code is:
:S
i get an warning = Tag mismatch, my code is:
Код:
new Float:armour; GetPlayerArmour(i, armour); SetPlayerArmour(i, armour); PlayerInfo[i][pArmour] = armour; OnPlayerUpdate(i);