View Single Post
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 05-03-2012 , 12:59   Re: [EXTENSION][Any?] PointDetour
Reply With Quote #6

Quote:
Originally Posted by asherkin View Post
You should probably just const-qualify that param and not invoke the copyback stuff.
It's slow, and the ServerCommand native exists for that purpose.
There's no detour for ServerCommand Alright though, I'll kill it.

The include is going to change!

Plugin_Stop = Don't fire.
Plugin_Handled = Null the String, the output will still fire.
Plugin_Changed <= Continue.

Quote:
Originally Posted by Dr!fter View Post
I tested windows it works fine . Only problem you should add the block to the include that forces the extension to load I had to create an autoload file or else it wouldnt load (You can look for this in dhooks include or sdkhooks include). But after it loaded it worked, and nice job!
Awesome! and Oops! Will fix when I get home.
KyleS is offline