join messages
#5

pawn Код:
public OnPlayerConnect(playerid)
{
  new ip[16];
  new string[51];
  GetPlayerIp(playerid, ip, sizeof(ip));
  format(string, sizeof(string), "A player just connected with IP: %s!", ip);
  SendClientMessageToAll(COLOR, string);
  return 1:
}
That's just an example.
Reply


Messages In This Thread
join messages - by [SF]RobMob - 10.03.2010, 13:28
Re: join messages - by [cA]Unforseen - 10.03.2010, 14:33
Re: join messages - by [cA]Unforseen - 10.03.2010, 14:37
Re: join messages - by [SF]RobMob - 10.03.2010, 15:10
Re: join messages - by Miguel - 10.03.2010, 15:19
Re: join messages - by [SF]RobMob - 10.03.2010, 15:32
Re: join messages - by [SF]RobMob - 10.03.2010, 21:05
Re: join messages - by Miguel - 10.03.2010, 21:52
Re: join messages - by [SF]RobMob - 10.03.2010, 23:37

Forum Jump:


Users browsing this thread: 1 Guest(s)