AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ALL] Simple 'Move To Spec' plugin (https://forums.alliedmods.net/showthread.php?t=234678)

Arkarr 02-02-2014 15:14

[ALL] Simple 'Move To Spec' plugin
 
6 Attachment(s)
Simple Move To Spec

Want to go to the WC without leaving the server because after it's full ? Simple Move To Spec plugin is for you ! You can quickly join spectator team using a simple command !
Original idea : https://forums.alliedmods.net/showthread.php?p=2094440 by Donski
Also, a dude requested this plugin via PM.

Commands :

!spec -> Make you join the spectator team.
!afk -> Make you join the spectator team.

!fspec [PLAYER] "[optional:REASON]" -> Make a sepcific player or group of player joining the sepctator team. ADMIN FLAG: B - Generic

Exemple :
!fspec Arkarr
!fspec Arkarr "This player is AFK." /!\WARNING/!\ Don't forget the two " before and after the [optional:REASON] block.

Cvar :

Any !

Enjoy!

TheSerenity 09-19-2014 20:03

Re: [ALL] Simple 'Move To Spec' plugin
 
Is it possible you can add !afk command similar to !spec ? :)

Bara 09-19-2014 20:20

Re: [ALL] Simple 'Move To Spec' plugin
 
Isn't it redundant (except with reason switch)?
https://forums.alliedmods.net/showthread.php?p=1983051

or this (but greater)
https://forums.alliedmods.net/showthread.php?p=2041122
https://forums.alliedmods.net/showthread.php?p=587405
https://forums.alliedmods.net/showthread.php?p=1962444

HelpMe 09-20-2014 02:27

Re: [ALL] Simple 'Move To Spec' plugin
 
Ehm? bind m "spectate" fx.

Maybe the force spectate is useful.

Arkarr 09-20-2014 06:32

Re: [ALL] Simple 'Move To Spec' plugin
 
Updated, now you can use !afk as well.

Janek_Waleczny 05-02-2016 06:44

Re: [ALL] Simple 'Move To Spec' plugin
 
How about adding command !back to go back to the team you were before going to spec?

cravenge 05-02-2016 09:17

Re: [ALL] Simple 'Move To Spec' plugin
 
Now that I think about it, there are so many plugins like this. Most of them have the same functions, some are better and all have different names but regardless on the specified games the plugins work, they actually support all kind of games which have spectator teams.

Arkarr 05-02-2016 11:25

Re: [ALL] Simple 'Move To Spec' plugin
 
Quote:

Originally Posted by Janek_Waleczny (Post 2415881)
How about adding command !back to go back to the team you were before going to spec?

Added to the todo list.
Quote:

Originally Posted by cravenge (Post 2415938)
Now that I think about it, there are so many plugins like this. Most of them have the same functions, some are better and all have different names but regardless on the specified games the plugins work, they actually support all kind of games which have spectator teams.

Thanks for the reply, but I quite don't get you, is it bad or good ? What kind of functionality should I add it to make it better / different ?

cravenge 05-02-2016 11:42

Re: [ALL] Simple 'Move To Spec' plugin
 
Quote:

Originally Posted by Arkarr (Post 2415983)
Added to the todo list.

Thanks for the reply, but I quite don't get you, is it bad or good ? What kind of functionality should I add it to make it better / different ?

No, no. It's good. In fact, I'm using your version and made some tweaks. Well, maybe you can add these commands for spectating:

PHP Code:

RegConsoleCmd("sm_afk"AFKTurnClientToSpectate);
RegConsoleCmd("sm_spec"AFKTurnClientToSpectate);
RegConsoleCmd("sm_idle"AFKTurnClientToSpectate);
RegConsoleCmd("sm_spectate"AFKTurnClientToSpectate);
RegConsoleCmd("sm_spectators"AFKTurnClientToSpectate);
RegConsoleCmd("sm_joinspectators"AFKTurnClientToSpectate);
RegConsoleCmd("sm_jointeam1"AFKTurnClientToSpectate);
RegConsoleCmd("sm_team1"AFKTurnClientToSpectate); 

Just change all the AFKTurnClientToSpectate to what name you used.

Arkarr 05-02-2016 11:47

Re: [ALL] Simple 'Move To Spec' plugin
 
@cravenge
Or you could also use my other plugin wich allow you to edit plugin commands.
Take a look : https://forums.alliedmods.net/showthread.php?p=2076566


All times are GMT -4. The time now is 14:40.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.