OnPlayerDeath
#5

Quote:
Originally Posted by Stepashka
Посмотреть сообщение
ABroadCast что внутри?
Вот:

PHP код:
public ABroadCast(color,const string[], level)
{
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i))
        {
            if (
PlayerInfo[i][pAdmin] >= level)
            {
                
SendClientMessage(icolorstring);
            }
        }
    }
    return 
true;

Reply


Messages In This Thread
OnPlayerDeath - by Ganza199 - 03.10.2013, 13:04
Re: OnPlayerDeath - by Stepashka - 03.10.2013, 14:31
Re: OnPlayerDeath - by BJIADOKC - 03.10.2013, 20:03
Re: OnPlayerDeath - by Stepashka - 04.10.2013, 07:01
Re: OnPlayerDeath - by Ganza199 - 04.10.2013, 12:16
Re: OnPlayerDeath - by Ganza199 - 04.10.2013, 12:57
Re: OnPlayerDeath - by White_116 - 04.10.2013, 13:41
Re: OnPlayerDeath - by Ganza199 - 04.10.2013, 16:41
Re: OnPlayerDeath - by BJIADOKC - 04.10.2013, 21:53
Re: OnPlayerDeath - by Ganza199 - 05.10.2013, 13:39

Forum Jump:


Users browsing this thread: 1 Guest(s)