i want this in box please help me !!!!!!
#1

Код:
COMMAND:admins(playerid,params[])
{
	new count = 0;
	new string[128];
	SendClientMessage(playerid,COLOR_RED,"");
	SendClientMessage(playerid,COLOR_GREEN,"________________|ONLINE ADMINS|________________");
	SendClientMessage(playerid,COLOR_RED,"");
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if(PlayerInfo[i][pAdmin] > 0)
			{
				if(PlayerInfo[i][pAdmin] == 1)
				{
					AdminRank = "Moderator";
				}
				else if(PlayerInfo[i][pAdmin] == 2)
				{
					AdminRank = "General Administrator";
				}
				else if(PlayerInfo[i][pAdmin] == 3)
				{
					AdminRank = "Senior Administrator";
				}
				else if(PlayerInfo[i][pAdmin] == 4)
				{
					AdminRank = "Server Owner";
				}
				new Name[MAX_PLAYER_NAME];
				GetPlayerName(i,Name,sizeof(Name));
				format(string, sizeof(string), "Level: %d | Name: %s (ID:%i) | Rank: %s ", PlayerInfo[i][pAdmin], Name,i,AdminRank);
				SendClientMessage(playerid,COLOR_CYAN,string);
				count++;
			}
		}
	}
	if(count == 0)
	SendClientMessage(playerid,COLOR_RED,"No Admins online!");
	SendClientMessage(playerid,COLOR_GREEN,"_________________________________________________");
	return 1;
}
i want /admins in Box please help me
Reply


Messages In This Thread
i want this in box please help me !!!!!! - by Sumit4 - 08.11.2016, 12:26
Re: i want this in box please help me !!!!!! - by Sumit4 - 08.11.2016, 14:18
Re: i want this in box please help me !!!!!! - by Jelly23 - 08.11.2016, 14:21
Re: i want this in box please help me !!!!!! - by Sumit4 - 08.11.2016, 16:46
Re: i want this in box please help me !!!!!! - by BiosMarcel - 08.11.2016, 19:02
Re: i want this in box please help me !!!!!! - by Eoussama - 08.11.2016, 19:18
Re: i want this in box please help me !!!!!! - by Jelly23 - 08.11.2016, 19:20
Re: i want this in box please help me !!!!!! - by Eoussama - 08.11.2016, 20:20

Forum Jump:


Users browsing this thread: 2 Guest(s)