Rank for a specific person
#1

Hey

I need to create a system to make a my server say Server Owner Excelize has logged into xxxx
I have a basic script for the same thing but admins:

Код:
public OnPlayerConnect(playerid)
{
if(IsPlayerAdmin(playerid))
{
new name[MAX_PLAYER_NAME];
new string[218];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Admin %s connected!!", name);
SendClientMessageToAll(-1, string);
}
return 1;
}
I need the same thing but to say Server Owner Excelize has logged in in red..

Help please
Reply


Messages In This Thread
Rank for a specific person - by Excelize - 11.05.2013, 08:34
Re: Rank for a specific person - by iggy1 - 11.05.2013, 08:55
Re: Rank for a specific person - by Excelize - 11.05.2013, 09:15
Re: Rank for a specific person - by _chimera_ - 11.05.2013, 11:06
Re : Rank for a specific person - by Rayan_black - 11.05.2013, 11:31
Re: Rank for a specific person - by CreativityLacker - 11.05.2013, 12:50
Re: Rank for a specific person - by Excelize - 11.05.2013, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)