[HELP] Is this possible using stock?
#1

Hello. I am trying to made function SendFormatMessage using stock. Is there any way to do this?

pawn Код:
stock SendFormatMessage(playerid, color, const format[], {Float, _}:...)
{
new message[150];
format(message, sizeof(message), format, {Float, _}:...);
return SendClientMessage(playerid, color, message);
}
This is wrong...
Reply


Messages In This Thread
[HELP] Is this possible using stock? - by ¤Adas¤ - 17.02.2010, 16:09
Re: [HELP] Is this possible using stock? - by Correlli - 17.02.2010, 16:43
Re: [HELP] Is this possible using stock? - by ¤Adas¤ - 17.02.2010, 17:02
Re: [HELP] Is this possible using stock? - by Correlli - 17.02.2010, 17:05

Forum Jump:


Users browsing this thread: 1 Guest(s)