Help On this msg
#6

PHP код:
public OnPlayerConnect(playerid)
{
    new 
string[128];
    if(
PlayerInfo[playerid][pFaction] != 0)
    {
        
format(stringsizeof(string), "*** %s from your faction has logged in."GetPlayerNameEx(playerid));
        for(new 
i;i<MAX_PLAYER;i++)
        {
                    if(
== playerid) continue;
            if(
PlayerInfo[playerid][pFaction] == PlayerInfo[i][pFaction])
            {
                
SendClientMessage(i,-1,string);
            }
        }
    }
    return 
1;

do this method for your gang too it will work for you
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: 4 Guest(s)