Welcome, Name
#2

You need to search and wiki.

pawn Код:
public OnPlayerConnect(playerid)
{
  new string[64], pName[MAX_PLAYER_NAME];
  GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
  format(string,sizeof string,"%s has joined the server. Welcome!",pName);
  SendClientMessageToAll(0xFFFFFFAA,string);
  return 1;
}
https://sampwiki.blast.hk/wiki/OnPlayerConnect
Reply


Messages In This Thread
Welcome, Name - by Ihsan_Cingisiz - 29.05.2010, 20:58
Re: Welcome, Name - by Retardedwolf - 29.05.2010, 21:17
Re: Welcome, Name - by (SF)Noobanatior - 29.05.2010, 21:20
Re: Welcome, Name - by Sergei - 29.05.2010, 21:47

Forum Jump:


Users browsing this thread: 1 Guest(s)