Mirage Source
Respawn on Block - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Respawn on Block (/showthread.php?tid=2378)



Respawn on Block - Poyzin - 16-11-2008

How would I keep characters from respawning in a cluster of block attribs?


Re: Respawn on Block - genusis - 16-11-2008

by changing the respawn point in the games server.

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 ^^.


Re: Respawn on Block - Poyzin - 16-11-2008

Okay. This would work for all maps? because what if I have a block in the same spot where there isnt in another map.

is there something in the specific map's ini/dat thingy?


Re: Respawn on Block - Matt - 16-11-2008

Poyzin Wrote:Okay. This would work for all maps? because what if I have a block in the same spot where there isnt in another map.

is there something in the specific map's ini/dat thingy?

You can change that and if you leave the boot map/x/y in the map properties, they will always go back to that map when they die.

Otherwise, just set the map/x/y in the properties of the map.


Re: Respawn on Block - Poyzin - 16-11-2008

Perfekt Wrote:
Poyzin Wrote:Okay. This would work for all maps? because what if I have a block in the same spot where there isnt in another map.

is there something in the specific map's ini/dat thingy?

You can change that and if you leave the boot map/x/y in the map properties, they will always go back to that map when they die.

Otherwise, just set the map/x/y in the properties of the map.

You're really awesome now. Thanks Perfekt


Re: Respawn on Block - Matt - 16-11-2008

Poyzin Wrote:You're really awesome now. Thanks Perfekt

Np homie.