View Single Post
Munra
Senior Member
Join Date: May 2004
Old 04-21-2012 , 13:03   Re: [TF2]TF2items.com MOTD backpack(With player menu)
Reply With Quote #57

Quote:
Originally Posted by altoidwoman View Post
I updated the plugin, turns out I was using an old version. It's showing full page but since I'm on high resolution I am getting 14 per line. So it's all just client based? No way of setting fixed motd width? I actually don't mind having horizontal scrollbars. I have a page of dixies set in a heart formation that I'd like to show up normally.
You can set motdbp_fullscreen to 0 in the config and you'll get the old school way. However it will still have the wrap.

To get rid of the wrap you'll have to edit the source.

In version 2.2 find line 135
Code:
Format(itemsurl, sizeof(itemsurl), "http://www.tf2items.com/steamid/%s?wrap=1", steamid);
Change to

Code:
Format(itemsurl, sizeof(itemsurl), "http://www.tf2items.com/steamid/%s", steamid);
save and compile http://www.sourcemod.net/compiler.php
__________________
http://anbservers.net
My Plugins
PMs for support will be ignored please use the plugin topic for support.

Last edited by Munra; 04-21-2012 at 13:04.
Munra is offline