Rcon admin
#2

pawn Код:
for(new i < MAX_PLAYERS; i < 13; i++)
{
SendClientMessage(playerid, -1,"Rcon Admins");
if(IsPlayerAdmin(playerid))
{
new name[MAX_PLAYER_NAME], string[128];
GetPlayerName(i, name, sizeof(name));
format(string, sizeof(string),"%s[ID: %d]", name, i);
SendClientMessage(playerid, -1, string);
}
}
I am not sure it will work or not.
But i tried.
Reply


Messages In This Thread
Rcon admin - by grantism - 17.10.2011, 05:17
Re: Rcon admin - by $India$ - 17.10.2011, 06:05
Re: Rcon admin - by Kush - 17.10.2011, 09:23
Re: Rcon admin - by Sinner - 17.10.2011, 09:23
Re: Rcon admin - by $India$ - 17.10.2011, 09:52

Forum Jump:


Users browsing this thread: 2 Guest(s)