Help me
#2

When you want to show up as much as you want, you can not get a message for yourself
PHP код:
    for(new 0MAX_PLAYERSi++)
    {
        if(
PlayerInfo[i][pFaction] == PlayerInfo[playerid][pFaction] && PlayerInfo[i][pFaction] != 0)
        {
            
format(stringsizeof(string), "*** %s from your faction has logged in"GetPlayerNameEx(playerid));
            
SendClientMessageToAllCOLOR_JUNIORADMINstring);
        }
        if(
PlayerInfo[i][pGang] == PlayerInfo[playerid][pGang] && PlayerInfo[i][pGang] != 255)
        {
            
format(stringsizeof(string), "*** %s from your gang has logged in"GetPlayerNameEx(playerid));
            
SendClientMessageToAllCOLOR_JUNIORADMINstring);
        }
    } 
Reply


Messages In This Thread
Help me - by jaberaaa - 28.12.2017, 14:37
Re: Help me - by EmpireSk - 28.12.2017, 14:44
Re: Help me - by jaberaaa - 28.12.2017, 14:55
Re: Help me - by cuber - 28.12.2017, 15:02
Re: Help me - by jaberaaa - 28.12.2017, 15:04
Re: Help me - by jaberaaa - 28.12.2017, 15:39
Re: Help me - by jaberaaa - 28.12.2017, 16:07

Forum Jump:


Users browsing this thread: 2 Guest(s)