Forums Index >> Modding >> How do i bind text to mouse buttons
Page : <1> :
You need to replace "right click" with "button1"
Button0 is the left click and I think Button 2 is the scrolly thing
I dont know about any more buttons other than left, right, and scrolly...
As for left click... That one is obviously used to shoot with so it isnt going to work :P
Think this is a LOCK
my blaster will destroy u!
Page : <1> :
This is what I have so far in my main.cs
If (!$server::dedicated) {
moveMap.bindCmd(mouse, "right click", "", "commandToServer('messageSent', "/tm Im smoking, I need to PASS!");");
Im not really sure what the bind is for right click.. Anyone know?
Id really like to find out because my uber mouse has 8 buttons and up, down, left, right scrolls. Instead of me pressing buttons on my keyboard I want to use these buttons on my mouse to speak.
BTW, my mouse is a wireless logitech MX1000 which cost me £35
Last edited: Wednesday, May 31, 2006 at 12:53:01 PM