Admins
#1

^^^^^^^^
Reply
#2

^^^^^^^^
Reply
#3

make your textdraw and then this onplayerupdate

Код:
new on‌line = 0;
for(new i;i<MAX_PLAYERS;i++)
{
if(isplayerconnected(i))
{
if(pInfo[i][Level] > 0)
online++
}
}

if(online != 0)
{
new td[128];
format(td,128,"Online admins %d",online);
TextDrawSetString(yourtd,td);
}
and it is
Reply
#4

^^^^^^^^
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)