-
Notifications
You must be signed in to change notification settings - Fork 42
S_ChatPlayer
DummkopfOfHachtenduden edited this page Sep 19, 2021
·
1 revision
Displays colored chat text above an object.
Nr | Name | Type | Value range |
---|---|---|---|
1. | TargetObjectID | string | ObjectID or *player |
2. | Color.R | int | 0 - 255 |
3. | Color.G | int | 0 - 255 |
4. | Color.B | int | 0 - 255 |
5. | Text | string | "Text" or *SN_STRING |
1.0 S_ChatPlayer *player 255 255 255 "Message"
1.0 S_ChatPlayer *player 255 255 255 *SN_TALK_QTUTORIAL_CH_01