forked from UNLOZE/sm-plugins
Change Native calls ect.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <geoip>
|
||||
#include <multicolors>
|
||||
#include <clientprefs>
|
||||
#include <NoSteamManager>
|
||||
#include <PlayerManager>
|
||||
|
||||
#pragma newdecls required
|
||||
|
||||
@@ -375,7 +375,7 @@ public void TQueryCB(Handle owner, Handle rs, const char[] error, any data)
|
||||
|
||||
if(StrContains(sRawMsg, "{NOSTEAM}"))
|
||||
{
|
||||
if(!NSM_IsPlayerSteam(client))
|
||||
if(!PM_IsPlayerSteam(client))
|
||||
ReplaceString(sRawMsg, sizeof(sRawMsg), "{NOSTEAM}", " <NoSteam>");
|
||||
else
|
||||
ReplaceString(sRawMsg, sizeof(sRawMsg), "{NOSTEAM}", "");
|
||||
|
||||
Reference in New Issue
Block a user