Help Me out
#2

Man, Told you, don't edit anything leave the code as i gave you
PHP код:
for(new 0GetPlayerPoolSize(); i++)

                if(
PlayerInfo[i][pFaction] == PlayerInfo[playerid][pFaction] && PlayerInfo[i][pFaction] != 0
                { 
                    new 
Name[MAX_PLAYER_NAME], string[100];
                    
GetPlayerName(playeridNamesizeof(Name));
                    
format(stringsizeof(string), "*** %s from your faction has logged in"Name); 
                    
SendClientMessage(iCOLOR_JUNIORADMINstring); 
                } 
                if(
PlayerInfo[i][pGang] == PlayerInfo[playerid][pGang] && PlayerInfo[i][pGang] != 0
                { 
                    new 
Name[MAX_PLAYER_NAME], string[100];
                    
GetPlayerName(playeridNamesizeof(Name));
                    
format(stringsizeof(string), "*** %s from your gang has loggedin"Name); 
                    
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: 2 Guest(s)