Errors In Server Log
#9

Here

Код:
stock SendMessageToAllGroupMembers(groupid, text[])
{
    if(!Groupinfo[groupid][active]) return 0;

    for(new x; x < MAX_PLAYERS; x++)
    {
    if(Group[x][gid] == groupid)
    {
    SendClientMessage(x, COLOR_GOLD, text);
    }
    }
    return 1;
}
Reply


Messages In This Thread
Errors In Server Log - by Devon007 - 09.06.2015, 10:22
Re: Errors In Server Log - by Konstantinos - 09.06.2015, 10:47
Re: Errors In Server Log - by Devon007 - 09.06.2015, 11:00
Re: Errors In Server Log - by Konstantinos - 09.06.2015, 11:05
Re: Errors In Server Log - by Devon007 - 09.06.2015, 11:14
Re: Errors In Server Log - by Konstantinos - 09.06.2015, 11:17
Re: Errors In Server Log - by Devon007 - 09.06.2015, 11:58
Re: Errors In Server Log - by Konstantinos - 09.06.2015, 12:02
Re: Errors In Server Log - by Devon007 - 09.06.2015, 12:12
Re: Errors In Server Log - by Konstantinos - 09.06.2015, 12:15

Forum Jump:


Users browsing this thread: 1 Guest(s)