Update syntax to transitional
This commit is contained in:
parent
9a1f4dd63c
commit
8a2e980817
@ -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 =
|
||||||
{
|
{
|
||||||
@ -19,4 +20,4 @@ public Extension:__ext_Connect =
|
|||||||
#else
|
#else
|
||||||
required = 0,
|
required = 0,
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user