Update syntax to transitional

This commit is contained in:
sapphonie 2021-09-29 22:08:28 -04:00 committed by Nicholas Hastings
parent 9a1f4dd63c
commit 8a2e980817

View File

@ -1,9 +1,10 @@
#if defined _connect_included #if defined _connect_included
#endinput #endinput
#endif #endif
#define _connect_included #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 = public Extension:__ext_Connect =
{ {