Originally posted by joshuaMOD
cant really figure out how to get the death match to my coords? like when i put my cords in it dont spawn there it spawns some where else
If you're making a map or changing a map, in mapedits.gsc there is a level.deathmatchlocation = (0,0,0); you need to change those to where u want to be placed when the deathmatch happens
also if you're making a new map make sure you copy and paste that level.deathmatchlocation = (0,0,0); under the map name for example
Aftermath()
{
level.deathmatchlocation = (0,0,0);
}