Update syntax to transitional
This commit is contained in:
parent
9a1f4dd63c
commit
8a2e980817
@ -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 =
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user