SA-MP Forums Archive
Error 100 - 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: Error 100 (/showthread.php?tid=288829)



Error 100 - The$amurai[AUS] - 09.10.2011

Okay, I can succesfully run a gamemode with includes, But when i try to compile the gamemode after opeing it ( i didn't change a thing) it gives me this

C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\gamemodes\SaAdmin.pwn( : fatal error 100: cannot read from file: "saifadmin"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


It's pissing me off!
The includes are in the folder: C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\pawno\include

I beleive that's right, Please help me!!

Any help will be much appreciated.


Re: Error 100 - array13 - 09.10.2011

Please you should TYPE the correct name of the include.


Re: Error 100 - The$amurai[AUS] - 09.10.2011

it does it to all the includes from SaAdmin gamemode, these include:
#include <a_samp>
#include <a_vehicles>
#include <a_sampdb>
#include <a_players>
#include <a_objects>
#include <a_NPC>
#include <saifadmin>
#include <dudb>
#include <dini>
#include <dutils>
#include <file>
#include <core>
#include <time>
#include <string>
#include <datagram>
#include <float>


Re: Error 100 - array13 - 09.10.2011

is the include saifadmin on the pawn/includes ?


Re: Error 100 - =WoR=G4M3Ov3r - 09.10.2011

I believe saifadmin is a filterscript, its includes are seif_cursor.inc and MD5.inc

Which can be found here: http://solidfiles.com/d/Y4hC/


Re: Error 100 - The$amurai[AUS] - 10.10.2011

@Kikito Yes, It's in the folder as mentioned above.

@=WoR=G4M3Ov3r

I'm quit sure it's an include, But i'll check. thanks.