connect and exit command?
#5

pawn Код:
public OnPlayerConnect(playerid)
{
   new pname[MAX_PLAYER_NAME],str[128];
   GetPlayerName(playerid, pname, sizeof(pname));
   format(str,sizeof(str), "* %s just connected to the server *", pname);
   SendClientMessageToAll(/*yourcolourhere*/, str);
   return 1;
}
Reply


Messages In This Thread
connect and exit command? - by Demon4511 - 24.08.2013, 06:33
Re: connect and exit command? - by Tuntun - 24.08.2013, 06:37
Re: connect and exit command? - by Giroud12 - 24.08.2013, 06:48
Re: connect and exit command? - by Demon4511 - 24.08.2013, 06:56
Re: connect and exit command? - by Giroud12 - 24.08.2013, 07:02
Re: connect and exit command? - by Demon4511 - 24.08.2013, 07:09
Re: connect and exit command? - by Giroud12 - 24.08.2013, 07:14
Re: connect and exit command? - by Demon4511 - 24.08.2013, 07:23
Re: connect and exit command? - by Demon4511 - 24.08.2013, 07:25
Re: connect and exit command? - by Giroud12 - 24.08.2013, 07:26

Forum Jump:


Users browsing this thread: 1 Guest(s)