View Single Post
  #4  
Old 03-02-2003, 07:38 AM
Lyenu X`Arie
Fire Beetle
 
Join Date: Mar 2002
Posts: 0
Default

So do this...


Code:
if(check_level-1 >= 20 && !this->GetPVP()) { 
  this->SetPVP(true); 
}
Reply With Quote