View Single Post
Re: Help!!! Linux cs 1.6 podbot-mm metamod server !!!
Old
  (#2)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Help!!! Linux cs 1.6 podbot-mm metamod server !!! - 19-01-2005

liblist.gam:
gamedll_linux "addons/metamod/dlls/metamod_i386.so"

plugins.ini:
linux "addons/podbot/podbot_i386.so"

If still doesn't work, try recompiling Metamod and POD-Bot mm.

PS, linking the .so library with "-static" will make it work with any GNU/Linux systems, without that the .so file will try to load the shared library and if the shared library doesn't exist in a specific GNU/Linux system it won't load.
  
Reply With Quote