-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Why-don't-use-emessage_begin?
ChatManager/scripting/include/cromchat.inc
Lines 867 to 885 in 1830f94
| engfunc(EngFunc_MessageBegin, MSG_INIT, CC_MSG_TEAMINFO, 0, 0) | |
| write_byte(iCacheList[i]) | |
| write_string(szCacheList[i]) | |
| message_end() | |
| } | |
| new iPlayers[CC_MAX_PLAYERS], iPnum | |
| get_players(iPlayers, iPnum, CC_FILTERING_FLAGS) | |
| for(new iPlayer, i, j; i < iPnum; i++) | |
| { | |
| iPlayer = iPlayers[i] | |
| for(j = 0; j < sizeof(iCacheList); j++) | |
| { | |
| message_begin(MSG_ONE, CC_MSG_TEAMINFO, _, iPlayer) | |
| write_byte(iCacheList[j]) | |
| write_string(szCacheList[j]) | |
| message_end() |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels