Well then you already have that defined as the cvar default.
The below does that check for you.
PHP Code:
if (g_iJumpCount[iCl] < get_pcvar_num(g_pMaxJumps))
Do some searching to find out how to detect a new round and then use that to reset your g_iJumpCount[] variable.
__________________