15.07.2011, 03:23
pawn Код:
stock SendFormatedMessage(playerid, string[], {Float,_}:...)
{
new Str[256];
//I cant figure out how i can use that Float
format(Str, sizeof (Str), string, THESE_IS_THE_PROBLEM);
SendClientMessage(playerid, Color:ORANGE, Str);
return 1;
}