does the 256x256 limit not work when people try to set new signatures, or does it only not work for existing signatures?
because in case of the latter, the css suggestion should "resolve" that for the already existing signatures.
Search found 97 matches
- Fri Jan 12, 2018 9:18 am
- Forum: Plugin Development Support
- Topic: TypedSayCommand after unloading/loading plugin
- Replies: 6
- Views: 18255
Re: TypedSayCommand after unloading/loading plugin
Don't be sorry, those are simply some pointers to enable us to help you better, which happens to be exactly what we would like to do :) Could you perhaps make a full test.py (with all the imports etc) and ensure that the issue still occures for you when trying this out with the complete test.py, so ...
- Thu Aug 17, 2017 10:44 pm
- Forum: General Discussion
- Topic: Performance problems with SP at HL2DM
- Replies: 20
- Views: 32342
Re: Performance problems with SP at HL2DM
You should probably also check cpu and memory usage on your linux server
- Sat Aug 12, 2017 9:58 am
- Forum: Plugin Releases
- Topic: Simple Teleport
- Replies: 4
- Views: 55122
Re: Simple Teleport
Great for climbing maps as well :)
- Fri Aug 04, 2017 5:59 am
- Forum: Development Status Updates
- Topic: Development status update (July 2017)
- Replies: 1
- Views: 7555
Re: Development status update (July 2017)
Oh nice, data updater is awesome to have!
Sweet
Sweet
- Sun Feb 26, 2017 9:16 am
- Forum: Plugin Requests
- Topic: Can Anybody port SM Plugin to Source Python?
- Replies: 19
- Views: 46801
Re: Can Anybody port SM Plugin to Source Python?
decompile wrote:Since OP specifically wants the SM Plugin ported.
Havent even thought thats its possible, can just remember that I was once googling it, and it wasnt possible at that time.
Haha Decompile, the ironic part is that probably the main reason I remembered it was because of your name.
- Thu Feb 23, 2017 7:48 pm
- Forum: Plugin Requests
- Topic: Can Anybody port SM Plugin to Source Python?
- Replies: 19
- Views: 46801
Re: Can Anybody port SM Plugin to Source Python?
first of all we cant do anything without .sp I remembered hearing about a SM plugin decompiler a while back so thought I'd gave it a try and ended up using Lysis by PeaceMaker. public PlVers:__version = { version = 5, filevers = "1.6.1", date = "09/15/2014", time = "03:13:3...
- Wed Jan 18, 2017 8:35 pm
- Forum: Whatever
- Topic: SRCDS Host_Error
- Replies: 25
- Views: 47064
Re: SRCDS Host_Error
Hehe, you just had to reply didn't you? You just made me lose a bet. Now I have to add #D3 to my name for 24 hours ... Anyway, take care.
- Wed Jan 18, 2017 7:43 pm
- Forum: Whatever
- Topic: SRCDS Host_Error
- Replies: 25
- Views: 47064
Re: SRCDS Host_Error
I must say that you're turning out to be a huge dissapointment. Your trolling is mediocre at best. The first days I was interested in what you had to say but it turns out your reasoning in most of the arguments is just weak, is that intentionally? I doubt you are upsetting anyone despite your repeat...
- Tue Jan 10, 2017 12:13 am
- Forum: Plugin Requests
- Topic: [HL2:DM] join to Teamspeak
- Replies: 8
- Views: 13204
Re: [HL2:DM] join to Teamspeak
Its pretty much 99.9% certain this won't work but feel free to try it out anyhow (after replacing <IP> with your ts3 IP). from messages import VGUIMenu from commands.say import SayCommand def motd(index, title, site, show=True): name = 'info' subkeys = {'title': title, 't...
- Fri Jan 06, 2017 9:41 pm
- Forum: Plugin Requests
- Topic: [HL2:DM] Webshortcut
- Replies: 6
- Views: 12077
Re: [HL2:DM] Webshortcut
from messages import VGUIMenu from commands.say import SayCommand def motd(index, title, site, show=True): name = 'info' subkeys = {'title': title, 'type': '2', 'msg': site} VGUIMenu(name, subkeys=subkeys, show=show).send(index) @SayCo...
- Fri Jan 06, 2017 8:01 am
- Forum: Plugin Requests
- Topic: [HL2:DM] Webshortcut
- Replies: 6
- Views: 12077
Re: [HL2:DM] Webshortcut
Do you mean a plugin that opens a website in motd when you type a specific command?
E.g. !google opening www.google.be in motd?
E.g. !google opening www.google.be in motd?
- Wed Dec 28, 2016 6:35 pm
- Forum: General Discussion
- Topic: Merry Xmas!
- Replies: 5
- Views: 10836
Re: Merry Xmas!
decompile wrote:Happy Very Late Christmas.
& Happy Early New Year!
- Sun Oct 09, 2016 11:37 am
- Forum: Whatever
- Topic: Happy Birthday La Muerte and NightHawk!
- Replies: 2
- Views: 9279
Re: Happy Birthday La Muerte and NightHawk!
Thanks Kill, yes that would be nice 

- Sat Sep 17, 2016 1:31 pm
- Forum: Whatever
- Topic: Add more fonts to fonts selection list
- Replies: 7
- Views: 15716
Re: Add more fonts to fonts selection list
Looks good, but which font does it take when clicking on the font family? I haven't the slightest idea either. Anyway since its really just a matter of personal opinion as to which one is better or which is worse, we decided to take the best of both worlds by making Serif, Sans-Serif and Monospace ...
- Sat Sep 17, 2016 11:00 am
- Forum: Whatever
- Topic: Add more fonts to fonts selection list
- Replies: 7
- Views: 15716
Re: Add more fonts to fonts selection list
Could you provide us with a list of desired fonts so we can add them all at once?
- Thu Sep 01, 2016 5:19 pm
- Forum: General Discussion
- Topic: SP crashing on linux?
- Replies: 45
- Views: 60062
Re: SP crashing on linux?
Have you tested if it works with Setenforce 0 ?
- Wed Aug 31, 2016 4:31 pm
- Forum: General Discussion
- Topic: SP crashing on linux?
- Replies: 45
- Views: 60062
Re: SP crashing on linux?
I'm able to run SP just fine on CentOS7,
although it didn't work for me on CentOS6 due to glibc being on a too old version which isn't supported by SP.
although it didn't work for me on CentOS6 due to glibc being on a too old version which isn't supported by SP.
- Sun Aug 14, 2016 8:19 pm
- Forum: Plugin Requests
- Topic: Ranking/Statistics System
- Replies: 13
- Views: 19621
Re: Ranking/Statistics System
I'm glad to see you're working on this and specially that you are progressing so quickly. Looking forward to using it!
- Sat Aug 13, 2016 4:34 pm
- Forum: Plugin Requests
- Topic: Skin Chooser
- Replies: 16
- Views: 28595
Re: Skin Chooser
If you change the paths of custom skins without recompiling them for those new paths, the skins won't work as far as I know. If what I remember and stated above is correct and if I don't misunderstand you, perhaps a better way would be to have a single config file where you configure which skins are...