Quote from: vitogta on Jul 21, 2018, 07:44 AMCan't really figure out how to use this, it disables players to select their teams?Quote from: Rest on Jul 21, 2018, 07:29 AMMost of the time we don't want the player to teleport to his default spawn positionAs I know to turn off inbuild LW-concept of gameplay with spawnlocs/skins/spawnwep by selection of skin there is a special function ::SetUseClasses(true); / ::SetUseClasses(false);
but it's bugged because player.Skin (and posssible something more) is desynced here.
Quote from: Doom_Kill3R on Jul 21, 2018, 08:05 AMIf you use a 500ms timer at onPlayerSpawn to teleport the player, it works fine.
I'll have a try.