diff --git a/server/scrcustom.cpp b/server/scrcustom.cpp index 393a2cc..0d0b961 100644 --- a/server/scrcustom.cpp +++ b/server/scrcustom.cpp @@ -341,12 +341,18 @@ static cell AMX_NATIVE_CALL n_ShowNameTags(AMX *amx, cell *params) return 1; } +//---------------------------------------------------------------------------------- + +// native ShowPlayerMarkers(mode) static cell AMX_NATIVE_CALL n_ShowPlayerMarkers(AMX *amx, cell *params) { - // TODO: ShowPlayerMarkers - return 0; + CHECK_PARAMS(1); + pNetGame->m_iShowPlayerMarkers = params[1]; + return 1; } +//---------------------------------------------------------------------------------- + static cell AMX_NATIVE_CALL n_SetWorldTime(AMX *amx, cell *params) { // TODO: SetWorldTime