1

Topic: [HELP] Rcon Command

Hi guys I am trying to make a Modification but I don't know how to make an Rcon Command,
Can someone tell me how to make it?

2

Re: [HELP] Rcon Command

hi alexxander,
check out the 'OnConsoleInit()' function in 'gamecontent.cpp' (at line 1446)

3

Re: [HELP] Rcon Command

Hey,
there is an german "tutorial" for creating an Rcon Command. Maybe you'll understand it.
http://teeworlds-friends.de/Forum/index … #post69987 (Its not realy an tutorial)

otherwise I would begin to modificate the Say command.
https://github.com/teeworlds/teeworlds/ … .cpp#L1042

4

Re: [HELP] Rcon Command

Ok Thanks guys

5

Re: [HELP] Rcon Command

kingtee.ger wrote:

Hey,
there is an german "tutorial" for creating an Rcon Command. Maybe you'll understand it.
http://teeworlds-friends.de/Forum/index … #post69987 (Its not realy an tutorial)

otherwise I would begin to modificate the Say command.
https://github.com/teeworlds/teeworlds/ … .cpp#L1042

Is there a traduction in english ? ;-;

Discuusions ? Go away !

6

Re: [HELP] Rcon Command

Open the third spoiler of the "tutorial".
If you have a lil coding knowledge, you wont need an english explaination, as its pretty self-explaining.