Brackston
Member
- Aug 6, 2014
- 232
- 20
1. How can I make it so admins can access the hotel while maintenance mode is on. In class.core, I tried changing
to
But it just messed the whole cms up, couldnt access anything. Also this is for rev
____________________________________________________________________________________________
2. When I try editing an image in my habbo.swf, theres no transparency. The new image has transparency, but it doesnt show in the swf. How can I do this?
Thanks.
Code:
elseif($_GET['url'] != 'maintenance')
Code:
elseif($_GET['url'] != 'maintenance' && $_SESSION['user']['rank'] != 7)
____________________________________________________________________________________________
2. When I try editing an image in my habbo.swf, theres no transparency. The new image has transparency, but it doesnt show in the swf. How can I do this?
Thanks.