Jump to content

Who Can Help Me With Nicklist


Seci

Recommended Posts

Have you checked to see the icons are returning the correct ones

alias nickicon {

if (%icon. [ $+ [ $1 ] ] == away) return 10

elseif (' isin $1) return 5

elseif ($1 isowner $2) return 1

elseif ($1 isop $2) return 2

elseif (%icon. [ $+ [ $1 ] ] == no-profile) return 4

elseif (%icon. [ $+ [ $1 ] ] == profile-no-gender-no-pic) return 11

elseif (%icon. [ $+ [ $1 ] ] == Male-Profile) return 6

elseif (%icon. [ $+ [ $1 ] ] == Femail-Profile) return 7

elseif (%icon. [ $+ [ $1 ] ] == Profile-No-Gender) return 12

elseif (%icon. [ $+ [ $1 ] ] == Femail-Profile-Pic) return 9

elseif (%icon. [ $+ [ $1 ] ] == Male-Profile-Pic) return 8

elseif (%icon. [ $+ [ $1 ] ] == spectator) return 3

else return 4

}

??????

 

some servers the order is also important...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...