Topic: Client version
Hello. How to change this message?
You are not logged in. Please login or register.
Teeworlds Forum → Support → Client version
Hello. How to change this message?
This is a modification server-side probably also with some changes client-side. Not possible on normal servers.
This is a modification server-side probably also with some changes client-side. Not possible on normal servers.
Are you sure? Once I have seen player with his own text... [sorry for my eng ]
Oh, maybe they abuse the "timeout", "quit", and other disconnect messages for advertising. That would suck and require a fix.
The only way to change that is by changing the source-code of the client you're using.
(It's just a line of code really)
Ex: If you're using H-Client, disconnecting from a server is going to share that message,
If you're using N-Client, the same thing will happen
If you're using the official Vanilla client, no message is going to appear, since the client is not prepared to do such thing.
Note:
That message is programmed on the client-side (not the server side)
Wasnt there already a ticket for 0.7 or 0.6.2 to fix client-manipulated server messages?
There's already a fix for it.
https://github.com/teeworlds/teeworlds/ … a33781e56a
Already fixed in 0.62 and for possible future versions.
If you still want to use it until it become fixed, try to call this function with your disconnect message...
void CClient::DisconnectWithReason(const char *pReason)
Finally some help. lol.
Tnx Pikotee.
If you still want to use it until it become fixed, try to call this function with your disconnect message...
void CClient::DisconnectWithReason(const char *pReason)
Thx!! I find it src/engine/client/client.cpp
Thx*
Teeworlds Forum → Support → Client version
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.