Help me with admin connect
#7

pawn Код:
public OnPlayerConnect(playerid)
{
    new n[MAX_PLAYERS], string[256]; //New variables
    GetPlayerName(playerid,name,sizeof(name)); //Gets the name + string
    format(string,sizeof(string),"%s has signed as Admin",name); // formats the string
    if(PlayerInfo[playerid][Level] >= 2) { //If player's level is 2+
        SendClientMessageToAll(0x33FF33AA, string);//It will send the message above
    }
    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: 1 Guest(s)