Help! - 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: Help! (
/showthread.php?tid=561269)
Help! -
Dylaan - 02.02.2015
C:\Users\Dylan\Desktop\New Map\pawno\new.pwn(5) : fatal error 100: cannot read from file: "a_samp"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Does someone know what's the problem?
http://prntscr.com/6022uy
Re: Help! -
Nitin - 02.02.2015
#include <a_samp> at top of your script. (Line no. 1)
Re: Help! -
ZaBraNjeNi - 02.02.2015
Add a_samp include in "includes" folder.
Re: Help! -
CalvinC - 02.02.2015
It cannot read from the file "a_samp" because you do not have it.
Download a_samp.inc and place it in your pawno/include folder.
Re: Help! -
Nightmares - 03.02.2015
Make sure you have it inclduded on the script and inside your pawno>>include folder.