19.10.2010, 16:45
Well, thaks g_aSlice, but I solved it my self :P
I had to add this
I had to add this
pawn Код:
else if(old_health < pHealth[i])
{
pHealth[i] = old_health;
}