SendClientMessagef (format)
#1

i made this stock, but it will only work with 1 var, how would i make it so i can use as may as i want like "format" function

pawn Код:
stock SendClientMessagef(playerid,color,stringy[256],value)
{
    new stri[256];
    format(stri,sizeof(stri),stringy,value);
    SendClientMessage(playerid,color,stri);
}
Reply
#2

I dont think that is possible. I was going to do this before and had the same problem, and have not figured out a solution.
Reply
#3

SendFormattedText(ToAll)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)