In the Zom :: spawnPlayer () I have the three lines:

PHP Code:
    spawnpointname "mp_tdm_spawn";
    
spawnpoints getentarray(spawnpointname"classname");
    
spawnpoint files\maps\gametypes\_spawnlogic::getSpawnpoint_NearTeam(spawnpoints); 
I swapped them for:

PHP Code:
files\maps\gametypes\_spawnlogic::findSpawnpoint(); 
And not work ,show up in the air and fall, or show up out of the ground.