(HELP)SendClientMessage
#2

pawn Код:
public OnFilterScriptInit()
{
    for(new i; i<MAX_PLAYERS; i++) {
        SendClientMessage(i,0xAA3333AA,"You are AFK now");
    }
    SetTimer("AFKKicker", 60000, 1);
    return 1;
}
Reply


Messages In This Thread
(HELP)SendClientMessage - by spaty2 - 16.07.2011, 09:07
Re: (HELP)SendClientMessage - by Lorenc_ - 16.07.2011, 09:09
Re: (HELP)SendClientMessage - by spaty2 - 16.07.2011, 09:12
Re: (HELP)SendClientMessage - by MoroDan - 16.07.2011, 09:20
Re: (HELP)SendClientMessage - by spaty2 - 16.07.2011, 09:23
Re: (HELP)SendClientMessage - by freshOrange - 16.07.2011, 09:43

Forum Jump:


Users browsing this thread: 2 Guest(s)