Author Topic: bind for newname  (Read 2966 times)

blaa.ee

  • Guest
bind for newname
« on: February 26, 2006, 02:37:31 AM »
i would like to change my name with 1 button press ;), so anyone can help me?

This name would be: bind 1


This name would be: bind 2

Smokey

  • Autococker
  • Posts: 1172
Re: bind for newname
« Reply #1 on: February 26, 2006, 02:45:45 AM »
bind X NC1
alias NC1 "name [QeHs]blaa.ee;bind X NC2"
alias NC2 "name [QeHs]TheWanderer;bind X NC1"



paste that in your config... get funname codes on your own.

blaa.ee

  • Guest
Re: bind for newname
« Reply #2 on: February 26, 2006, 06:04:38 AM »
k, i didnt get anything :(

bitmate

  • Autococker
  • Posts: 1248
Re: bind for newname
« Reply #3 on: February 26, 2006, 06:54:48 AM »
Go to your config.cfg (paintball2\pball\configs) and paste that in the config:

bind "<key>" "nickchange1"
alias nickchange1 "name ˆ0QeHs‘ˆ9blaa.ee;bind <key> nickchange2"
alias nickchange2 "name ˆ9ÑeÈs‘Ôhe×anderer;bind <key> nickchange1"

Replace <key> with a key you want to use for your nichchange, e.g. "n". Mind the " "'s !!!

Example:
Code: [Select]
bind "n" "nickchange1"
alias nickchange1 "name ˆ0QeHs‘ˆ9blaa.ee;bind n nickchange2"
alias nickchange2 "name ˆ9ÑeÈs‘Ôhe×anderer;bind n nickchange1"


To see which name you're currently using, you can add these lines to the alias commands:
 - echo [QeHs]blaa.ee
 - echo [QeHs]TheWanderer

Code: [Select]
bind "n" "nickchange1"
alias nickchange1 "name ˆ0QeHs‘ˆ9blaa.ee;bind n nickchange2;echo [QeHs]blaa.ee"
alias nickchange2 "name ˆ9ÑeÈs‘Ôhe×anderer;bind n nickchange1;echo [QeHs]TheWanderer"

The echo command shows your name on the top left side for 3 sec.

Smokey

  • Autococker
  • Posts: 1172
Re: bind for newname
« Reply #4 on: February 26, 2006, 01:36:57 PM »
k bitmate. outdo me.

MaDMaN

  • VM-68
  • Posts: 159
Re: bind for newname
« Reply #5 on: March 14, 2006, 10:08:33 AM »
or jus type bind "keyhere" "name name here"

Spydie

  • VM-68
  • Posts: 175
Re: bind for newname
« Reply #6 on: March 14, 2006, 10:15:31 AM »
bind key name [QeHs]blaa.ee;bind X NC2
bind key name [QeHs]TheWanderer;bind X NC1

If you want to bind funname, i just set what you want to bind to your name, and look in the config.cfg for name. Copy and paste that into the bind key.