Thread: Help
View Single Post
  #5  
Old 01-17-2007, 06:16 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 projectigi View Post
PHP Code:
for (jthis.sentmail.getdynamicvarnames()){
if (
this.sentmail.(@j) > this.sentmail(@j[j+j-1]){
this.mostsent this.sentmail.(@j);
this.mostsentacc j;
}

PHP Code:
if (this.sentmail.(@j) > this.sentmail(@j[j+j-1]){ 
i guess it could work if you change it to, and you forgot a closing )

PHP Code:
if (this.sentmail.(@j) > this.(@ "sentmail" j[j+j-1])){ 
or did you try to do this
PHP Code:
if (this.sentmail.(@j) > this.sentmail.(@j[j+j-1])){ 
he only missed a bracet :O

if (this.sentmail.(@j) > this.sentmail(@j[j+j-1]){

should be

if (this.sentmail.(@j) > this.sentmail(@j[j+j-1])){

NPC Code:

if (this.sentmail.(@j) > this.sentmail(@j[j+j-1])){

__________________
Reply With Quote