#include gamemode - 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: #include gamemode (
/showthread.php?tid=497795)
#include gamemode -
ross8839 - 28.02.2014
How do i use the #include function to include another PWN file to make my gamemode creation so much easier? I've seen it be done but I've searched everywhere and just can't seem to find the answer. Any help appreciated, cheers.
Re: #include gamemode -
Kirollos - 28.02.2014
pawn Код:
#include "path\to\gamemode.pwn"
Re: #include gamemode -
ross8839 - 28.02.2014
Thanks man