17.02.2014, 12:49
Well,
motd is message of the day I think
pawn Код:
public OnPlayerConnect(playerid)
{
your script ..
SendClientMessage(playerid, 0x33AA33AA, "MoTD : your motd here.");
SendClientMessage(playerid, 0x33AA33AA, "MoTD : second line of motd if you need more lines ...");
return 1;
}