[Help Needed] Class Selection
#9

Quote:
Originally Posted by RevolutionaryGaming
Посмотреть сообщение
You get kicked? I didn't see you mention that. Can you post your OnPlayerSpawn code? How quickly are you kicked?
Yes i get like instantly kicked when i press the fire key (so when i choose a faction), then it spawns me and it says server closed connection in like instant. When i try to rejoin it says "You are banned from the server" when it does not generates a ban file.

Here is the onplayerspawn:

Код:
public OnPlayerSpawn(playerid) {
 	if(PlayerSelectedClass == false) {
	     ForceClassSelection(playerid);
	     return 1;
	}

	/*if(playersInfo[playerid][pStatus] != PLAYER_STATUS_LOGGED_IN) {
		SendClientMessage(playerid, COLOR_RED, "Hier gaat het mis!");
        SetTimerEx("KickPlayer",500,false,"i", playerid);
	    return 0;
	}
	Set Skin to Database */

	SetPlayerScore(playerid, playersInfo[playerid][pScore]);
	SetPlayerSkin(playerid, playersInfo[playerid][pSkin]);
	return 1;
}
It's kinda strange i checked for the anti cheat etc. disabled everything that kicks a player but still it kicks me. And does not even give me the change to show the player classes. So when your faction is not set yet and you choose one you get kicked and when you rejoin it will show the player class selection menu but when you want to do it all at once it kicks you.
Reply


Messages In This Thread
[Help Needed] Class Selection - by nielsbon1 - 02.05.2013, 12:04
Re : [Help Needed] Class Selection - by DaTa[X] - 02.05.2013, 12:12
Re: [Help Needed] Class Selection - by nielsbon1 - 02.05.2013, 12:23
Re: [Help Needed] Class Selection - by RevolutionaryGaming - 02.05.2013, 12:28
Re: [Help Needed] Class Selection - by nielsbon1 - 02.05.2013, 12:30
Re : Re: [Help Needed] Class Selection - by DaTa[X] - 02.05.2013, 12:31
Re: Re : Re: [Help Needed] Class Selection - by nielsbon1 - 02.05.2013, 12:39
Re: Re : Re: [Help Needed] Class Selection - by RevolutionaryGaming - 02.05.2013, 12:44
Re: Re : Re: [Help Needed] Class Selection - by nielsbon1 - 02.05.2013, 12:48
Re: [Help Needed] Class Selection - by nielsbon1 - 02.05.2013, 13:17

Forum Jump:


Users browsing this thread: 3 Guest(s)