FileScripts
#6

What do you mean?

I'm guessing you mean a message that displays on the server when a user joins?

pawn Код:
public OnPlayerConnect(playerid)
{
  new msg[64], pName[24];
  GetPlayerName(playerid, pName, sizeof(pName));
  format(msg, sizeof(msg), "%s(%d) has joined the server!", pName, playerid);
  SendClientMessageToAll(0xAFAFAFAA, msg);
  return 1;
}
Reply


Messages In This Thread
FileScripts - by Xpack - 23.01.2010, 08:15
Re: FileScripts - by llama - 23.01.2010, 08:20
Re: FileScripts - by Xpack - 23.01.2010, 08:24
Re: FileScripts - by llama - 23.01.2010, 08:26
Re: FileScripts - by Xpack - 23.01.2010, 08:29
Re: FileScripts - by llama - 23.01.2010, 08:38
Re: FileScripts - by Xpack - 23.01.2010, 08:39
Re: FileScripts - by llama - 23.01.2010, 08:45
Re: FileScripts - by Xpack - 23.01.2010, 08:49
Re: FileScripts - by llama - 23.01.2010, 08:57

Forum Jump:


Users browsing this thread: 2 Guest(s)