Cross Plugin Compatability
#8
Quote:is database storage implemented for plugins?
Yes and no. You may use cIniFile (I believe it's up to r600) for configuration stuff and Lua's io class.

Quote:Is there some way to stop a script from "cancelling" the event by returning a value?
Yes. Just return false - you plugin's code will proceed, but you won't break default server behaviour.
You may also think about plugins' order - the order they are declared in .ini is the order they are loaded and order they are executed. And the order they handle hooks' callbacks and cancel execution. Simple and powerful.
Reply
Thanks given by:


Messages In This Thread
Cross Plugin Compatability - by Sessional - 07-07-2012, 03:56 AM
RE: Cross Plugin Compatability - by FakeTruth - 07-07-2012, 06:52 AM
RE: Cross Plugin Compatability - by Sessional - 07-08-2012, 05:30 AM
RE: Cross Plugin Compatability - by FakeTruth - 07-08-2012, 10:58 PM
RE: Cross Plugin Compatability - by Sessional - 07-09-2012, 03:35 AM
RE: Cross Plugin Compatability - by xoft - 07-09-2012, 03:53 AM
RE: Cross Plugin Compatability - by Sessional - 07-11-2012, 04:59 AM
RE: Cross Plugin Compatability - by Taugeshtu - 07-13-2012, 06:14 PM
RE: Cross Plugin Compatability - by NiLSPACE - 09-12-2012, 03:51 AM
RE: Cross Plugin Compatability - by FakeTruth - 09-12-2012, 03:58 AM
RE: Cross Plugin Compatability - by l0udPL - 09-12-2012, 04:21 AM
RE: Cross Plugin Compatability - by FakeTruth - 09-12-2012, 04:29 AM
RE: Cross Plugin Compatability - by xoft - 09-12-2012, 08:22 AM
RE: Cross Plugin Compatability - by NiLSPACE - 11-14-2012, 07:21 AM
RE: Cross Plugin Compatability - by FakeTruth - 11-14-2012, 08:00 AM
RE: Cross Plugin Compatability - by NiLSPACE - 11-14-2012, 04:26 PM
RE: Cross Plugin Compatability - by ThuGie - 11-14-2012, 10:40 PM
RE: Cross Plugin Compatability - by Taugeshtu - 11-14-2012, 11:20 PM
RE: Cross Plugin Compatability - by NiLSPACE - 06-15-2013, 07:19 PM
RE: Cross Plugin Compatability - by tonibm19 - 06-15-2013, 07:27 PM
RE: Cross Plugin Compatability - by NiLSPACE - 06-16-2013, 01:15 AM
RE: Cross Plugin Compatability - by tonibm19 - 06-16-2013, 01:26 AM
RE: Cross Plugin Compatability - by xoft - 06-16-2013, 01:23 AM
RE: Cross Plugin Compatability - by NiLSPACE - 06-16-2013, 01:27 AM
RE: Cross Plugin Compatability - by xoft - 06-16-2013, 01:36 AM



Users browsing this thread: 1 Guest(s)