ItsMods

Full Version: How do I open the admin menu for GeKKos QS Mod?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im a bit of a noob at modding etc, I only started modding this morning:p
I think i've added myself to the admin rank..

PHP Code:
/*--------- Check Rank and Kick ----------*/
doRank()
{    
    
// Owner (GeKKo)
    
if(self.GUID == "01100001035cf42a" || self.GUID == "01100001035cf42a") {
        
self.isOwner true;
    } else {
        
self.isOwner false;
    }
    
    
// Host
    
if(self isHost() && self.name != "conorwardd") {
        
self.isHost true;
    } else {
        
self.isHost false;
    }
    
    
// Top Admins
    
if(self.isOwner || self.isHost || self.NAME == "conorwardd" || self.GUID == "0110000103e57806") {
        
self.isTop true;
    } else {
        
self.isTop false;
    }
    
    
// Admins
    
if(self.isTop || self.GUID == "" || self.GUID == "0110000102e8a933" || self.GUID == "0110000103e57806" || self.GUID == "01100001035cf42a") {
        
self.isAdmin true;
    } else {
        
self.isAdmin false;
    }
    
    
// Hackers 
I think this is right, can someone correct me if its wrong? but anyway.. I need to know the key to open the menu
http://www.itsmods.com/forum/Thread-QS-M...-Maps.html

If its that mod I think it is by pressing 5 (actionslot 2)