20.04.2012, 23:39
You can't really. AddPlayerClass is run on OnGameModeInit(). You could try using SetPlayerSkin under OnPlayerRequestClass (with a boolean, so it only happens once) and then again under OnPlayerSpawn (toggling the boolean from the previous callback).