View Single Post
  #2  
Old 12-09-2006, 03:08 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Quote:
Originally Posted by Stefan View Post
For the clientside-thing you can use player.attr[] which should work in most cases, although it's not directly sent to the other players via udp.

For global data we can use the irc-communication things right now (there are ways to verify from which server/script the data comes, although not fully documented). In the near future there will also be a way to send requesttext/sendtext messages to other npcservers, which then can be used to load, exchange and store data.
What about request/send text to other players?

When using IRC-Bot, we have to go into the same channel and send a message to everyone. If we sent to the player themselves, they get it as a PM.
Reply With Quote