Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: pokazywało?
1. [DM] Jak zrobić by nie pokazywało?
Witam tak jak w temacie jak zrobi? by nie pokazywa?o admin?w kt?rzy nie weszli na s?u?be chodzi mi o to i? jak wejdzie admin i nie wpisze /sluzba to na /adminis Pokazuje ?e jest na serwerze ale nie na s?u?bie a ja bym chcia? aby wgl nie pokazywa?o tutaj macie komende /admins

[code]CMD:admins(playerid, params[])
{
new Admins[5], String[1000], add;
format(String, sizeof(String), "Administratorzy Polskiego Serwera Armagedon Online:nn");
foreach(Player, PlayerId)
{
if(Player[PlayerId][Logged] && (IsPlayerAdmin(PlayerId) || Player[PlayerId][Admin] == 5))
{
Admins[0]++;
add++;
if(Player[PlayerId][Away])
format(String, sizeof(String), "%s {FFFFFF}›› {cccc33}%s |id %d| - Head Administrator {FF0000}[AFK]n",String, PlayerName2(PlayerId), PlayerId);
else
if(Player[PlayerId][OnDuty])
format(String, sizeof(String), "%s {FFFFFF}›› {00cc00}%s |id %d| - Head Administratorn",String, PlayerName2(PlayerId), PlayerId);
else
format(String, sizeof(String), "%s {FFFFFF}›› {99ff00}%s |id %d| - Head Administrator {FF0000}[nie na s?u?bie]n",String, PlayerName2(PlayerId), PlayerId);
}
if(Player[PlayerId][Logged] && !IsPlayerAdmin(PlayerId) && Player[PlayerId][Admin] == 4)
{
add++;
Admins[1]++;
if(Player[PlayerId][Away])
format(String, sizeof(String), "%s {FFFFFF}›› {cccc33}%s |id %d| - Elite Administrat...