Thread: [INC] HTTP2
View Single Post
LordOfNothing
BANNED
Join Date: Jul 2013
Old 10-18-2013 , 12:05   Re: [INC] HTTP2
Reply With Quote #25

Quote:
Originally Posted by Black Rose View Post
Code:
#include <amxmodx> #include <http2> public plugin_init() { HTTP2_UpdatePlugin("http://www.amxmodx.org/plcompiler_vb.cgi?file_id=126862") // I took one at random from New Plugin Submission }

You can also directly link to an .amxx file, but I would avoid that as it would seem suspicious.

Of course there are problems with this. By linking to an automatically compiled file on the AM forum it cannot include HTTP2.
In this case I would suggest copying the HTTP2 include into your plugin and strip the things you don't need.

Another option is to use a third party webcompiler that compiles the source posted on AMXX.

It doesn't have to be used at plugin_init(), but make sure you only call it once per load at the absolute maximum.
To avoid flooding HTTP servers it really should be downloaded once per day or week.

Lets say i have this lin : *snip*
And not be a more good method to use in plugin_cfg ????

Last edited by Arkshine; 10-21-2013 at 12:19. Reason: You are not allowed to link to compiled plugin.
LordOfNothing is offline