Quote:
Originally Posted by callimuc
Basicly I want to try getting a similar PM system like on the iServers. So far it´s working fine, when I´m sending PMs with the normal system (f7) I can get the text and stuff. But I also want to add (like on the iServers) such a message button to a custom profile system so I can PM a player by clicking on him and messaging him (without using the f7/custom system)
|
The PM system on the iPhone servers is actually completely scripted, written using a combination of
triggerserver/
triggerclient and
sendtext/
receivetext. It does not use the built-in PM system.
Quote:
|
Originally Posted by scriptless
Can the send pm function send messages from other players? or only the npcserver?
|
Not in the same way that
sendpm works serverside, no. You can do it by using a GUI PM control, but you cannot set or read the text contained in that control by script; the user must enter it on-screen. (I am not sure if the GUI PM control is limited to only privileged scripts.)