View Single Post
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 06-14-2017 , 03:12   Re: WebLync 0.0.3 - A new working WebShortcuts
Reply With Quote #16

Version 0.0.3
- Added native void WebLync_RegisterUrlParam(const char[] paramname, WebLyncGetUrlParam callback);
- Added native void WebLync_UnregisterUrlParam(const char[] paramname);
- Added typedef WebLyncGetUrlParam = function bool (int client, const char[] paramname, char[] buffer, int maxlength);
- Stopped ServerId leaking in client console

I'll provide an example of `WebLync_RegisterUrlParam` later on.
__________________

Last edited by Neuro Toxin; 06-14-2017 at 03:20.
Neuro Toxin is offline