Raised This Month: $ Target: $400
 0% 

Help - Joining into SourceMod


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Elitcky
AlliedModders Donor
Join Date: Jun 2016
Location: Antofagasta, Chile
Old 06-22-2016 , 14:49   Help - Joining into SourceMod
Reply With Quote #1

Hey!

Well i always be in the amxx scripts with .amxx and .sma and i undrstand how all goes
The codes, callfuncs, natives so many things... But one thing in the amxx script
Was when i want to have a plugin on in my server i just need to put

Blabla.amxx and for desactivate that just ;blabla.amxx

So now my question is what i need in sourcemod to activate or desactivates a plugin
Cause i tried to find my answer but i just dont understand, i installed one plugin
For know how its works when its on or off, but there are no a plugin.ini

So how its works????

Im from chile sorry for the bad english.
Thanks!
Elitcky is offline
Chaosxk
Veteran Member
Join Date: Aug 2010
Location: Westeros
Old 06-22-2016 , 15:00   Re: Help - Joining into SourceMod
Reply With Quote #2

You put the plugin "example.smx" into addons/sourcemod/plugins and it will automatically load and enable the plugin when you start server.

To disable it delete the file or move it to addons/sourcemod/plugins/disabled folder.

If you want to disable plugin while server is still running do "sm plugins unload example" where the file is called example.smx
__________________

Last edited by Chaosxk; 06-22-2016 at 15:00.
Chaosxk is offline
Elitcky
AlliedModders Donor
Join Date: Jun 2016
Location: Antofagasta, Chile
Old 06-22-2016 , 15:11   Re: Help - Joining into SourceMod
Reply With Quote #3

Thanks dude!

I understand it now

Just when i need one plugin ON in the server it need to be in the folder plugins
And if l dont need it on, just move it to disabled or delete it

Thanks In this mode, sourcemod is more easy than amxx? Or im wrong?
Elitcky is offline
dungeon
Senior Member
Join Date: Sep 2009
Old 06-24-2016 , 03:21   Re: Help - Joining into SourceMod
Reply With Quote #4

Or you can use the following console commands via RCON...

SM PLUGINS LIST - Lists Plugins currently enabled
SM PLUGINS REFRESH - Rechecks the plugins folder and loads any new plugins
SM PLUGINS LOAD xxxxx.smx - Loads plugin xxxxx.smx
SM PLUGINS UNLOAD xxxxx.smx - Unloads plugin xxxxx.smx and moves it to disabled folder
dungeon is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode