diff --git a/connect.inc b/connect.inc index c75d44b..f0a75aa 100644 --- a/connect.inc +++ b/connect.inc @@ -1,9 +1,10 @@ #if defined _connect_included -#endinput + #endinput #endif + #define _connect_included -forward bool:OnClientPreConnectEx(const String:name[], String:password[255], const String:ip[], const String:steamID[], String:rejectReason[255]); +forward bool OnClientPreConnectEx(const char[] name, char password[255], const char[] ip, const char[] steamID, char rejectReason[255]); public Extension:__ext_Connect = { @@ -19,4 +20,4 @@ public Extension:__ext_Connect = #else required = 0, #endif -} \ No newline at end of file +}