SA-MP Forums Archive
[Gammix] GAdmin System Problem - 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)
+--- Thread: [Gammix] GAdmin System Problem (/showthread.php?tid=656681)



[Gammix] GAdmin System Problem - xRadical3 - 21.07.2018

I get the following errors when compiling Gadmin.pwn
I have all the includes, but it gives me an error!
Link Gadmin System https://sampforum.blast.hk/showthread.php?tid=585036
Quote:

C:\Users\Desktop\(JGH)\filterscripts\gadmin.pwn(30 ) : fatal error 100: cannot read from file: "spectate"
C:\Users\Desktop\(JGH)\filterscripts\gadmin.pwn(30 ) : fatal error 100: cannot read from file: "easydb"
C:\Users\Desktop\(JGH)\filterscripts\gadmin.pwn(31 ) : fatal error 100: cannot read from file: "ban"
C:\Users\Desktop\(JGH)\filterscripts\gadmin.pwn(32 ) : fatal error 100: cannot read from file: "dini2"
C:\Users\Desktop\(JGH)\filterscripts\gadmin.pwn(33 ) : fatal error 100: cannot read from file: "izcmd"
C:\Users\Desktop\(JGH)\filterscripts\gadmin.pwn(34 ) : fatal error 100: cannot read from file: "timestamptodate"
C:\Users\Desktop\(JGH)\filterscripts\gadmin.pwn(35 ) : fatal error 100: cannot read from file: "easydialog"

I really need this system but give me error
How to fix it?!


Re: [Gammix] GAdmin System Problem - Heress - 21.07.2018

Theese errors show, that your includes isn't in includes folder

They must be in pawno>>includes

And GameMode dont find it in that folder

Or you don't have any includes. Your system dont work without them. Includes can be downloaded from the internet.
-----------------------
sorry for bad english


Re: [Gammix] GAdmin System Problem - xRadical3 - 21.07.2018

Quote:
Originally Posted by Heress
Посмотреть сообщение
Theese errors show, that your includes isn't in includes folder

They must be in pawno>>includes

And GameMode dont find it in that folder

Or you don't have any includes. Your system dont work without them. Includes can be downloaded from the internet.
-----------------------
sorry for bad english
solved
I did not pay attention to it
Thank you!