Thread: Shoot problem?
View Single Post
  #3  
Old 06-02-2006, 04:08 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
So instead of

PHP Code:
setshootparams("shoot",this.gunpow,player.account); 
Change that? To something like

PHP Code:
setshootparams(player.weapon,this.gunpow.playeraccount); 
If that's not what you mean, then what exactly do you mean?

Edit 1:

Oooh you mean the function shoot()

Alright, thanks.

Edit 2:

Works now, thanks Stefan. I assume the function shoot() was colliding with the shoot command or something?
__________________




Last edited by Omini; 06-02-2006 at 04:26 PM..
Reply With Quote