[help] Connect Message
#1

How can i do that if someone will connect my server some message will show up
but only the kid that connected will not see that massage?

thanks,
Reply
#2

can you please help me , sorry for the double post.
Reply
#3

pawn Код:
public OnPlayerConnect(playerid)
{
   for(new i = 0; i < MAX_PLAYERS; i++)
   {
     if(IsPlayerConnected(i) && i != playerid)
     {
        SendClientMessage(i, COLOR_YELLOW, "Text");
     }    
   }
}
Reply
#4

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)