Shorting SendClientMessage
#1

Hi there, How would my public/stock for Shorting SendClientMessage into msgplayer look like?

Any example would be appreciated since I have no idea how this work, and I am not the best in publics/stocks

thanks
Reply
#2

What do you mean?
pawn Код:
#define msgplayer SendClientMessage
That can work.
pawn Код:
stock msgplayer(playerid, color, msg[])
{
    return SendClientMessage(playerid, color, msg);
}
Will also work.
Reply
#3

ty, easyer then I tought
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)