Create include - 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: Create include (
/showthread.php?tid=290143)
Create include -
Xyrex - 14.10.2011
I'm trying to make a new GM and I want to use includes for it.
How can I create that kind of files?
Re: Create include -
Yamoo - 14.10.2011
You want to create one personally?
If not, then you'll see several if not hundreds of includes in the filterscript & includes section.
Re: Create include -
Xyrex - 14.10.2011
Yes, I want to create my own include.
Re: Create include -
Ash. - 14.10.2011
Quote:
Originally Posted by Xyrex
Yes, I want to create my own include.
|
For what purpose?
Re: Create include -
Xyrex - 14.10.2011
Well, I'm working with some people but I don't want to share some functions.
With an include, I can add it to the GM easily and don't have to show that functions.
Re: Create include -
MichaelNerd - 14.10.2011
Open notepad -> Type ur script -> Save as .inc
AW: Create include -
Meta - 14.10.2011
I think he means that he's sitting around with other peoples / is in a Teamviewerpresentation and doesn't want them to see the include's functions but only their names (because they would have to open the includes then).
Re: Create include -
Xyrex - 14.10.2011
Meta has explained it very well.