Skip to content

0.0.2

Choose a tag to compare

@Tiaansu Tiaansu released this 15 Dec 08:51
· 9 commits 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!