Posts: 13
Threads: 5
Joined: Nov 2008
Reputation:
0
C:\Documents and Settings\Administrator\Bureaublad\Global_Role-Play_by_Commando\gamemodes\lslrp.pwn(27) : fatal error 100: cannot read from file: "dutils"
I have dutils.inc in my Includes folder and in the Includes folder in pawno, could anyone give me an solution? Thanks
Posts: 13
Threads: 5
Joined: Nov 2008
Reputation:
0
This is line 27:
#include <dutils>
I tried changing it to dutils.inc , this didn't work.
Posts: 2,502
Threads: 26
Joined: Apr 2007
Reputation:
0
Are you sure you have the include in the includes folder of your current working directory? Some people may have multiple pawno.exe editors on their system and with Windows file association may be using a different one!
Try these steps:
Go to the pawno directory where you have the dutils.inc file in the includes folder, then open pawno.exe, go to File > Open, select your script and try to compile it.