Question about my commands.
#6

Oh ok then
pawn Код:
foreach(Player, i)
{
    if(GetIntVar(i, "InConvo") == 1 && i != playerid)
    {
        format(string, sizeof(string), "[ID:%d]%s has been disconnected from the server, the convo has ended.", playerid, GetName(playerid));
        ConvoMSG(i, string);
        RemoveVar(i, "InConvo");
        RemoveVar(i, "ConvoWith");
    }
}
Reply


Messages In This Thread
Question about my commands. - by PaulDinam - 16.02.2013, 17:28
Re : Question about my commands. - by DaRk_RaiN - 16.02.2013, 17:32
Re: Question about my commands. - by PaulDinam - 16.02.2013, 17:35
Re : Question about my commands. - by DaRk_RaiN - 16.02.2013, 17:39
Re: Question about my commands. - by PaulDinam - 16.02.2013, 17:45
Re : Question about my commands. - by DaRk_RaiN - 16.02.2013, 18:07

Forum Jump:


Users browsing this thread: 1 Guest(s)