Sending string to function?
#2

yea you are.
Code:
function SendAdminWarning(msg[])
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(AccountData[i][Admin] > 0)
        {
            SendClientMessage(i,COLOR_RED,msg);
        }
    }
}
Reply


Messages In This Thread
Sending string to function? - by oliverrud - 21.12.2010, 18:15
Re: Sending string to function? - by Macluawn - 21.12.2010, 18:20
Re: Sending string to function? - by oliverrud - 21.12.2010, 18:21

Forum Jump:


Users browsing this thread: 1 Guest(s)