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



Error Help me :> - Mach - 26.05.2014

Im adding #include <j_inventory_v2>
But why i receive this message
C:\Users\Chronized\Desktop\SAMP Apo server - testing of scripts\gamemodes\RustServer1.pwn(7) : fatal error 100: cannot read from file: "j_inventory_v2"

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


1 Error.

I really dont know what to do , im just a rookie scripter.


Re: Error Help me :> - NaClchemistryK - 26.05.2014

make sure that file is inside your includes folder in pawn. go to samp>pawn>includes and put your .inc folder in there.


Re: Error Help me :> - AndySedeyn - 26.05.2014

Quote:
Originally Posted by NaClchemistryK
Посмотреть сообщение
make sure that file is inside your includes folder in pawn. go to samp>pawn>includes and put your .inc folder in there.
An extra note to this: Make sure you are running the PAWNO.exe from the same directory as your include file.

E.g.:
If your include is at:
C:\users\MyServer\pawno\include

then you will have to run the PAWNO.exe from:
C:\users\MyServer\pawno


Re: Error Help me :> - Mach - 26.05.2014

Quote:
Originally Posted by NaClchemistryK
Посмотреть сообщение
make sure that file is inside your includes folder in pawn. go to samp>pawn>includes and put your .inc folder in there.
i got nothing .inc file to put in the include folder , he just wrote that i will just add #include


Re: Error Help me :> - Rittik - 26.05.2014

You have to download that file and move it your \pawno\includes.