[HELP] Is this possible using stock? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Is this possible using stock? (
/showthread.php?tid=128399)
[HELP] Is this possible using stock? -
¤Adas¤ - 17.02.2010
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...
Re: [HELP] Is this possible using stock? -
Correlli - 17.02.2010
http://forum.sa-mp.com/index.php?top...2209#msg902209
Re: [HELP] Is this possible using stock? -
¤Adas¤ - 17.02.2010
I am not going to use it, but thanks.
Re: [HELP] Is this possible using stock? -
Correlli - 17.02.2010
Quote:
Originally Posted by ¤Adas¤
I am not going to use it, but thanks. 
|
It's your choice, you wanted a formatted-message function using stock.