SA-MP Forums Archive
How do i use .inc files in .pwn files? - 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: How do i use .inc files in .pwn files? (/showthread.php?tid=570898)



How do i use .inc files in .pwn files? - SpyGames - 14.04.2015

I have a problem with someones race system, and it says that if i have errors i have to use a file named dini.inc
Link: https://sampforum.blast.hk/showthread.php?tid=143764


Re: How do i use .inc files in .pwn files? - NoDi522 - 14.04.2015

You need to download this and put dini.inc file into yourservername/pawno/include

When you've done that put this at the top of your script:

PHP код:
#include <dini> 
Download Link : http://dracoblue.net/downloads/dini/


Re: How do i use .inc files in .pwn files? - SpyGames - 14.04.2015

Thanks, it worked.


Re: How do i use .inc files in .pwn files? - FernandoLight - 14.04.2015

Quote:
Originally Posted by SpyGames
Посмотреть сообщение
Thanks, it worked.
dont forget to rep + him if he helped you