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

[TF2]MOTD backpack(With player menu)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Munra
Senior Member
Join Date: May 2004
Plugin ID:
2043
Plugin Version:
3.0
Plugin Category:
General Purpose
Plugin Game:
Team Fortress 2
Plugin Dependencies:
    Servers with this Plugin:
    10 
    Plugin Description:
    Brings up a player's backpack with a say command
    Old 10-30-2010 , 22:17   [TF2]MOTD backpack(With player menu)
    Reply With Quote #1

    Description
    This plugin brings up a player's backpack in an MOTD window, with player menu

    Say Commands
    !backpack
    !bp
    !sbp

    ConVars
    motdbp_version - Plugin Version
    motdbp_advert - Enable or disable the plugin advert (Disabled by default)
    motdbp_adtime - Time between adverts Min: 5 seconds Max: 15 minutes
    motdbp_fullscreen - Enable or disable fullscreen windows (Enabled by Default)
    motdbp_message - Set a custom advert message You can use any RGBA or RGB color {#RRGGBB} or {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN} and \n to start a new line
    motdbp_site - Choose a BackPack Site, 0 = TF2OutPost.com, 1 = TF2B.com, 2 = TF2items.com

    How to use advert colors
    You can use any RGB(A) color with {#RRGGBB} or {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN}
    Here is an online color picker.
    Using /n will start a new line


    Example 1:
    Code:
    {TEAM}View a backpack by typing {DEFAULT}!bp {TEAM}or {DEFAULT}!bp [playername]
    Example 2:
    Code:
    {#0B7A7A}View a backpack by typing {#C1E823}!bp {#0B7A7A}or {#C1E823}!bp [playername] \n{#9E1145}View STEAM Inventory by typing {#C1E823}!sbp {#9E1145}or {#C1E823}!sbp [playername]
    This plugin will now auto create a config file. plugin.motd.backpack.cfg can be found in your cfg/sourcemod folder
    It is recommended, when updating that you delete the current cfg file, upload the smx, and restart the server. If you change the map or reload the plugin, sourcemod will recreate the old cfg in memory.

    Spoiler


    Usage
    Type !backpack <players name>
    Brings up the players backpack in an MOTD window
    Type !sbp <players name>
    Brings up the players steam inventory in an MOTD window
    Type !bp or !sbp
    Displays a menu listing players.

    Special Thanks
    psychonic
    Tony "Drunken F00l" Paloma for creating and maintaining TF2items.com
    Sneeza for maintaining TF2Outpost
    bottiger for his much neater code and removing the extension requirement.
    11530 for adding additional features.

    ToDo
    Add Avert[Done in 1.0.1]
    Allow Custom Advert [Done in 2.2]
    Add Player menu [Done in 2.0]

    Notes
    Only Tested on a windows server.
    Setting your steam profile to private will also make your backpack private.
    Alternate support and download topic
    Test server: 216.231.142.5:27015
    Test server: 216.231.142.60:27015

    History
    1.0.0 Initial Release
    1.0.1 Added plugin advert
    2.0
    Added playermenu
    Removed CSsteamid extension requirement
    defaulted adverts to 0
    Added bottiger as co-author

    2.1
    Added bug fixes by 11530 in post #35 and Post #46
    2.2
    Added fullscreen MOTD support (Thanks to 11530)
    Added Custom advert message (Thanks to 11530)
    Auto Creates a config file
    Removed some obsolete code
    Changed RegConsoleCmd to RegAdminCmd so admins overrides could still be used (Thanks 11530)
    Changed obsolete variable names to more accurately represent the current version (Thanks 11530)

    3.0
    Added TF2Outpost.com and TF2B.com as additional backpack sites
    Added !sbp which loads the user's Steam Inventory from TF2Outpost.com
    Blocks the MOTD refreshing upon death. Comment Out line 12 to allow MOTD refresh (Thanks 11530)
    The custom advert now allows for colors (Thanks 11530)
    The custom advert now allows for new lines (Thanks 11530)
    Added 11530's calculation for community id found in this post (Thanks 11530)


    Previous views 903
    Attached Files
    File Type: sp Get Plugin or Get Source (MotdBackPack.sp - 7092 views - 11.3 KB)
    __________________
    http://anbservers.net
    My Plugins
    PMs for support will be ignored please use the plugin topic for support.

    Last edited by Munra; 08-01-2012 at 22:47. Reason: Update
    Munra is offline
    [AiF] Biggs
    Member
    Join Date: Jan 2008
    Location: Statesboro, GA
    Old 10-30-2010 , 22:52   Re: [TF2]Player's TF2items.com backpack
    Reply With Quote #2

    Nice.
    __________________
    [AiF] Biggs is offline
    Invader Amoto
    Member
    Join Date: May 2009
    Old 10-31-2010 , 03:16   Re: [TF2]Player's TF2items.com backpack
    Reply With Quote #3

    I just tried this out on my linux server. It works excellently.

    Thank you so much for this.
    The many people in my servers thank you.

    EDIT: I do find it occasionally says "invalid target" even though it will work on the same guy the next time I type it, but it's rare. As it is, this plugin is excellent.

    Last edited by Invader Amoto; 10-31-2010 at 03:21.
    Invader Amoto is offline
    danmon
    Member
    Join Date: Oct 2010
    Old 10-31-2010 , 15:23   Re: [TF2]Player's TF2items.com backpack
    Reply With Quote #4

    Results:
    Filename: MotdBackPack.smx
    Load error: Unable to load plugin (error 1: Unrecognizable file format)

    And i cant recompile it since there is no source for the plugin attached
    danmon is offline
    Munra
    Senior Member
    Join Date: May 2004
    Old 10-31-2010 , 16:15   Re: [TF2]Player's TF2items.com backpack
    Reply With Quote #5

    Quote:
    Originally Posted by danmon View Post
    Results:
    Filename: MotdBackPack.smx
    Load error: Unable to load plugin (error 1: Unrecognizable file format)

    And i cant recompile it since there is no source for the plugin attached
    Source is attached at the top. It would be illegal for me to supply a compiled plugin without supplying its source code.

    Don't forget to add the CSsteamID.inc to your scripting/includes
    __________________
    http://anbservers.net
    My Plugins
    PMs for support will be ignored please use the plugin topic for support.

    Last edited by Munra; 10-31-2010 at 16:40.
    Munra is offline
    Skyrider
    AMX Mod X Beta Tester
    Join Date: May 2005
    Location: Netherlands
    Old 10-31-2010 , 16:40   Re: [TF2]Player's TF2items.com backpack
    Reply With Quote #6

    Rather a coincidence when I requested this on the TF2Items channels a few days ago.. and tada, now someone has created it, hah.
    __________________
    Skyrider is offline
    Send a message via AIM to Skyrider Send a message via MSN to Skyrider Send a message via Yahoo to Skyrider
    TimeShift
    Member
    Join Date: Aug 2009
    Old 10-31-2010 , 17:51   Re: [TF2]Player's TF2items.com backpack
    Reply With Quote #7

    Excellent plugin, and here's a suggestion:

    Make the !backpack/!bp command open a menu with the players list, then you choose the player you want to see the backpack.

    ;)
    TimeShift is offline
    Munra
    Senior Member
    Join Date: May 2004
    Old 10-31-2010 , 18:16   Re: [TF2]Player's TF2items.com backpack
    Reply With Quote #8

    Quote:
    Originally Posted by TimeShift View Post
    Excellent plugin, and here's a suggestion:

    Make the !backpack/!bp command open a menu with the players list, then you choose the player you want to see the backpack.

    ;)
    Thank you its on the todo list

    In the mean time you can make your own custom menu.

    Also you don't have to use the full players name,

    Like for me you could just do !backpack Mun and it should still bring up my backpack
    __________________
    http://anbservers.net
    My Plugins
    PMs for support will be ignored please use the plugin topic for support.

    Last edited by Munra; 10-31-2010 at 18:18.
    Munra is offline
    Munra
    Senior Member
    Join Date: May 2004
    Old 10-31-2010 , 19:44   Re: [TF2]Player's TF2items.com backpack
    Reply With Quote #9

    Plugin updated

    Added an Advert
    __________________
    http://anbservers.net
    My Plugins
    PMs for support will be ignored please use the plugin topic for support.

    Last edited by Munra; 10-31-2010 at 20:30.
    Munra is offline
    Skyrider
    AMX Mod X Beta Tester
    Join Date: May 2005
    Location: Netherlands
    Old 11-01-2010 , 06:55   Re: [TF2]Player's TF2items.com backpack
    Reply With Quote #10

    Make the advert as a plugin cvar so it can be disabled .
    __________________
    Skyrider is offline
    Send a message via AIM to Skyrider Send a message via MSN to Skyrider Send a message via Yahoo to Skyrider
    Reply


    Thread Tools
    Display Modes

    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 10:36.


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