View Single Post
  #3  
Old 09-01-2007, 09:40 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Googi View Post
When it doesn't work, does it not execute at all or does it do something like say that the player still has to wait when it shouldn't? From the looks of your script the this.temp[5] in the if statement should be this.temp[6].
Googi is right, change
PHP Code:
if (this.temp[5] == 1) { 
into
PHP Code:
if (this.temp[6] == 1) { 
__________________
Reply With Quote