Nostrademous / Dota2-WebAI

MIT License
33 stars 6 forks source link

CreateHTTPRequest or CreateHTTPRequestScriptVM? #25

Closed MetaZhi closed 6 years ago

MetaZhi commented 6 years ago

I try to run this server locally, but the server get no requests at all. I replaced CreateHTTPRequest to CreateHTTPRequestScriptVM as the document said and got [VScript] Script Runtime Error: ...2 beta\game\dota\scripts\vscripts\bots\webserver_out.lua:446: attempt to call global 'CreateHTTPRequestScriptVM' (a nil value) How can I fix this? Thank you!