Posts: 30
Threads: 3
Joined: Dec 2013
Reputation:
0
please tell me how to fix it
C:\Documents and Settings\Atif-Ullah\My Documents\SFCNR\gamemodes\SFCNR.pwn(107) : fatal error 100: cannot read from file: "dubd"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Posts: 30
Threads: 3
Joined: Dec 2013
Reputation:
0
i downloaded this dubd.inc and putted it in > pawno > include > dubd.inc but it says again that error
C:\Documents and Settings\Atif-Ullah\My Documents\SFCNR\gamemodes\SFCNR.pwn(107) : fatal error 100: cannot read from file: "dubd"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Posts: 108
Threads: 6
Joined: Jun 2014
Reputation:
0
make sure name of the plugin is the same at #include .
Posts: 390
Threads: 31
Joined: May 2014
Reputation:
0
if it says dubd the file name is wrong change it to #include <dudb>
Posts: 630
Threads: 23
Joined: May 2012
Reputation:
0
On the top of your script make sure that #include dubd is written.
Posts: 30
Threads: 3
Joined: Dec 2013
Reputation:
0
Hello i need to ask that i need to download dini and dutils with dubd?
see i puted like this
#include <a_samp>
#include <dubd>
#include <progress>
#include <a_npc>
#include <irc>
#include <TextDrawCountDown>
#include <SFCRRPGdudb>
#include <streamer>
#include <dprops>
#include <sscanf2>
#include <time>
#pragma tabsize 0
#pragma unused strtok
Posts: 390
Threads: 31
Joined: May 2014
Reputation:
0
No you dont need to download Dini and Dutils you just need Dudb because its included in your script
Posts: 30
Threads: 3
Joined: Dec 2013
Reputation:
0
now what i do guyz i have one this gamemode please help me
Posts: 390
Threads: 31
Joined: May 2014
Reputation:
0
change that #include <dubd> to #include <dudb>