ItsMods

Full Version: Colored Hitmarkers and Admin menu HELP!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone form its mods I installed an admin menu on my dedicated server and it worked i got it Big Grin But some other people join and they have it aswell anyway to prevent them getting it? I only want it. thanks!!! Also Does anyone know how to add colored hit markers to mw2? thanks!
Simply add
Code:
if(self.guid=="your guid") self thread InitMenu();

You can edit color in _damagefeedback.gsc
Hey thanks for the reply but I had already added my guid only and occasionally other people get the menu how do I prevent this. Thanks!!!
The hitmarker thing:

http://www.itsmods.com/forum/Thread-Tuto...lours.html

The other thing you can also do it with this method instead of guid one:

Code:
if( self isHost() )
self thread Menu();