Welcome, Name
#4

pawn Код:
public OnPlayerConnect(playerid)
{
   new string[34]; GetPlayerName(playerid,string,MAX_PLAYER_NAME);
   format(string,sizeof(string),"Welcome %s.",string); SendClientMessage(playerid,0xFFFFFFFF,string);
   return 1;
}
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)