Thanks for the quick reply, I guess that I wasn't clear enough..
The thing is the "Health" is in two digits. So I'm using numbers 0 - 9.
Every player got 20 health to start off with, they are divided, so the number 2 and 0 are stored in the same int, but not the sprites.
Etc:
|2| |0|
|1| |9|
|0| |9|