I had A problem
#3

Quote:
Originally Posted by Arbico
Посмотреть сообщение
Not sure if this is gonna work, but try it.

PHP код:
for(new 0GetPlayerPoolSize(); i++) 
            { 
                            if(
PlayerInfo[i][pFaction] == PlayerInfo[playerid][pFaction] && PlayerInfo[i][pFaction] != && PlayerInfo[playerid][pFaction] != 0
                            { 
                                new 
string[100]; 
                                
format(stringsizeof(string), "*** %s from your faction has logged in"GetPlayerNameEx(playerid)); 
                                
printf("%s from your faction has logged in",GetPlayerNameEx(playerid)); 
                                
SendClientMessage(iCOLOR_JUNIORADMINstring); 
                            } 
                            if(
PlayerInfo[i][pGang] == PlayerInfo[playerid][pGang] && PlayerInfo[i][pGang] != && PlayerInfo[playerid][pGang] != 0
                            { 
                                new 
string[100]; 
                                
format(stringsizeof(string), "*** %s from your gang has loggedin"GetPlayerNameEx(playerid)); 
                                
printf("%s from your gang has logged in",GetPlayerNameEx(playerid)); 
                                
SendClientMessage(iCOLOR_JUNIORADMINstring); 
                            } 
            } 
I will Try It up
Reply


Messages In This Thread
I had A problem - by jaberaaa - 30.10.2017, 09:07
Re: I had A problem - by Arbico - 30.10.2017, 09:19
Re: I had A problem - by jaberaaa - 30.10.2017, 09:24
Re: I had A problem - by jaberaaa - 30.10.2017, 09:34
Re: I had A problem - by jaberaaa - 31.10.2017, 12:36
Re: I had A problem - by zerruv - 31.10.2017, 14:31
Re: I had A problem - by xMoBi - 31.10.2017, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)