Factions
#1

How do i make a faction radio for my factions?
Like i have three factions for so far as testing
ID 1: LSPD
ID 2: FDSA
ID 3: RR
i really want to create a radio for /r and /d
Reply
#2

try something like

pawn Код:
public SendRadioMessage(member, color, string[])
{
    foreach(Player, i)
    {
        if(IsPlayerConnected(i))
        {
            if(PlayerInfo[i][pFaktion] == member)
            {
                SendClientMessage(i, color, string);
            }
        }
    }
}
Reply
#3

Show me your variables regarding your faction(s).
Reply
#4

let me get home and write the code for you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)