Changing Skin Overlay Colours Binds - TAM
- }TCP{Coco
- Posts: 5622
- https://www.facebook.com/warszawa.kuchnie.na.wymiar/
- Joined: Sun Dec 17, 2006 3:05 am
- Location: Germany
- Contact:
- }TCP{aLICe
- Posts: 1110
- Joined: Thu Mar 20, 2003 5:23 pm
another mini tutorial
THX for tip NightMan, I hope it will help me 
Code: Select all
Aliases[3]=(Command="Setskins 100 0 100 0 0 0|SET INPUT GreyPlus change2cyan",Alias="change2pink")
Aliases[4]=(Command="Setskins 0 100 100 0 0 0|SET INPUT GreyPlus change2pink",Alias="change2cyan")
GreyPlus=change2pink- }TCP{aLICe
- Posts: 1110
- Joined: Thu Mar 20, 2003 5:23 pm
...and something special, if somebody doesn't know which color is best on the map he plays...
It swiches color every one primary fire shot.
I like it!
If you wish to decide during game:
It turns things back if you press 9.
Code: Select all
Aliases[6]=(Command="Button bFire | Setskins 100 0 100 0 0 0 | Fire | OnRelease SET INPUT LeftMouse fire2cyan",Alias="fire2pink")
Aliases[7]=(Command="Button bFire | Setskins 0 100 100 0 0 0 | Fire | OnRelease SET INPUT LeftMouse fire2yellow",Alias="fire2cyan")
Aliases[8]=(Command="Button bFire | Setskins 93 93 0 0 0 0 | Fire | OnRelease SET INPUT LeftMouse fire2pink",Alias="fire2yellow")
LeftMouse=fire2pinkI like it!
If you wish to decide during game:
Code: Select all
Aliases[9]=(Command="SET INPUT LeftMouse fire2pink | SET INPUT 9 normalfire",Alias=colorfire)
Aliases[10]=(Command="SET INPUT LeftMouse prifire | SET INPUT 9 colorfire",Alias=normalfire)
Aliases[11]=(Command="Button bFire | Fire",Alias=prifire)
9=normalfire

