Need command /admins
#6

Код:
COMMAND:admins(playerid,params[])
{
	SendClientMessage(playerid,neongruen,"Online admins:");

	new var;
	for(new i=0;i<MAX_PLAYERS;i++)
	{
	    if(IsPlayerConnected(i))
	    {
			if(Admin[i] > 0)
			{
			    format(str,144,"*%d admin %s[%d]",Admin[i],pname[i],i);
			    SendClientMessage(playerid,hellblau,str);
			    var ++;
			}
		}
	}
	if(var == 0) NoSuccess(playerid,"No admins online");
	return 1;
}
Reply


Messages In This Thread
Need command /admins - by RiChArD_A - 26.01.2013, 20:04
Re: Need command /admins - by coakiddo - 26.01.2013, 20:07
Re: Need command /admins - by Tamer - 26.01.2013, 20:07
Respuesta: Re: Need command /admins - by RiChArD_A - 26.01.2013, 20:21
Re: Need command /admins - by coakiddo - 26.01.2013, 20:24
AW: Need command /admins - by Blackazur - 26.01.2013, 20:26
Respuesta: Re: Need command /admins - by RiChArD_A - 26.01.2013, 20:35

Forum Jump:


Users browsing this thread: 1 Guest(s)