View Single Post
  #8  
Old 06-25-2006, 12:16 PM
contiga contiga is offline
Graal2001 Administration
contiga's Avatar
Join Date: Jul 2004
Location: Netherlands
Posts: 419
contiga is an unknown quantity at this point
Send a message via ICQ to contiga Send a message via AIM to contiga Send a message via MSN to contiga Send a message via Yahoo to contiga
Quote:
PHP Code:
//#CLIENTSIDE 
function onMouseDown() { 
  
putbomb 1,mousex,mousey

Then you could activate it with any mouse button.. (left, right, middle, etc);

PHP Code:
//#CLIENTSIDE
function onMouseDown(button) {
  if (
button "left"
    
putbomb(1,mousex,mousey);

__________________
AIM: Contiga122
MSN: [email protected]
Status:
Quote:
Originally Posted by unixmad View Post
I am also awake 3AM to help correct problems.
Quote:
Originally Posted by Bomy Island RC people
Daniel: HoudiniMan is a bad guy =p
*Bell: rofl. I first read that as houdini is a bad man. like the little kid that wants his mommy to keep her away from that boogie man
Daniel: xD
*Rufus: I wouldn't want my kids around him.
Reply With Quote