ItsMods

Full Version: Admin Spectator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello
I have question Is it possible to do plug-in which the admin will have free watching and the rest of the players only teams.
This plugin is needed to streamed matches ESL.

Sorry for my English Smile
no idea
(03-07-2012, 13:56)kokole Wrote: [ -> ]no idea

Then why the hell did you post?

@makavel
It's not possible with the current server addon.
such plugin would be awesome.
Unfortunately, I am loyal zxz0O0 and I using Promod 1.10 which also has a Spectator.
I'm sorry yamraj but for me Promod is most important because it promotes him in ESL PL where we play on it GoPL MW3.
Do not take this personally because I know that a lot of work and I respect your work.
For that I also use your plugins: Nextmap Plugin v1.01
CSHARP Code
  1. using System;
  2. using System.Collections.Generic;
  3. using Addon;
  4.  
  5.  
  6. namespace plugin_test
  7. {
  8.  
  9. public class plugin_test : CPlugin
  10. {
  11. public override void OnPlayerConnect(ServerClient Client)
  12. {
  13. if (Client.XUID == "adminsxuid")
  14. {
  15. Client.SpectateType = SpectateTypes.AllTeams;
  16. }
  17. }
  18. }
  19. }
The code does not work
(03-29-2012, 23:43)atenziono Wrote: [ -> ]
CSHARP Code
  1. using System;
  2. using System.Collections.Generic;
  3. using Addon;
  4.  
  5.  
  6. namespace plugin_test
  7. {
  8.  
  9. public class plugin_test : CPlugin
  10. {
  11. public override void OnPlayerConnect(ServerClient Client)
  12. {
  13. if (Client.XUID == "adminsxuid")
  14. {
  15. Client.SpectateType = SpectateTypes.AllTeams;
  16. }
  17. }
  18. }
  19. }
It will not work OnPlayerConnect.
(03-07-2012, 20:33)Nukem Wrote: [ -> ]
(03-07-2012, 13:56)kokole Wrote: [ -> ]no idea

Then why the hell did you post?

@makavel
It's not possible with the current server addon.
i post cuz i can put this Troll
Pages: 1 2