join messages
#9

Quote:
Originally Posted by SAWC™
pawn Код:
if (level[playerid] >= 1)
{
  new ip[16];
  new pname[MAX_PLAYER_NAME]; // here
  new OwnerMessage[128];
  GetPlayerIp(playerid, ip, sizeof(ip));
  GetPlayerName(playerid, pname, sizeof(pname)); // here
  format(OwnerMessage,sizeof(OwnerMessage),"[ip]: %s just loged in with ip %s",pname,ip);
  MessageToOwners(COLOR_GREY, OwnerMessage);
  return 1;
}
Thanks tested and worked now for the info command ...
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)