25.02.2012, 11:53
I use this on my gamemode i use it on the callback OnPlayerRequestClass and on OnPlayerDialogResponse and it doesn't kick my players. maybe your using it wrong.
pawn Code:
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo(playerid, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid);
return 1;
}