admin chat is not working...
#4

It's most likely because of the "return 1" inside the loop, which ends if it finds an online admin(?) - it it does, just remove it instead.
Quote:
Originally Posted by Anak
Посмотреть сообщение
PHP код:
if(IsPlayerConnected(i))
{
        if(
pInfo[i][Adminlevel] > 0)
        {
                new 
str[128];
                new 
playername[MAX_PLAYER_NAME];
                
GetPlayerName(playerid,playername,24);
                
format(str,sizeof(str),"[ADMIN CHAT] %s(%d): %s"playernameplayeridchat);
                
SCM(iCOLOR_HOTPINKstr);
                return 
1//<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
        
}

Reply


Messages In This Thread
admin chat is not working... - by Anak - 23.07.2013, 15:52
Re: admin chat is not working... - by Anak - 23.07.2013, 16:45
Re: admin chat is not working... - by ThePhenix - 23.07.2013, 16:58
Re: admin chat is not working... - by Income - 23.07.2013, 21:15
Re: admin chat is not working... - by Vanter - 23.07.2013, 22:12

Forum Jump:


Users browsing this thread: 1 Guest(s)