Welcome message crash
#2

pawn Код:
public OnPlayerConnect(playerid)
{
  new pname[24],
    string[128];
  GetPlayerName(playerid,pname,sizeof(pname));
  format(string, sizeof(string), "Welcome to Everything World %s!",pname);
  SendClientMessage(playerid,COLOR_RED,string);
  SendClientMessage(playerid,COLOR_BLUE, "Remeber the server is still in development!.");
  GetPlayerName(playerid, pnamee, sizeof(pnamee));
  format(string,sizeof(string),"[Servre] %s has joined the server, Welcome %s !.",pnamee,pnamee);
  SendClientMessage(playerid,COLOR_YELLOW, string);
  return 1;
}
Reply


Messages In This Thread
Welcome message crash - by [mad]MLK - 26.08.2009, 22:37
Re: Welcome message crash - by MenaceX^ - 26.08.2009, 22:41
Re: Welcome message crash - by [mad]MLK - 26.08.2009, 22:42
Re: Welcome message crash - by NEW_IE - 26.08.2009, 22:43
Re: Welcome message crash - by MenaceX^ - 26.08.2009, 22:53

Forum Jump:


Users browsing this thread: 1 Guest(s)