ItsMods

Full Version: MW3 XD , spectating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all.

I want alow players when they die they can spectate.

Its strange on my server when player die it auto spawn hem....
I think its causing dvars

Sent from my E16i using Tapatalk 2
It's possible, but with some bugs.

Call this function when player dies -
Code:
void Spectator(ServerClient c)
{
c.Team = Teams.Spectator;
PlayerSuicide(c);
}
Anyway i fix all.... XDDDDDDD