08-14-2013, 14:05
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..
I think this is right, can someone correct me if its wrong? but anyway.. I need to know the key to open the menu
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