/* _bot_http Author: INeedGames Date: 09/26/2020 The HTTP module to use with IW4X's gsc funcs */ #include maps\mp\bots\_bot_utility; /* Does the version check, if we are up too date */ doVersionCheck() { return false; } /* Will attempt to retreive waypoints from the internet */ getRemoteWaypoints( mapname ) { return; }