Skip to content

0.0.2

Latest
Compare
Choose a tag to compare
@Tiaansu Tiaansu released this 15 Dec 08:51
· 1 commit to main since this release
4ae3390

new natives:

// Logs result
native Logger_FetchLogs(playerid, Logger:logger, amount, pageStart, const callback[], const search[] = "", bool:caseSensitive = true);
native Logger_GetResult(LogsResult:result, row, logs[], size = sizeof logs);
native Logger_FreeResult(LogsResult:result);

Big thanks to @eksqtr for his ideas!