OnPlayerConnect help
#10

Looks like you're using Y_INI.
Just go to the logindialog and add this at it's end.
pawn Код:
new name[MAX_PLAYER_NAME], string[128];
if(pInfo[playerid][Admin] == 0)  return 1;
else
{
GetPlayerName(playerid,name,sizeof(name));
format(string, sizeof(string),"Administrator %s has joined the server!",name);
SendClientMessageToAll(-1,string);
}
Reply


Messages In This Thread
OnPlayerConnect help - by TazmaNiax - 16.05.2014, 02:47
Re: OnPlayerConnect help - by Laure - 16.05.2014, 03:24
Re: OnPlayerConnect help - by TazmaNiax - 16.05.2014, 03:27
Re: OnPlayerConnect help - by Laure - 16.05.2014, 03:30
Re: OnPlayerConnect help - by Affan - 16.05.2014, 03:32
Re: OnPlayerConnect help - by Laure - 16.05.2014, 03:33
Re: OnPlayerConnect help - by SAMProductions - 16.05.2014, 03:40
Re: OnPlayerConnect help - by Affan - 16.05.2014, 03:50
Re: OnPlayerConnect help - by SAMProductions - 16.05.2014, 04:04
Re: OnPlayerConnect help - by biker122 - 16.05.2014, 04:28

Forum Jump:


Users browsing this thread: 1 Guest(s)