30.10.2013, 08:22
I think Compiling ".inc" Files using PAWNO Compiler will probably give you an errors,
so i suggest on you to use Notepad or something Simple Text Editor thingy like "Wordpad, etc."
so i suggest on you to use Notepad or something Simple Text Editor thingy like "Wordpad, etc."
- Copy the whole include codes in Notepad, Wordpad, etc..
- Save it as "include's name.inc", and Save it in "pawno > include".
- Open your Gamemode Script using PAWNO Compiler.
- Add "#include <include's name>" at the Top of your Gamemode Script.
- Compile it, Save it, and Finish.