mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
[bot] Implement n_printf(...)
This commit is contained in:
parent
bd29ad78ec
commit
a817a56c7b
@ -17,7 +17,9 @@ static cell AMX_NATIVE_CALL n_print(AMX *amx, cell *params)
|
|||||||
// native printf(const format[], {Float,_}:...)
|
// native printf(const format[], {Float,_}:...)
|
||||||
static cell AMX_NATIVE_CALL n_printf(AMX *amx, cell *params)
|
static cell AMX_NATIVE_CALL n_printf(AMX *amx, cell *params)
|
||||||
{
|
{
|
||||||
// TODO: n_printf
|
//int len;
|
||||||
|
//logprintf("%s",format_amxstring(amx, params, 1, len));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user