Ich sag mal so, normaler weise unterstütze ich keine Faulen, aber Heute mach ich mal eine Ausnahme
PHP
stock SCMF(playerid, color, fstring[], {Float, _}:...)
{
new string[128];
format(string,128,fstring,{Float,_}:...);
if(playerid == INVALID_PLAYER_ID)
{
return SendClientMessageToAll(color, string);
} else {
return SCM(playerid, color, string);
}
}
Alles anzeigen
Probier es mal aus, da falls du bei Float nichts drin hat es Trotzdem gehen sollte.
Ausserdem, weiß ich nicht ganz über "{Float, _}:..." bescheid, da ich es bis Jetzt noch nie Verwendet hab, jedoch hier in dem Beitrag es auch so ist http://forum.sa-mp.com/showthread.php?t=251279