28.07.2013, 16:54
I may misunderstood it, anyways if the problem is that it does not compare the floats correct then why don't you use floatcmp instead? Float comparison.
EDIT: I think I misunderstood.. I just saw the post above.
pawn Код:
if( floatcmp( PlayerStats[playerid][stat], 100.0 ) == 1 )
{
// PlayerStats[playerid][stat] is bigger than 100.0
}