Players Connecting?
#10

This is how it should be:
pawn Код:
public OnPlayerConnect(playerid)
{
  new name[24], str[128];
  GetPlayerName(playerid, name, MAX_PLAYER_NAME);
  format(str, sizeof str, "%s has joined the server", name);
  SendClientMessageToAll(color, str);
  return 1;
}
Reply


Messages In This Thread
Players Connecting? - by yamoto - 23.06.2009, 14:49
Re: Players Connecting? - by Grim_ - 23.06.2009, 14:51
Re: Players Connecting? - by yamoto - 23.06.2009, 15:00
Re: Players Connecting? - by Grim_ - 23.06.2009, 15:01
Re: Players Connecting? - by yamoto - 23.06.2009, 15:13
Re: Players Connecting? - by Grim_ - 23.06.2009, 15:14
Re: Players Connecting? - by yamoto - 23.06.2009, 15:19
Re: Players Connecting? - by dice7 - 23.06.2009, 16:11
Re: Players Connecting? - by yamoto - 23.06.2009, 16:40
Re: Players Connecting? - by Correlli - 23.06.2009, 16:41

Forum Jump:


Users browsing this thread: 2 Guest(s)