Help me
#1

Can any one help this msg appear and i see when i login but only other players on my gang must see it
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));
                    
SendClientMessage(iCOLOR_JUNIORADMINstring);
                }
                
                 if(
PlayerInfo[i][pGang] == PlayerInfo[playerid][pGang] && PlayerInfo[i][pGang] != 255)
                    {
                   
format(stringsizeof(string), "*** %s from your gang has logged in"GetPlayerNameEx(playerid));
                   
SendClientMessage(iCOLOR_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: 1 Guest(s)