Is it possible to fire a non ConVar console command via Sourcepawn? I understand there's SetConVar for setting the values of ConVars but what if it's a console command supplied by another plugin that doesn't provide forwards?
For my case in particular, I want to fire "sm_map somemap" to change the current map (maybe there's a better way of doing this)