
12-05-2004, 07:36 AM
|
|
Awesome
|
 |
Join Date: Dec 2002
Posts: 121
|
|
Quote:
|
Originally Posted by Slash-P2P
But what about players who log on after the message has been set? They won't see the message set.
NPC Code:
// NPC fixed by Slash
if (playerchats) {
if (startswith(/eventpost,#c)) {
setstring server.bwpost,#e(11,-1,#c);
}
}
//#CLIENTSIDE
if (created || playerenters) {
timeout = 1;
display();
}
if (timeout) {
if (playerscount > 0) {
timeout = 1;
}
display();
}
function display() {
showtext 0,x,y,verdana,c,#s(server.bwpost);
changeimgcolors 0,1,1,1,1;
changeimgzoom 0,.5;
}
|
Thanks alot for helping, but it won't show up online. The server flags are setting this time. |
__________________
|
|
|
|