[help Please Fast]
#10

Quote:
Originally Posted by CyberGhost
Посмотреть сообщение
pawn Код:
COMMAND:admins(playerid, params[])
{
    SendClientMessage(playerid, Red, " ** Admins Online: **");
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) && IsPlayerAdmin(i))
        {
            new string[128];
            new adminname[24];
            GetPlayerName(i, adminname, sizeof(adminname));
            format(string, sizeof(string), "RCON Admin: %s", adminname));
            SendClientMessage(playerid, LIGHTBLUE, string);
        }
    }
    return 1;
}
Thanks But you did mess up a little.

Код:
format(string, sizeof(string), "RCON Admin: %s", adminname));
You Added An Extra
Код:
)
Reply


Messages In This Thread
error 017: undefined symbol "pAdmin" - by HayZatic - 06.07.2011, 17:01
Re: [help Please Fast] - by Snipa - 06.07.2011, 17:40
Re: [help Please Fast] - by HayZatic - 06.07.2011, 17:40
Re: [help Please Fast] - by Snipa - 06.07.2011, 17:42
Re: [help Please Fast] - by [L3th4l] - 06.07.2011, 17:43
Re: [help Please Fast] - by HayZatic - 06.07.2011, 18:03
Re: [help Please Fast] - by Snipa - 06.07.2011, 18:08
Re: [help Please Fast] - by HayZatic - 06.07.2011, 18:09
Re: [help Please Fast] - by Laronic - 06.07.2011, 18:09
Re: [help Please Fast] - by HayZatic - 06.07.2011, 18:14
Re: [help Please Fast] - by HayZatic - 06.07.2011, 18:21
Re: [help Please Fast] - by Laronic - 06.07.2011, 18:22
Re: [help Please Fast] - by HayZatic - 06.07.2011, 18:36
Re: [help Please Fast] - by [LCK]Chris - 06.07.2011, 18:55
Re: [help Please Fast] - by HayZatic - 06.07.2011, 19:00
Re: [help Please Fast] - by [LCK]Chris - 06.07.2011, 19:10
Re: [help Please Fast] - by HayZatic - 06.07.2011, 19:12
Re: [help Please Fast] - by [LCK]Chris - 06.07.2011, 19:12
Re: [help Please Fast] - by HayZatic - 06.07.2011, 19:15
Re: [help Please Fast] - by [LCK]Chris - 06.07.2011, 19:16
Re: [help Please Fast] - by Shadoww5 - 06.07.2011, 19:18
Re: [help Please Fast] - by Snipa - 06.07.2011, 20:19
Re: [help Please Fast] - by HayZatic - 06.07.2011, 20:20

Forum Jump:


Users browsing this thread: 7 Guest(s)