all i want is a working respawn in multiplayer........all i get is a stupid bird...........
i dont get what i do wrong.......exactly the same seemed to work with 1.08
i even downloaded the description.ext from a homepage.....but even that didnt work.
my description.ext:
class Header
{
gameType=Coop;
minPlayers=1;
maxPlayers=64;
};
#include "Dialogs\Common\DialogColorConstants.hpp"
#include "Dialogs\Common\DialogControlClasses.hpp"
#include "Dialogs\Respawn_Dialog.hpp"
Respawn = 2;
RespawnDelay = 10;
RespawnDialog = false; // hide spawn countdown dialog
why does it not work? when i hit Respawn in multiplayer nothing happens........same for my client......what did i do wrong?
i followed so much tutorials........all say just make a desription.ext and add:
Respawn = 2;
RespawnDelay = 10;
well.........i did that with 1.08 and it worked......but now it doesnt......why?