Help me with admin connect
#10

pawn Код:
public OnPlayerConnect(playerid)
{
    new
        iName[MAX_PLAYER_NAME],
        iStr[60];

    GetPlayerName(playerid, iName, sizeof(iName));
   
    if(PlayerInfo[playerid][Level] == 1)
    {
        format(iStr, sizeof(iStr), "Player: %s has logged in as V.I.P!", iName);
    }
    else format(iStr, sizeof(iStr), "Player: %s has logged in. Level: %i", iName, PlayerInfo[playerid][Level]);
 
    SendClientMessageToAll(0x33FF33AA, iStr);
    return 1;
Reply


Messages In This Thread
Help me with admin connect - by wizzi - 21.02.2011, 21:37
Re: Help me with admin connect - by wizzi - 25.02.2011, 01:49
Re: Help me with admin connect - by BASITJALIL - 25.02.2011, 02:14
Re: Help me with admin connect - by wizzi - 25.02.2011, 02:16
Re: Help me with admin connect - by Kitten - 25.02.2011, 02:19
Re: Help me with admin connect - by BASITJALIL - 25.02.2011, 02:21
Re: Help me with admin connect - by Snipa - 25.02.2011, 02:35
Re: Help me with admin connect - by wizzi - 25.02.2011, 02:35
Re: Help me with admin connect - by wizzi - 25.02.2011, 02:41
Re: Help me with admin connect - by [L3th4l] - 25.02.2011, 03:04

Forum Jump:


Users browsing this thread: 4 Guest(s)