ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 3438

Need Send Message to All Players

by Venz - 06-27-2018 - 08:41 PM
#11
Amazing @trinity7
             Elitedox Official
                 
                          
Reply
#12
(07-18-2018 - 03:07 AM)trinity7 Wrote:
Hidden Content
You must register or login to view this content.


or 
Code:
void SendMessageToPlayer(int player, char* message)
{
   int netHandle[76];
   NETWORK::NETWORK_HANDLE_FROM_PLAYER(player, &netHandle[0], 13);
   NETWORK::NETWORK_SEND_TEXT_MESSAGE(message, &netHandle[0]);
}
//all player
for (int i = 0; i < 18; i++) {
    SendMessageToPlayer(i, "Hello!");
}
//player
SendMessageToPlayer(player, "Hello!");
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Reply
#13
thanks 4 that bro
Reply
#14
thanks so much bro
Reply

Users browsing: 1 Guest(s)