SA-MP Forums Archive
Please Can Anyone Fix This? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Please Can Anyone Fix This? (/showthread.php?tid=529419)



Please Can Anyone Fix This? - Moaz333 - 02.08.2014

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.


Re: Please Can Anyone Fix This? - Steel_ - 02.08.2014

your missing the dudb plugin
here is the link https://sampforum.blast.hk/showthread.php?tid=31


Re: Please Can Anyone Fix This? - Moaz333 - 02.08.2014

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.


Re: Please Can Anyone Fix This? - Moudix - 02.08.2014

make sure name of the plugin is the same at #include .


Re: Please Can Anyone Fix This? - Steel_ - 02.08.2014

if it says dubd the file name is wrong change it to #include <dudb>


Re: Please Can Anyone Fix This? - FreAkeD - 02.08.2014

On the top of your script make sure that #include dubd is written.


Re: Please Can Anyone Fix This? - Moaz333 - 02.08.2014

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


Re: Please Can Anyone Fix This? - Steel_ - 02.08.2014

No you dont need to download Dini and Dutils you just need Dudb because its included in your script


Re: Please Can Anyone Fix This? - Moaz333 - 02.08.2014

now what i do guyz i have one this gamemode please help me


Re: Please Can Anyone Fix This? - Steel_ - 02.08.2014

change that #include <dubd> to #include <dudb>