16-11-2008, 03:54 PM
by changing the respawn point in the games server.
change the x and y so they don't end up on the blocks when they respawn or join the game ^^.
Code:
Public Const START_MAP As Integer = 1
Public Const START_X As Integer = MAX_MAPX \ 2
Public Const START_Y As Integer = MAX_MAPY \ 2
change the x and y so they don't end up on the blocks when they respawn or join the game ^^.