View Single Post
Author Message
Munra
Senior Member
Join Date: May 2004
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