nosteam detection WIP

This commit is contained in:
2018-03-22 19:37:12 +01:00
committed by BotoX
parent 90a8a1e3a4
commit 5d04944952
4 changed files with 76 additions and 23 deletions

View File

@ -13,6 +13,7 @@ enum EConnect
forward EConnect OnClientPreConnectEx(const char[] sName, char sPassword[255], const char[] sIP, const char[] sSteam32ID, char sRejectReason[255]);
native bool ClientPreConnectEx(const char[] sSteam32ID, EConnect RetVal, char sRejectReason[255]);
native bool SteamClientAuthenticated(const char[] sSteam32ID);
/**
* Do not edit below this line!