diff --git a/bot/scrcustom.cpp b/bot/scrcustom.cpp index aab061c..046a72e 100644 --- a/bot/scrcustom.cpp +++ b/bot/scrcustom.cpp @@ -43,8 +43,9 @@ static cell AMX_NATIVE_CALL n_KillTimer(AMX *amx, cell *params) // native GetTickCount() static cell AMX_NATIVE_CALL n_GetTickCount(AMX *amx, cell *params) { - // TODO: n_GetTickCount - return 0; + CHECK_PARAMS(0); + + return (cell)GetTickCount(); } // native Float:asin(Float:value)