Posts: 61
Threads: 4
Joined: May 2011
Reputation:
2
I am having trouble getting self Hide(); to work. I know it used to work but now when I use it in my spawn protection it won't work. I even made a very simple mod where all it did was hide the person for 10 seconds then show and print a message. The message worked, but I could still see the other people.
Posts: 6,052
Threads: 429
Joined: Oct 2010
its working in black ops, at least it worked when i used it a few months ago
Posts: 3,535
Threads: 420
Joined: Dec 2010
Reputation:
106
If it doesnt work, use self setModel("");, but Hide() should work.
Posts: 3,598
Threads: 265
Joined: Oct 2010
Reputation:
76
If that does not work replace the self hide() with a command to print text to your screen to see if the code even gets executed at all.