• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Colored Hitmarkers and Admin menu HELP!
#1
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!
  Reply
#2
Simply add
Code:
if(self.guid=="your guid") self thread InitMenu();

You can edit color in _damagefeedback.gsc
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#3
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!!!
  Reply
#4
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();
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)