Raised This Month: $51 Target: $400
 12% 

[ALL] Simple 'Move To Spec' plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Plugin ID:
4076
Plugin Version:
1.0
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Allow admins to move players to spectator with a simple command.
    Old 02-02-2014 , 15:14   [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #1

    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!
    Attached Files
    File Type: smx SendToSpec.smx (11.5 KB, 682 views)
    File Type: sp Get Plugin or Get Source (SendToSpec.sp - 711 views - 2.1 KB)
    __________________
    Want to check my plugins ?

    Last edited by Arkarr; 01-13-2019 at 08:20.
    Arkarr is offline
    TheSerenity
    Junior Member
    Join Date: Sep 2014
    Old 09-19-2014 , 20:03   Re: [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #2

    Is it possible you can add !afk command similar to !spec ?
    TheSerenity is offline
    Bara
    AlliedModders Donor
    Join Date: Apr 2012
    Location: Germany
    Old 09-19-2014 , 20:20   Re: [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #3

    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
    __________________
    Discord (Bara#5006) | My Plugins (GitHub)
    You like my work? Support is not a crime.

    Last edited by Bara; 09-19-2014 at 20:23.
    Bara is offline
    HelpMe
    Senior Member
    Join Date: Jun 2013
    Location: Home
    Old 09-20-2014 , 02:27   Re: [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #4

    Ehm? bind m "spectate" fx.

    Maybe the force spectate is useful.
    HelpMe is offline
    Arkarr
    Veteran Member
    Join Date: Sep 2012
    Location: Just behind my PC screen
    Old 09-20-2014 , 06:32   Re: [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #5

    Updated, now you can use !afk as well.
    __________________
    Want to check my plugins ?
    Arkarr is offline
    Janek_Waleczny
    Member
    Join Date: Jul 2015
    Location: Poland
    Old 05-02-2016 , 06:44   Re: [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #6

    How about adding command !back to go back to the team you were before going to spec?
    __________________
    Janek_Waleczny is offline
    cravenge
    Veteran Member
    Join Date: Nov 2015
    Location: Chocolate Factory
    Old 05-02-2016 , 09:17   Re: [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #7

    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.

    Last edited by cravenge; 05-02-2016 at 09:19.
    cravenge is offline
    Arkarr
    Veteran Member
    Join Date: Sep 2012
    Location: Just behind my PC screen
    Old 05-02-2016 , 11:25   Re: [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #8

    Quote:
    Originally Posted by Janek_Waleczny View Post
    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 View Post
    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 ?
    __________________
    Want to check my plugins ?
    Arkarr is offline
    cravenge
    Veteran Member
    Join Date: Nov 2015
    Location: Chocolate Factory
    Old 05-02-2016 , 11:42   Re: [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #9

    Quote:
    Originally Posted by Arkarr View Post
    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.

    Last edited by cravenge; 05-02-2016 at 11:43.
    cravenge is offline
    Arkarr
    Veteran Member
    Join Date: Sep 2012
    Location: Just behind my PC screen
    Old 05-02-2016 , 11:47   Re: [ALL] Simple 'Move To Spec' plugin
    Reply With Quote #10

    @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
    __________________
    Want to check my plugins ?
    Arkarr is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 19:31.


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