*** ERROR: redefinition of constant/macro **
#5

isnt it easier to forward and then use the normal public
pawn Код:
forward  SendVipMessage(color, const string[ ]);
public SendVipMessage(color, const string[ ])
{
    foreach(Player, i )
        if ( P_DATA[ i ][ Vip ] >= 1 )
            SendClientMessage( i, color, string );

    return 1;
}
Reply


Messages In This Thread
*** ERROR: redefinition of constant/macro ** - by xSkullx - 07.09.2012, 16:37
Re: *** ERROR: redefinition of constant/macro ** - by Michael@Belgium - 07.09.2012, 16:51
Re: *** ERROR: redefinition of constant/macro ** - by xSkullx - 07.09.2012, 16:54
Re: *** ERROR: redefinition of constant/macro ** - by IstuntmanI - 07.09.2012, 17:31
Re: *** ERROR: redefinition of constant/macro ** - by MarkoN - 07.09.2012, 17:44

Forum Jump:


Users browsing this thread: 1 Guest(s)