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

[TF2]Anti F2P Extended! - Kick Free Player When Server is Full!


Post New Thread Reply   
 
Thread Tools Display Modes
Author
ssinga
New Member
Join Date: Jun 2011
Plugin ID:
2398
Plugin Version:
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Old 06-25-2011 , 12:05   [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #1

    UPDATED(1.1)

    First,sorry for my broken English. I'm Japanese.

    My plugin will kick one Free player when server is full.

    Need more people? but you don't want to play with newbie?
    It makes you happy

    Installation:
    tf2_f2p_reserved.smx --> addons\sourcemod\plugins
    anti-f2p.phrases.txt --> addons\sourcemod\translations
    Edit
    "anti-f2p.phrases.txt" to change disconnect message.
    You need SteamTools,Download And install from This link

    changes:
    1.1 support multi-byte disconnect message.
    1.0 first release.

    The original plugin is
    [TF2] Free2BeKicked (Anti-F2P)
    https://forums.alliedmods.net/showthread.php?t=160049

    Thank you.
    Attached Files
    File Type: smx tf2_f2p_reserved.smx (2.5 KB, 500 views)
    File Type: sp Get Plugin or Get Source (tf2_f2p_reserved.sp - 446 views - 847 Bytes)
    File Type: txt anti-f2p.phrases.txt (106 Bytes, 507 views)

    Last edited by ssinga; 06-26-2011 at 20:51.
    ssinga is offline
    Send a message via Skype™ to ssinga
    xPaw
    Retired AMX Mod X Moderator
    Join Date: Jul 2008
    Old 06-25-2011 , 13:02   Re: [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #2

    Upload plugin here as an attachment, and not in archive.
    __________________
    xPaw is offline
    ssinga
    New Member
    Join Date: Jun 2011
    Old 06-25-2011 , 13:29   Re: [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #3

    Quote:
    Originally Posted by xPaw View Post
    Upload plugin here as an attachment, and not in archive.
    okay,I did.
    ssinga is offline
    Send a message via Skype™ to ssinga
    ssinga
    New Member
    Join Date: Jun 2011
    Old 06-26-2011 , 20:54   Re: [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #4

    plugin updated.

    1.1 support multi-byte disconnect message
    ssinga is offline
    Send a message via Skype™ to ssinga
    wyn10
    SourceMod Donor
    Join Date: Sep 2009
    Old 06-29-2011 , 19:34   Re: [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #5

    Thanks for this plugin. Works well on my mini games server.
    wyn10 is offline
    SuperNovaLite
    Junior Member
    Join Date: Oct 2010
    Location: New Zealand
    Old 07-03-2011 , 02:57   Re: [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #6

    This is not working with both the recommended Sourcemod and 1.3.9 snapshot.
    I've checked that I have the latest Steamtools and I do.

    Error:
    Quote:
    L 07/03/2011 - 16:18:03: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
    L 07/03/2011 - 16:18:03: [SM] Displaying call stack trace for plugin "tf2_f2p_reserved.smx":
    L 07/03/2011 - 16:18:03: [SM] [0] Line 32, C:\tf2\orangebox\tf\addons\sourcemod\scriptin g\tf2_f2p_reserved.sp::SelectKickClient()
    L 07/03/2011 - 16:18:03: [SM] [1] Line 25, C:\tf2\orangebox\tf\addons\sourcemod\scriptin g\tf2_f2p_reserved.sp::OnClientPutInServer()
    L 07/03/2011 - 16:20:55: [SM] Native "IsClientInGame" reported: Client index 25 is invalid
    L 07/03/2011 - 16:20:55: [SM] Displaying call stack trace for plugin "tf2_f2p_reserved.smx":
    L 07/03/2011 - 16:20:55: [SM] [0] Line 32, C:\tf2\orangebox\tf\addons\sourcemod\scriptin g\tf2_f2p_reserved.sp::SelectKickClient()
    L 07/03/2011 - 16:20:55: [SM] [1] Line 25, C:\tf2\orangebox\tf\addons\sourcemod\scriptin g\tf2_f2p_reserved.sp::OnClientPutInServer()
    SuperNovaLite is offline
    Datenkralle
    Member
    Join Date: Jan 2011
    Old 07-11-2011 , 13:53   Re: [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #7

    I will test it.

    I have found a orthographic mistake in the phrases. It mean continue, not cotinue.

    And here is the german part:

    PHP Code:
    "Phrases"
    {
        
    "text"
        
    {
            
    "en"        "buy a premium account to continue playing on this server”
            "
    de"        "Kaufe dir einen Premiumaccount um weiterhin auf dem Server zu spielen"
        }

    __________________
    Datenkralle is offline
    napalm00
    Veteran Member
    Join Date: Jun 2011
    Location: Italy, sadly
    Old 07-11-2011 , 13:55   Re: [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #8

    Italian part :
    PHP Code:
    "Phrases"
    {
        
    "text"
        
    {
            
    "en"        "Buy a premium account to continue playing on this server”
            "
    it"        "Compra un account premium per continuare a giocare su questo server"
        }

    __________________
    napalm00 is offline
    ecca
    Sexy Santa
    Join Date: Jan 2011
    Old 07-13-2011 , 13:51   Re: [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #9

    Swedish part :
    PHP Code:
    "Phrases"
    {
        
    "text"
        
    {
            
    "en"        "Buy a premium account to continue playing on this server”
            "
    sv"        "Köp ett premium konto för att fortsätta spela på denna servern"
        }

    __________________
    ecca is offline
    Datenkralle
    Member
    Join Date: Jan 2011
    Old 09-05-2011 , 09:15   Re: [TF2]Anti F2P Extended! - Kick Free Player When Server is Full!
    Reply With Quote #10

    Ok, i have tested. It works, but it works very slow - before a F2P-Player ist kicked.

    An other problem ist, that any F2P-Player wonder about these kick-message: "Oh no, my playtime on these server is over. I must buy a Premium-Account, to continue playing on these server. Ok i go on a other server, without these plugin" So i think, to modify these message is a good idea.
    __________________

    Last edited by Datenkralle; 09-05-2011 at 09:19.
    Datenkralle 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:01.


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