problem whith custom stat
Posted: Thu Dec 13, 2012 2:36 pm
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.
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.