Page 1 of 1
how did you fix it?
Posted: April 23rd, 2009, 1:35 pm
by IrishStorm
hey there,
how did you fix the cod jumper mod when it kicks people. my mod is doing the same ?
Re: how did you fix it?
Posted: April 23rd, 2009, 3:00 pm
by Drofder2004
IrishStorm wrote:hey there,
how did you fix the cod jumper mod when it kicks people. my mod is doing the same ?
I changed a lot, I believe the final fix was the new "_rank.gsc" file.
In the file, this appears under "onPlayerConnect"
Code: Select all
if ( player shouldKickByRank() )
{
kick( player getEntityNumber() );
continue;
}
I removed it completely.