Thread: Little Problem
View Single Post
  #3  
Old 15th November 2009, 20:46
LeCt0r LeCt0r is offline
Member
 
Join Date: Mar 2009
P2P
Posts: 8
Default
I want to add 6 old classes
i added this define ('UC_USER', 0);
define ('UC_POWER_USER', 1);
define ('UC_ELITE_MEMBER', 2);
define ('UC_SUPER_MEMBER', 3);
define ('UC_EXTRA_MEMBER', 4);
define ('UC_GRAND_MEMBER', 5);


but not work...
Reply With Quote