View Single Post
  #9  
Old 05-22-2009, 05:20 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
It should be possible..

PHP Code:
/*
    Considering the following..

    TServerSign.text - string
    TServerSign.x - integer
    TServerSign.y - integer

    And from the GS1 commands.txt

    signscount          the signs count
    signs[index].x          a sign's horizontal position
    signs[index].y          a sign's vertical position
*/
//#CLIENTSIDE
function onCreated() {
  for (
temp.signplayer.level.signs) {
    echo(
sign.text);
  }

But after testing it doesn't seem to store signs in the most likely place. So I don't think we can.
__________________
Quote:
Reply With Quote