Push stuff to this repo.

This commit is contained in:
zaCade
2019-03-02 15:22:14 +01:00
parent c42d51a586
commit bbf3b5bc40
13 changed files with 3243 additions and 0 deletions
@@ -0,0 +1,11 @@
#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);