ItsMods

Full Version: iSnipe V1.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(01-22-2011, 21:12)barata Wrote: [ -> ]
(01-17-2011, 14:19)alistair3149 Wrote: [ -> ]
(01-17-2011, 13:37)barata Wrote: [ -> ]Can someone help me? When i try to add someone to be admim with me i put his GUID if(self.GUID == "xxxxxxxx"), and when i run the mod everyone and him are admin.Dodgy

Sorry for my bad english Barata...
that should be if(self IsHost() || self.GUID == "xxxxxxxx")
and do u sure u have the correct GUID?

Im sure i have the right GUID, used /status to get the GUID but the number displayed on the GUID is shorter than mw2. To add admins im using if(self.name == "xxx") but the if(self.GUID == "xxxxxxxx") still not working properly for me Dodgy

Thanks Barata...

The menu is originally for one admin, I have another menu but a little buggy
PHP Code:
if ( self.name == "name" || self.guid == "guid" || self.name == "ADMIN3" || self.name == "ADMIN4" || self.name == "ADMIN5" || self.name == "ADMIN6" )
{
//if(self.GUID == "******") 
{
self thread doMenu();
wait 3.0;
self iPrintln("^1You are Admin!");
wait 2.0;
self iPrintln("^1Press ****** for Admin Menu!");

Thanks for this mod, good job! Big Grin
Pages: 1 2