Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*PKT_C2C_ChatMessage_s n2;
- n2.FromID = toP2pNetId(plr->GetNetworkID());
- n2.msgChannel = 1; // global
- n2.userFlag = 2; // mark as dev, so color is red
- r3dscpy(n2.gamertag, "<CAC>");
- r3dscpy(n2.msg, "Welcome Admin!");
- p2pBroadcastToAll(&n2, sizeof(n2));*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement