From 8a2e980817be309ccde18e41fe71fcea746804bf Mon Sep 17 00:00:00 2001 From: sapphonie Date: Wed, 29 Sep 2021 22:08:28 -0400 Subject: [PATCH] Update syntax to transitional --- connect.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 +}