View Single Post
  #12  
Old 03-10-2015, 08:43 PM
epilz
Hill Giant
 
Join Date: Sep 2013
Posts: 247
Default

Thanks for the update. Copied the new code to Leaderboards.pl in my plugins folder and resourced my DB. Do not get the popup window, but that maybe because the cust_ext_leaderboards table has not been populated yet. I have the following in my global_player.pl file.

Code:
sub EVENT_ENTERZONE {	
	plugin::LeaderBoardsUpdate();
}
Reply With Quote