I can see that your command line is not right.
Quote:
./hlds_run -game cstrike +ip 192.168.1.2 +maxplayers 14 +map fy_buzzkill \
+localinfo mm_gamedll "addons/metamod/dlls/metamod_i386.so" \
+localinfo mm_gamedll "joebot/joebot_i386.so" \
+localinfo mbotmod joebot -pingboost 2 +sv_region 255
|
You have mm_gamedll specified twice, and the last one is joebot which is a metamod plugin. What's happening is that metamod is not loading and because of this you are getting the game API cannot be found error.
You have to remove joebot from the command line and place it into the metamod plugins.ini file.