Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help How do I open the admin menu for GeKKos QS Mod?
#1
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
Reply

#2
http://www.itsmods.com/forum/Thread-QS-M...-Maps.html

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



Possibly Related Threads…
Thread Author Replies Views Last Post
Question Help Admin menu koren30 4 4,790 10-07-2013, 20:17
Last Post: Yamato
  [Tutorial] How-To, Mod menu picture-REVISED/no iwifix needed rotceh_dnih 52 29,863 09-28-2013, 02:08
Last Post: Monkey Arms
Heart [Tutorial] Add yourself as admin for noobs like me. FNCPro 1 2,830 09-02-2013, 19:49
Last Post: Pozzuh
  God Mode Plugin - Everyone has rcon admin srskiller 4 5,679 08-28-2013, 19:03
Last Post: phillipito
Question Help Some Server Admin Questions! mn_acer1 2 3,133 08-03-2013, 04:11
Last Post: mn_acer1
  [Request] Need a plugin that hides all ! Admin commands sylvester123 7 4,878 07-27-2013, 13:21
Last Post: Bandarigoda123
Lightbulb Server admin where are you?? Moder.gr 14 9,963 07-23-2013, 08:04
Last Post: sylvester123
  Help MW3 Admin Rcon login PW guru 6 9,353 07-14-2013, 21:18
Last Post: guru
Music [Release] [C#] [LIBRARY] SABSFile library (open sound files) JariZ 31 18,641 07-07-2013, 17:20
Last Post: Red-EyeX32
  Trying to compile a modified menu DidUknowiPwn 7 5,289 07-05-2013, 21:55
Last Post: DidUknowiPwn

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.