How to make that ?
#3

Why ondialogresponse? That doesn't make sence...
pawn Код:
if(!strcmp(cmdtext, "/admins", true))
 {
    new linestring[128], name[MAX_PLAYER_NAME+1];
    for (new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerAdmin(i))
        {
            GetPlayerName(i, name, sizeof(name));
            format(linestring,sizeof(linestring),"Rcon Admin: %s",name);
SendClientMessage(playerid,-1,linestring);
        }
    }

}
Reply


Messages In This Thread
How to make that ? - by x96664 - 17.10.2012, 19:03
Re: How to make that ? - by Red_Dragon. - 17.10.2012, 19:06
Re: How to make that ? - by Roel - 17.10.2012, 19:10
Re: How to make that ? - by Bicentric - 17.10.2012, 19:11
Re: How to make that ? - by Red_Dragon. - 17.10.2012, 19:12
Re: How to make that ? - by Bicentric - 17.10.2012, 19:14
Re: How to make that ? - by Roel - 17.10.2012, 19:14
Re: How to make that ? - by Kwarde - 17.10.2012, 19:16
Re: How to make that ? - by x96664 - 17.10.2012, 19:16
Re: How to make that ? - by x96664 - 17.10.2012, 19:42

Forum Jump:


Users browsing this thread: 1 Guest(s)