[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
#2

http://forum.sa-mp.com/index.php?top...2209#msg902209
Reply
#3

I am not going to use it, but thanks.
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)