PDA

View Full Version : Doesn't see when player connect to the server



thOuMta
29th August 2013, 18:27
Hey guys,

I have a problem on my servers, when player connect to the server we dont see it.

417

-> Unknown client game command: MP_CONNECTEDthOuMta
-> Unknown client game command: MP_JOINED_ALLIESthOuMta

Know why ?

Thanks.

kung foo man
29th August 2013, 18:35
Linux bug, replace:


iprintln(&"MP_CONNECTED", self);

with:


iprintln(&"MP_CONNECTED", self.name);

thOuMta
29th August 2013, 18:38
Yes i have do it on some server but i dont want a mod for this server.
If players see a modded server they dont will come :)

kung foo man
29th August 2013, 18:58
The function iprintln could be overwritten with libcod to add the "entity to string" functionality, but I guess you wont do that also.

A new_svr_.iwd main/ should work also (to overwrite the maps/mp/gametypes/$gametype.gsc

Ni3ls
30th August 2013, 13:30
yeah just edit your gametype.gsc and check connect part. Edit it and place in maps/mp/gametypes in your fs_game folder ;)