Need help with leaving/Joining server message!*SOLVED*
#3

pawn Код:
public OnPlayerConnect(playerid)
{
  new
    string[48],
    name[MAX_PLAYER_NAME];

  GetPlayerName(playerid, name, 24);
  format(string, sizeof(string), "%s has joined the server.", name);
  SendClientMessage(COLOR, string);
  return 1;
}
Reply


Messages In This Thread
Need help with leaving/Joining server message!*SOLVED* - by Epic Shower - 23.02.2010, 19:33
Re: Need help with leaving/Joining server message! - by aircombat - 23.02.2010, 19:51
Re: Need help with leaving/Joining server message! - by Miguel - 23.02.2010, 19:55

Forum Jump:


Users browsing this thread: 1 Guest(s)