When players join your server....
#2

pawn Код:
public OnPlayerConnect(playerid)
{
    new string[64], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    format(string,sizeof string,"%s has joined the server. Welcome!",pName);
    SendClientMessageToAll(0xFFFFFFAA,string);
    return 1;
}
Straight from the SA:MP wiki
Reply


Messages In This Thread
When players join your server.... - by ChristianIvann09 - 04.03.2014, 07:58
Re: When players join your server.... - by Flake. - 04.03.2014, 08:04
Re: When players join your server.... - by ChristianIvann09 - 04.03.2014, 08:27

Forum Jump:


Users browsing this thread: 2 Guest(s)