Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // SET userflag
- n_non_const->userFlag = 0;
- IF(fromPlr->profile_.ProfileData.AccountType == 126)
- {
- n_non_const->userFlag |= 1;
- // [CDN] - Welcome admin online
- PKT_C2C_ChatMessage_s n2;
- n2.msgChannel = 1; // global
- n2.userFlag = 2; // mark AS dev, so color IS red
- sprintf(n2.msg, "Welcome Admin!");
- r3dscpy(n2.gamertag, "<Aviso-AC");
- p2pBroadcastToAll(&n2, sizeof(n2));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement