PDA

View Full Version : respawn



belinned
Nov 16 2001, 16:59
Respawn doesn't work. I've made a file: description.ext on this: respawn=3 respawndelay=5
I have put this file in the folder users/map/.... together with the mission file.
But when I load the map in the missioneditor i get a strange message:
....description.ext.respawndelay '˙' encountered instead of ';'
How can i solve this problem? I really want a respawn function in a multiplayer map.

Damage Inc
Nov 16 2001, 17:04
Try putting those lines like this:
respawn=3;
respawndelay=5;

Chris Death
Nov 16 2001, 20:41
If you read the message you got,
you will see that it was ";" expected.