Include problems!! - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Include problems!! (
/showthread.php?tid=87846)
Include problems!! -
JadedJ - 22.07.2009
Every time I try to include a .inc file to a script the compiler crashes did this happen to anybody else and how did you fix it?
My .inc are here: GTA San Andreas\samp02Xserver.win32\pawno\include
Thx for ur time, keep me posted.
Re: Include problems!! -
yezizhu - 22.07.2009
Which inc you attemp to include?
Re: Include problems!! -
JadedJ - 22.07.2009
Dini Dudb and Dutils I think I can't do much without them.
Re: Include problems!! -
yezizhu - 23.07.2009
If is possible, show whole gamemode in pastebin.
Re: Include problems!! -
matdav - 23.07.2009
Have u write
#include <a_samp>
#include <Dini>
#include <DUDB>
#include <Dutils>
or another thing cuz im using what i said in my game mode and work perfecly
Re: Include problems!! Fixed -
JadedJ - 28.07.2009
I redownloaded pawno and now it works fine thanx guys.