i want to know 2 things - 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: i want to know 2 things (
/showthread.php?tid=467147)
i want to know 2 things -
Boss201 - 01.10.2013
i know how to add filter scripts in my server
i want to know what is an include ?
and how to add the includes to my server ?
you can also share me some links that you know have tutorials
plz help me i rly what to know what is an include
Thanks
Re: i want to know 2 things -
rishabh1x - 01.10.2013
hi
includes are header files that contain required functions for a fs....they cannot be added to a server just ****** header files
Re: i want to know 2 things -
Lidor124 - 01.10.2013
On server.cfg add the following line:
filterscripts " here name of your filterscripts from gilterscripts folder"
To add includes to your server go to pwn file you want to put include there and write in the top:
#include <name>
Example #include <a_samp>