callofduty4x/cod4x_plugin_http

Error: unknown function: httppostjson

brikibsw opened this issue · 0 comments

Error:
******* script compile error *******
Error: unknown function: (file 'pr/_logger.gsx', line 231)
httppostjson( hurl, json, ::httpLogCallback );

Plugin is loaded and "httpgetjson" function is working, this is from log, notice there is no command "httppostjson".

Adding a plugin script function for plugin 0, command name: httpGet.
Adding a plugin script function for plugin 0, command name: httpGetJson.
Adding a plugin script function for plugin 0, command name: jsonGetInt.
Adding a plugin script function for plugin 0, command name: jsonSetInt.
Adding a plugin script function for plugin 0, command name: jsonGetString.
Adding a plugin script function for plugin 0, command name: jsonSetString.
Adding a plugin script function for plugin 0, command name: jsonReleaseObject.
Plugin libcod4x_http_plugin loaded successfully. Server is currently running 1 plugins.

Thx