Navegación |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1) Go in cstrikeaddons. Create a folder, and named is in metamod.
2) Create a folder in addonsmetamod, called dlls.
3)Download the Linux version or the Windows version.
4) Put .dll / .so in addonsmetamoddlls
5) Go in the cstrike folder and search for liblist.gam.
For windows, change the line:
Code:
with:
Code:
gamedll "addonsmetamoddllsmetamod.dll" |
For linux, change the line:
Code:
gamedll_linux "dlls/mp_i386.so" |
with
Code:
gamedll_linux "addons/metamod/dlls/metamod_i386.so" |
Go in addonsmetamod and create plugins.ini. There add the next line for windows
Code:
win32 addonsamxmodxdllsamxmodx_mm.dll |
For linux:
Code: linux addons/amxmodx/dlls/amxmodx_mm_i386.so
|
|
|
|
|
|
|
|
|
|
|
|