Problem With Seif Admin Script -
dsao_triano - 20.03.2010
Well, I have been scripting forever with my own script and trying to make my own RP server.
And for Admin/Log in script I used Seif admin.
It worked perfectly until I just opened it and tried to Compile it again... Then I suddenly get this error:
D:\Spel\ROCKST~1\GTASAN~1\TTC\FILTER~1\SEIFAD~1.PW N(4) : fatal error 100: cannot read from file: "md5"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
The weird thing is that I dident even change anything.
And another wierd thing, I tried to solve it myself and I discovered that I aint even got a md5.inc, But how could it work before I opened the Saidadmin.pwn and compile it?
Can someone please help me fix it?
Here a link of the script I got of SeifAdmin if needed:
http://pastebin.com/ydAX0nB3
Re: Problem With Seif Admin Script -
[LSR]State_Trooper - 20.03.2010
It means your missing a file named "md5". Ask Sief.
Re: Problem With Seif Admin Script -
[WSM]Deadly_Evil - 20.03.2010
md5 isn't a include you have edit it by mistake
see that there contains? "#include <a_samp>"
If it does so remove "#include <md5>" from .pwn
Then see it will compile
Re: Problem With Seif Admin Script -
dsao_triano - 03.04.2010
Quote:
Originally Posted by [GTA
Deadly_Evil ]
md5 isn't a include you have edit it by mistake
see that there contains? "#include <a_samp>"
If it does so remove "#include <md5>" from .pwn
Then see it will compile 
|
Dont really understand what you mean man.
I've tested to remove
#include <md5>. That doesnt work either.
It's needed.
Re: Problem With Seif Admin Script -
[MWR]Blood - 03.04.2010
Quote:
Originally Posted by Daso_Triano
Quote:
Originally Posted by [GTA
Deadly_Evil ]
md5 isn't a include you have edit it by mistake
see that there contains? "#include <a_samp>"
If it does so remove "#include <md5>" from .pwn
Then see it will compile 
|
Dont really understand what you mean man.
I've tested to remove #include <md5>. That doesnt work either.
It's needed.
|
If you remove it, you will get a lot of errors.
Make sure you have md5 include.
If yes, go to pawno folder, open it, import the .pwn file of the file, and compile it.Should work.
Re: Problem With Seif Admin Script -
biltong - 03.04.2010
You got the working .amx that had the md5 include compiled into, now since you edited it you need md5.inc.
http://forums.sa-mp.com/index.php?action=search
Re: Problem With Seif Admin Script -
dsao_triano - 04.04.2010
Well, I got the md5.inc, and now I have included it... But it doesnt find it or something cuase it says the same error with it all the time.
D:\Spel\ROCKST~1\GTASAN~1\TTC\FILTER~1\SEIFAD~1.PW N(4) : fatal error 100: cannot read from file: "md5"
Re: Problem With Seif Admin Script -
biltong - 04.04.2010
You sure you put the file into pawno\include\ directory?
Re: Problem With Seif Admin Script -
dsao_triano - 04.04.2010
Quote:
Originally Posted by biltong
You sure you put the file into pawno\include\ directory?
|
Yes, I've even tried to just put it into \include.
But none of them work...
Re: Problem With Seif Admin Script -
Ibanez - 04.04.2010
Try using a different admin system if it keeps having errors