Author Topic: Server Problems  (Read 532 times)

I have a few server problems that I'm sure people have answers to that are probably caused by some random add-on for all I know. Please post if you know solutions.

1.) Bottomprint Bar
At my server, the bottomprint message bar is always there, no matter what. How can I get rid of it when it's not in use?

2.) Centerprint
At my server, when you click a brick and a centerprint message pops up, and then whip out your tools or brick, the centerprint message goes away. This is extremely annoying because people who open and close their tool inventory often only see messages for a split second. Anyone know what's up with this?

I'll probably think of even more later, pretty sure I had three problems before posting this. I believe this goes in help.


1.) Bottomprint Bar
At my server, the bottomprint message bar is always there, no matter what. How can I get rid of it when it's not in use?
... maybe you already know this.. or maybe not:

commandtoClient(%client, 'bottomPrint', %message, -1);  <-- stays up permanently
commandtoClient(%client, 'bottomPrint', %message, 3);   <-- stays up for 3 seconds, then vanishes.


2.) Centerprint
At my server, when you click a brick and a centerprint message pops up, and then whip out your tools or brick, the centerprint message goes away. This is extremely annoying because people who open and close their tool inventory often only see messages for a split second. Anyone know what's up with this?
Apparently opening the tools menu clears any existing centerprint messages -- I dont know if  theres anything you can do about that.    But id be glad to see somebody prove me wrong.

The bottom print is the extra add-on for VCE, I think it's called VCE prints. You have to disable it to make it go away.

The bottom print is the extra add-on for VCE, I think it's called VCE prints. You have to disable it to make it go away.

Oh thanks both of you :)

Pretty sure a friend of mine said that you can make centerprint not disappear when you open your inventory...

Can someone check this?

Pretty sure a friend of mine said that you can make centerprint not disappear when you open your inventory...

Can someone check this?
I've never even heard of the centerprint disappearing during this. So it's probably caused by some silly add-on.

The centerprint disappearing is caused by the bottom print being refreshed every few seconds from the VCE prints add-on.

Both issues are caused from VCE prints. Bottom print always stays with VCE prints, and every time you switch/get out your items, the variables in the VCE prints gets updated, causing the center print to disappear.

Ok thanks. That's pretty lame... whatever :P