You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/server/message.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
## Message
4
4
5
-
Messages are a feature in Geometry dash where you can send messages to other players online if they have their message's open. There are two fields you can control within a message: `Subject` and `Message`
5
+
Messages are a feature in Geometry dash where you can send messages to other players online if they have their messages open. There are two fields you can control within a message: `Subject` and `Message`
6
6
7
-
> `Subject` can be viewed in a list in the messages menu - without any external Tools, the `Subject` field only supports 35 characters
7
+
> `Subject` can be viewed in a list in the messages menu - without any external tools, the `Subject` field only supports 35 characters
8
8
9
-
> `Message` can be viewed only if you download the message by clicking on the `view` button in the messages menu - without any external Tools, the `Messages` field only supports 200 characters
9
+
> `Message` can be viewed only if you download the message by clicking on the `view` button in the messages menu - without any external tools, the `Messages` field only supports 200 characters
10
10
11
-
A typical Message Server response is structured with a `key:value:key:value` pairing and is then split with a `|`
11
+
A typical message server response is structured with a `key:value:key:value` pairing and is then split with a `|`
12
12
<!-- tabs:start -->
13
13
14
14
#### **Message Example Response**
@@ -40,4 +40,4 @@ A list of all known keys can be found in the table below
40
40
41
41
- The current message system has a bug in which replying to a message will fail. This is because the client does not have any checks to see if the other user has their messages open when replying so if you send a reply to a user who has their messages closed, the request will return the error code `-1` resulting in it failing
42
42
43
-
-due to an oversight, you are able to block yourself if you send yourself a message. [Cvolton](https://github.com/Cvolton) explains this oversight in one of his [videos](https://www.youtube.com/watch?v=R18tKYFrIqE)
43
+
-Due to an oversight, you are able to block yourself if you send yourself a message. [Cvolton](https://github.com/Cvolton) explains this oversight in one of his [videos](https://www.youtube.com/watch?v=R18tKYFrIqE)
0 commit comments