Hi, I'm trying to fix something on my site so that a user can only kill when a certain rank. I currently have this code
if ($rank < "Boss, Supreme Boss, Kingpin, Don, Godfather"){ echo "You have to be ranked atleast Boss to kill";
}
It does return the correct "You have to be. . . " But also carries on through the page and continues to try and kill? So aswell as getting "You have to be. . " I get"You dont have enough bullets. . . or you have to wait to shoot again"
Thanksinadvance