First of all, you could have edited your last post instead of double posting, I think.
Hmm... the waypoints shouldn't be in podbot. Does your folder structure look like this (starting with cstrike)? :
cstrike\addons\metamod\ (should contain some more sub-folders, as well as plugins.ini)
cstrike\addons\podbot\ (should contain podbot.cfg, botweapon.cfg and podbot_mm.dll, among other files)
cstrike\addons\podbot\wptdefault (should contain all waypoint files)
And the console command to add a bot has changed to "pb addbot".
The location of the plugins.ini is actually not that important. You see, in metamod's config.ini (THAT one should be in cstrike\addons\metamod!), there can be a line "
plugins_file "xyz" ", where "xyz" is the path to your plugins.ini file. If there is no such line, or if the line starts with two slashes (
// ), then plugins.ini MUST be in cstrike\addons\metamod. Complicated, huh?