copying of a filterscript - 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)
+--- Thread: copying of a filterscript (
/showthread.php?tid=371177)
copying of a filterscript -
akki - 22.08.2012
i just got a filterscript from my friend as he made it and gave it to me.
and i am confused to use it
well the confusion is that i should use the filterscript directly or should i copy all the files to my server pawno file.
i don't want to use it directly because of the number of limit of number of filterscripts. i already have 15 filterscripts running and i dont want the 16th place to be used so fast.
so is it possible to copy the info from the filterscript and use it in gamemod.
Re: copying of a filterscript - Glint - 22.08.2012
Yes you can copy the code from the filterscript to the gamemode itself it is possible.
Re: copying of a filterscript -
akki - 22.08.2012
Quote:
Originally Posted by Lexi'
Yes you can copy the code from the filterscript to the gamemode itself it is possible.
|
ok i tried that 2 times but it shows errors and fails to compile
Re: copying of a filterscript -
Lordzy - 22.08.2012
Post your errors here if you can.
Re: copying of a filterscript -
Balla - 22.08.2012
Yes, if you post your errors here, it's a lot easier for us to help you
Re: copying of a filterscript - Glint - 22.08.2012
Just to let you know don't copy all of the callbacks copy what's inside them.