Thread: Kill Messages
View Single Post
Zylius
SourceMod Donor
Join Date: Nov 2009
Old 02-13-2011 , 14:10   Re: Kill Messages
Reply With Quote #16

PHP Code:
public OnPluginStart()
{

    
AutoExecConfig(true"killmessage_basicsupport");    

OnPluginStart is only called then plugin is loaded, plugins aren't reloaded on map start. (I would suggest using OnConfigsExecuted) Thoe this doesn't explain why it doesn't reload even after server start.
Zylius is offline