sm-plugins/_CSGO/NoSteamDetection/scripting/include/NoSteamDetection.inc
2019-03-02 15:22:14 +01:00

11 lines
252 B
SourcePawn

#if defined NoSteamDetection_included
#endinput
#endif
#define NoSteamDetection_included
native bool IsClientProfileValid(int client);
native bool IsClientProfileValidated(int client);
forward void OnClientProfileValidated(int client, bool valid);