Help On this msg
#1

This Script Have prob When I join I Must Not See it Just Other members who are in gang or on the faction see it
PHP код:
                if(PlayerInfo[playerid][pFaction] == PlayerInfo[playerid][pFaction] && PlayerInfo[i][pFaction] != 0)
                {
                    
format(stringsizeof(string), "*** %s from your faction has logged in."GetPlayerNameEx(playerid));
                    
SendClientMessageEx(playeridCOLOR_JUNIORADMINstring);
                }
                if(
PlayerInfo[playerid][pGang] == PlayerInfo[playerid][pGang] && PlayerInfo[i][pGang] != 255)
                {
                    
format(stringsizeof(string), "*** %s from your gang has logged in."GetPlayerNameEx(playerid));
                    
SendClientMessageEx(playeridCOLOR_JUNIORADMINstring);
                } 
Reply


Messages In This Thread
Help On this msg - by Bojaa - 09.04.2017, 15:35
Re: Help On this msg - by coool - 09.04.2017, 15:39
Re: Help On this msg - by Bojaa - 09.04.2017, 15:50
Re: Help On this msg - by coool - 09.04.2017, 16:26
Re: Help On this msg - by Bojaa - 09.04.2017, 18:19
Re: Help On this msg - by khRamin78 - 09.04.2017, 19:25
Re: Help On this msg - by Vin Diesel - 09.04.2017, 19:27
Re: Help On this msg - by khRamin78 - 09.04.2017, 19:30
Re: Help On this msg - by Bojaa - 09.04.2017, 20:01
Re: Help On this msg - by Bojaa - 09.04.2017, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)