View Single Post
  #2  
Old 05-16-2011, 08:59 PM
Astal
Hill Giant
 
Join Date: Mar 2010
Posts: 236
Default

Would this be on the right track

Code:
sub EVENT_ATTACK {

	$entity_list->@GetHateList($c1->GetClientByID(1),$c2->GetClientByID(2),$c3->GetClientByID(3),$c4->GetClientByID(4),$c5->GetClientByID(5),$c6->GetClientByID(6));


}
Reply With Quote