11 lines
252 B
PHP
11 lines
252 B
PHP
|
#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);
|