problem with the connection message
#6

Quote:

public OnPlayerConnect(playerid)
{
new name[MAX_PLAYER_NAME];
new string[120];

GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string),"%s has Join the server.");
SendClientMessage(playerid,-1,string);
return 1;
}

Will work
Reply


Messages In This Thread
problem with the connection message - by wallen - 28.01.2018, 16:49
Re: problem with the connection message - by iSteve - 28.01.2018, 17:01
Re: problem with the connection message - by wallen - 28.01.2018, 17:37
Re: problem with the connection message - by iSteve - 28.01.2018, 17:40
Re: problem with the connection message - by wallen - 28.01.2018, 18:10
Re: problem with the connection message - by iSteve - 28.01.2018, 18:17
Re: problem with the connection message - by wallen - 28.01.2018, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)