#2

Where did you put those codes ?

and try these if works or nop

Код:
new string[128], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof(string)," %s has joined the server",pName);
SendClientMessageToAll(-1,string);
Edit: or use this one, should work

Код:
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++) 
    {
     new string[128],pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof(string),"%s has joined to the server",pName);
SendClientMessage(i,-1,string);
     }
Reply


Messages In This Thread
Help - by Mijata - 25.01.2017, 14:34
Re: Help - by ThatFag - 25.01.2017, 15:02
Re: Help - by Codeah - 25.01.2017, 15:13
Re: Help - by Mijata - 25.01.2017, 15:30
Re: Help - by ThatFag - 25.01.2017, 15:31
Re: Help - by Mijata - 25.01.2017, 15:32
Re: Help - by ThatFag - 25.01.2017, 15:43
Re: Help - by Mijata - 25.01.2017, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)