View Single Post
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 02-17-2016 , 19:24   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1565

Quote:
Originally Posted by TrappaTroopa View Post
ok please bear with me. I am new to all this. I downloaded sourcemod and Pawnstudio to my client computer just for compiling plugins. I didn't want to do this on my Linux server. So I edited the sp and I tried to recompile into an smx plugin. But i receive this error. What am I doing wrong?

Code:
Error creating the process:
The parameter is incorrect

Used Command-Line: 
 "C:\Users\XXX\Desktop\sourcemod-1.7.3-git5295-windows\addons\sourcemod\scripting\timer.sp" -o"C:\Users\XXX\Desktop\sourcemod-1.7.3-git5295-windows\addons\sourcemod\scripting\timer.smx"
I pointed it to the compiler at C:\Users\XXX\Desktop\sourcemod-1.7.3-git5295-windows\addons\sourcemod\scripting\compile.ex e

My Argument line for the compiler is:
"%in%" -o"%out%" -(+ -;+
You need to point cksurf.sp to compile.exe. cksurf.sp calls everything inside the /scripting/cksurf/ folder, which would include your modified timer.sp. Keep all of the files inside the correct folders, and all together. Files like timer.sp are not meant to be compiled by themselves.

https://wiki.alliedmods.net/Compiling_SourceMod_Plugins

Last edited by sneaK; 02-17-2016 at 19:24.
sneaK is offline