View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 05-29-2012 , 07:34   Re: SDK Hooks 2.1 - Updated 2011-9-10
#1840

@fufu5978

Copy from SourceMod pack folder "scripting" and paste it in your Desktop.
Same thing with SDKHooks pack, copy folder "scripting" and paste it in your Desktop, merge folders.

Grab plugin source code *.sp, move it in your "scripting" folder.
Then drag & drop file.sp on:
compile.exe = This will compile plugin in /scripting/compiled/file.smx
spcomp.exe = Compile plugin in /scripting/file.smx


Depend how developer have made plugin source code, have he/she written in single *.sp file or multiple.
You compile it with plugin head source file.

Used more included files, extension files. Find them.

*edit
All this "compiling" thing happen inside scripting folder, and server not need these.

Installing plugin+extension+gamedata+configs on server is way another thing.

Last edited by Bacardi; 05-29-2012 at 07:38.
Bacardi is offline