This is the important thing to remember:
The number appearing should now change to a four-digit number (in this case CF8F). Then swap places between the first two and last two digits, so it becomes 8FCF.
I assume you're trying to change NBA Live 07 if you're using that value. NBA Live 07's default salary cap is
$53.14 million, which can either be represented in franchise.dat as
53.135 million (
53135, hex value CF8F) or as
$54.140 million (
53140, hex value CF94). From there, it's a matter of either switching CF8F to 8FCF or CF94 to 94CF when searching franchise.dat in the hex editor.
However, if you're trying to find that value in NBA Live 08, then you're using the wrong value. You should be looking for
49D9 instead.