Page 1 of 1

Change name bind

Posted: Wed Dec 09, 2015 12:11 am
by Spyker
Is it possible to bind:

When I press "x" my name change to blabla
when I press "x" other time, my name change to Spyker

When iI press 9 deep fly on
when I press 9 again deep fly on?

If it isnt possible, please tell me the bins to change name... I forgot :(

Re: Change name bind

Posted: Wed Dec 09, 2015 12:57 am
by gdin
http://forum.ddnet.org/viewtopic.php?f=68&t=2626 for deepfly bind. Not sure about the name.

Re: Change name bind

Posted: Wed Dec 09, 2015 12:59 pm
by Chairn
You need to make 2 files:
first file:
player_name "blabla"
bind x exec secondfile.cfg

Second file:
player_name "Spyker"
bind x exec firstfile.cfg

Re: Change name bind

Posted: Wed Dec 09, 2015 5:59 pm
by n000b
Chairn, thanks for the explanation of the name bind. it is really usefull for me :D
maybe you should say that you need to write in f1 bind x exec firstfile.cfg
Thank you