Dutils - 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: Dutils (
/showthread.php?tid=125591)
Dutils -
Taz86 - 04.02.2010
Ok..
Everytime I Try to compile my GM, Itssays cannot read from "Dutils"
I have placed Dutils include into my pawno/includes/Here
But still not succed
My line is:
pawn Код:
LGRP.pwn(7) : fatal error 100: cannot read from file: "dutils"
I have also:
pawn Код:
#include <dutils>
#include <utils>
#include <morphinc>
And still not work
I have probelm in line 7
Like if line 7 its define dutils, And I like Remove the "d" than its becomes Cannot read from "Utils"
I cant fix it..
Help me please.
Thank you
Re: Dutils -
yoan103 - 04.02.2010
Did you put these files at scriptfiles. I mean #include name
this "Name" is the name you want to include but did you put the file then in the scriptfiles folder?
Re: Dutils -
Taz86 - 04.02.2010
I think I dotn need to put them in scriptfilters, Im right no?
Re: Dutils -
yoan103 - 04.02.2010
No you really must put them in the scriptfiles folder or else it cannot read it!
Re: Dutils -
Taz86 - 04.02.2010
Expline me how...
Re: Dutils -
Calgon - 04.02.2010
Place it in 'pawno/includes'
Re: Dutils -
yoan103 - 04.02.2010
Oh sorry you must put them in pawno/includes
here is the explanation
First you need them because with the #include you mean to include a text/command i don't exactly know but you need it
Re: Dutils -
Taz86 - 04.02.2010
They are there, Still aitn working guys
Re: Dutils -
yoan103 - 04.02.2010
Are you sure the files are with the correct name, do not miss anything anything even the d you were talking about
Re: Dutils -
Taz86 - 04.02.2010
All is there, Correct..
Still aint working.