Page 1 of 1

problem whith custom stat

PostPosted: Thu Dec 13, 2012 2:36 pm
by majonyjony
HI, when i test this:
if ((cnt_vpip / (cnt_hands - cnt_walks)) <16, 'NIT',
if ((cnt_vpip / (cnt_hands - cnt_walks))>=16 and (cnt_vpip / (cnt_hands - cnt_walks))<22, 'TIGHT',
if ((cnt_vpip / (cnt_hands - cnt_walks))>=22 and (cnt_vpip / (cnt_hands - cnt_walks))<30, 'SEMILOOSE',
if ((cnt_vpip / (cnt_hands - cnt_walks))>=30 and (cnt_vpip / (cnt_hands - cnt_walks))<40, 'LOOSE',
if ((cnt_vpip / (cnt_hands - cnt_walks))>=40, 'R DEBIL',
,
'N/A')))))

ALL players are NIT,
and display type is NORMAL, and in table appears with other mode.
..and the colors I have configured (in the stat, not in the HUD) do not work...

Sorry about my english.

Re: problem whith custom stat

PostPosted: Thu Dec 13, 2012 7:28 pm
by kraada
You haven't multiplied by 100 - so you're ending up with a bunch of decimals which are always going to be under 16 :)

Re: problem whith custom stat

PostPosted: Thu Dec 13, 2012 8:15 pm
by majonyjony
:lol: OMG
I go to sleep...

TY Kraada

highfalutin