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



Fatal Error 100 message in compile - Policeman123 - 27.05.2012

Hello,

When entering a new script. I recieved this error message while trying to compile:

Код:
C:\Documents and Settings\user\My Documents\Basic Roleplay script\Basic Roleplay New York script\gamemodes\rp2.pwn(375) : fatal error 100: cannot read from file: "regex"

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


1 Error.
Any idea of whats wrong?

P.S.
The regex plugin is called "regex"


Re: Fatal Error 100 message in compile - calin1996 - 27.05.2012

It is an include or plugin?


Re: Fatal Error 100 message in compile - Policeman123 - 27.05.2012

Actually it is both. There is a regex.so for the plugin and a regex.inc for the include.


Re: Fatal Error 100 message in compile - Mark™ - 27.05.2012

Quote:
Originally Posted by Policeman123
Посмотреть сообщение
Actually it is both. There is a regex.so for the plugin and a regex.inc for the include.
Move regex.inc to your pawno/include directory and recompile.


Re: Fatal Error 100 message in compile - Policeman123 - 27.05.2012

Now the compiler crashes

Let me add that I am trying to enter the 0Admin script into my pawno.


Re: Fatal Error 100 message in compile - Policeman123 - 27.05.2012

I just copied and pasted the script and shuved it after all the defines and forwards of my script. Is that ok? Or do I have to pick the defines and place them in the defines. And take the commands and place them in the commands section...?