Rank for a specific person
#6

pawn Код:
public OnPlayerConnect(playerid)
{
    if(strcmp("Excelize", pname(id), false) == 0 && IsPlayerNPC(playerid) == 0)
    {
          SendClientMessageToAll(-1, "Server owner Excelize has joined the server! ");
    }
    return 1;
}
UNLESS you have a SAVING SYSTEM which LOADS whenever a player CONNECTS (mostly saving systems load after the player's LOGIN), then it can be what Rayan said.
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)