07.02.2017, 10:29
Yes, it's perfectly possible, and also it is a way of doing a modular setup for your gamemode.
However I do encourage you to read more on modular setups for gamemode in the forums (One of them is Scavenge And Survive by Southclaws) so you wouldn't do it like AmigaBlizzard thinks is right, because thats a terrible setup.
Thats absolutely wrong, you can have those includes in your gamemode folder, and also with .pwn extension, you just have to include them like:
However I do encourage you to read more on modular setups for gamemode in the forums (One of them is Scavenge And Survive by Southclaws) so you wouldn't do it like AmigaBlizzard thinks is right, because thats a terrible setup.
Quote:
Includes are not saved in the gamemodes folder, they are saved in the "pawno\includes" folder, where all the other samp includes are located.
You can create a directory there, in which you save your includes. PHP Code:
Also, includes have the extension ".inc", not ".pwn". |
PHP Code:
#include "something.pwn"