11.01.2018, 12:37
Credit goes to Nero_3D. (http://forum.sa-mp.com/showpost.php?...postcount=4226).
So you just re-word it
Indent? o.O
So you just re-word it
PHP код:
stock SFM(playerid, color, form[], {Float, _}: ...) {
#pragma unused form
static
tmp[145]
;
new
t1 = playerid,
t2 = color
;
const
n4 = -4,
n16 = -16,
size = sizeof tmp
;
#emit stack 28
#emit push.c size
#emit push.c tmp
#emit stack n4
#emit sysreq.c format
#emit stack n16
return SendClientMessage(t1, t2, tmp);
}
Quote:
PHP код:
|