View Single Post
  #13  
Old 05-30-2013, 06:57 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

It may require more than 250 status, go in your database to the Commands table and check if anything requires above 250. A simple way to do so below this. If you do, set your status higher and relog.

Code:
/*Finds commands that are above 250 status.*/
SELECT * FROM `commands` WHERE `access` > 250;
Reply With Quote