Update Status.sp

This commit is contained in:
zaCade 2019-05-13 21:40:56 +02:00
parent f54bd9ea80
commit dcd6b94130

View File

@ -2,7 +2,7 @@
#include <sourcemod>
#include <sdktools>
#include <RevEmuAPI>
#include <NoSteamManager>
#tryinclude "serverfps.inc"
@ -175,7 +175,7 @@ public Action Command_Status(int client, const char[] command, int args)
if (IsFakeClient(player))
FormatEx(sPlayerType, sizeof(sPlayerType), "FakeClient");
else
RevEmu_GetPlayerType(player, sPlayerType, sizeof(sPlayerType));
NSM_GetPlayerType(player, sPlayerType, sizeof(sPlayerType));
PrintToConsole(client, "# %8s %40s %24s %12s %4s %4s %10s %16s %s",
sPlayerID, sPlayerName, sPlayerAuth, sPlayerTime, sPlayerPing, sPlayerLoss, sPlayerState, sPlayerAddr, sPlayerType);