Help Me out
#1

This dialog is bugged when i login i see the message but i wont see it just the other players on the family
PHP код:
            foreach(Playeri)
            {
                if(
PlayerInfo[i][pFaction] == PlayerInfo[playerid][pFaction] && PlayerInfo[i][pFaction] != 0)
                {
                    
format(stringsizeof(string), "*** %s from your faction has loggedin"GetPlayerNameEx(playerid));
                    
SendClientMessage(iCOLOR_JUNIORADMINstring);
                }
                if(
PlayerInfo[i][pGang] == PlayerInfo[playerid][pGang] && PlayerInfo[i][pGang] != 255)
                {
                    
format(stringsizeof(string), "*** %s from your gang has loggedin"GetPlayerNameEx(playerid));
                    
SendClientMessage(iCOLOR_JUNIORADMINstring);
                }
                
            } 
Reply


Messages In This Thread
Help Me out - by kochtebene - 03.09.2017, 10:01
Re: Help Me out - by Arbico - 03.09.2017, 10:51
Re: Help Me out - by Kane - 03.09.2017, 11:10
Re: Help Me out - by Arbico - 03.09.2017, 11:34
Re: Help Me out - by kAn3 - 03.09.2017, 13:48

Forum Jump:


Users browsing this thread: 1 Guest(s)