SA-MP Forums Archive
Error - 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: Error (/showthread.php?tid=196807)



Error - david1236 - 06.12.2010

Erm i get this little error due to which i cant compile it says cant read from file utils error id 100 can anyone help?


Re: Error - Lynn - 06.12.2010

You must place the utils include, in your includes folder.


Re: Error - david1236 - 06.12.2010

My include folder? where is that on the script :S btw am editing gtarp


Re: Error - scripter1 - 06.12.2010

Your include folder is in pawno\includes


Re: Error - david1236 - 06.12.2010

#define SCRIPT_VERSION "v1.5"

#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
static gTeam[MAX_PLAYERS];

Sorry am new at this what do i do with this...


Re: Error - scripter1 - 06.12.2010

Nothing. Just go into your pawno\include folder and check if the utils.inc file is there.


Re: Error - david1236 - 06.12.2010

I use SAM(P)CE and if its not there where do i get it from im realy sorry for asking so many questions


Re: Error - Fresh-Gta - 06.12.2010

unpack and Put this into your /pawno/include folder


Re: Error - david1236 - 06.12.2010

Thanks