Thread: Shooting Glitch
View Single Post
  #3  
Old 04-09-2006, 12:17 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Oh, and I just noticed this:
this.angle = "#v(getangle(vecx(playerdir),vecy(playerdir))) ";

First of all, #v() is never used in GS2. NEVER.
Second, "" tells the script that something is text. That won't make this.angle the angle, it'll make this.angle the text that's there. Take out the #v() and the "". Same with this.random.
Reply With Quote