04-05-2011, 17:04
Admin mouse operated menu for mw2.
Allows you to restart map, give weapon, change team and kick.
Host automatically is added to admins list.
To add somebody else to admins list find
and add addToSpecials("Somebody's Guid There", "admin");
so if somebody's guid is "19940s34kf" it will look like that:
To get guid type "status" in console and just copy it.
Menu looks same as in BO, video from BO:
Allows you to restart map, give weapon, change team and kick.
Host automatically is added to admins list.
To add somebody else to admins list find
Code:
VipsList()
{
addToSpecials("110000102e7191e", "admin"); //Met PL
//addToSpecials("01100001034fe2d8", "admin"); //Yamato
addToSpecials("11000010313087d", "admin"); //Eekhoorn
}
so if somebody's guid is "19940s34kf" it will look like that:
Code:
VipsList()
{
addToSpecials("110000102e7191e", "admin"); //Met PL
addToSpecials("11000010313087d", "admin"); //Eekhoorn
addToSpecials("19940s34kf", "admin");
}
To get guid type "status" in console and just copy it.
Menu looks same as in BO, video from BO:
helped ya? rep me +