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.