admins online

Сообщения
19
Реакции
0
Hello friends

A little help is needed to edit admins online:

reapi
To put it on the "u" flag, ie ADMIN_MENU
To delete it under Admin Online: what is written in numbers so that the player's nickname is not there. So the player's nicknames should be deleted.

Thank you very much for your help
 

Вложения

Сообщения
335
Реакции
93
Помог
2 раз(а)
zvrle13,
Код:
public client_putinserver(id)
{
    if(get_user_flags(id) & ADMIN_KICK && !(get_user_flags(id) & ADMIN_MENU))   
{
        is_admin_connected[id] = true
        g_iAdminCount++
        set_admin_msg()
    }
    if(g_iAdminCount == 0)
        set_admin_msg()
}
 
Сообщения
19
Реакции
0
Noob_with_cheats
The problem with what you sent me is the following
It doesn't read Admins Online: Number
I need it to read the admins who are online and write the number
and below what the nicks wrote, don't copy it, that part should be deleted
 
Сообщения
335
Реакции
93
Помог
2 раз(а)
Displays the nicknames of the administrators. And you only need the quantity, right? And the flag is only ADMIN_MENU?
 
Сообщения
19
Реакции
0
Noob_with_cheats
It doesn't show that the administrator is online even though I have all the flags. As for ADMIN_MENU, I don't care, I can easily change the flag, what's important to me is to fix this, ie delete it. So that it can be seen only by the number that the administrator is on the server, but without the name
 

Пользователи, просматривающие эту тему

Сейчас на форуме нет ни одного пользователя.
Сверху Снизу