sm-plugins/_CSGO/NoSteamDetection/scripting/include/NoSteamDetection.inc

11 lines
252 B
PHP
Raw Normal View History

2019-03-02 15:22:14 +01:00
#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);