SA-MP Forums Archive
FilterScript Management System [FSMS] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: FilterScript Management System [FSMS] (/showthread.php?tid=49491)



FilterScript Management System [FSMS] - Xalphox - 01.09.2008

I'm currently writing a script that basically acts as a registry for filterscripts and commands. It allows other filterscripts to see details on scripts that are currently loaded, and allows for it to create and view commands. See below for a current list of functions:
pawn Код:
// List of functions CURRENTLY implemented.
FSMS_RegisterFilterscript(name[], filepath[], author[], version[], delay=0)
FSMS_UnregisterFilterscript(fs_id)

FSMS_GetFilterScriptName(fs_id)
FSMS_GetFilterScriptFilepath(fs_id, store_in[], count)
FSMS_GetFilterScriptAuthor(fs_id, store_in[], count)
FSMS_GetFilterScriptVersion(fs_id, store_in[], count)

FSMS_RegisterCommand(fs_id, command[], handler[], description[], bool:arguments)
FSMS_UnregisterCommand(cmd_id)
It also allows for unlimited filterscripts. I'm open to suggestions.


Re: FilterScript Management System [FSMS] - eriknagel - 09.06.2010

how do i use this ??


Re: FilterScript Management System [FSMS] - Ignas1337 - 09.06.2010

wow, what a bump...