View Single Post
  #1  
Old 03-06-2004, 02:29 AM
Fhqwhgads Fhqwhgads is offline
Registered User
Join Date: Nov 2003
Location: Chicago
Posts: 57
Fhqwhgads is on a distinguished road
Send a message via AIM to Fhqwhgads
String question...

ok im trying to make a sign that displays the server string, like says the score in the event.. and i can't figure out what im doing wrong.. heres the script:
NPC Code:
message #s(server.ppb);


i mean it does show it.. but when i change the server.ppb, it doesnt update itself... like i made the script where you go /setscore # , and that works.. it changes the string in the server flag, but when you do that the
NPC Code:
message #s(server.ppb);

doesnt update itself.. it stays what the old one was, and you have to update the level.. i know a script where u have to do if playerchats blah blah blah and then message #s(server.ppb);, but i dont want people to have to say that, i just want them to be able to see it.. kind of like the score on UN's CTF
Reply With Quote