how did you fix it?
Posted: April 23rd, 2009, 1:35 pm
				
				hey there,
how did you fix the cod jumper mod when it kicks people. my mod is doing the same ?
			how did you fix the cod jumper mod when it kicks people. my mod is doing the same ?
CoDJumper.com - For all your CoDJumping needs!
https://codjumper.com/forums/
I changed a lot, I believe the final fix was the new "_rank.gsc" file.IrishStorm wrote:hey there,
how did you fix the cod jumper mod when it kicks people. my mod is doing the same ?
Code: Select all
if ( player shouldKickByRank() )
{
	kick( player getEntityNumber() );
	continue;
}