mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +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,_}:...)
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user