Include -
Rimmon - 26.03.2013
Hey guys, i have a question, how can i create a include?
i make the codes in pawn and after i done the code i copy it in a .inc file?
Or i must use a special program for creating includes?
Re: Include -
Dzines4SAMP - 26.03.2013
You make all the coding stuff in PAWNO, then save it as .inc
Re: Include -
Rock - 26.03.2013
If you don't even know how to save an include I don't think you are ready to make one.
Re: Include -
Rimmon - 27.03.2013
Quote:
Originally Posted by Rockk
If you don't even know how to save an include I don't think you are ready to make one.
|
I wasn't sure how i can save a inc, because someone told me , that a include can be made only with notepad++
Thanks for help.
Sorry for my bad english
Re: Include -
Lorenc_ - 27.03.2013
Quote:
Originally Posted by Rimmon
I wasn't sure how i can save a inc, because someone told me , that a include can be made only with notepad++
Thanks for help.
Sorry for my bad english
|
****** pretty much answered your question. ANY text file can be an include, file format doesn't really mind AFAIK (I use .txt for some positions and blah) - as long as it is readable by the compiler, it can be considered an include.