mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
[bot] Implement n_GetTickCount(...)
This commit is contained in:
parent
bbfa58c5ec
commit
663c0fe374
@ -43,8 +43,9 @@ static cell AMX_NATIVE_CALL n_KillTimer(AMX *amx, cell *params)
|
|||||||
// native GetTickCount()
|
// native GetTickCount()
|
||||||
static cell AMX_NATIVE_CALL n_GetTickCount(AMX *amx, cell *params)
|
static cell AMX_NATIVE_CALL n_GetTickCount(AMX *amx, cell *params)
|
||||||
{
|
{
|
||||||
// TODO: n_GetTickCount
|
CHECK_PARAMS(0);
|
||||||
return 0;
|
|
||||||
|
return (cell)GetTickCount();
|
||||||
}
|
}
|
||||||
|
|
||||||
// native Float:asin(Float:value)
|
// native Float:asin(Float:value)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user