compielr error - 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: compielr error (
/showthread.php?tid=308757)
compielr error -
falling - 05.01.2012
after i compiled my gamemode it gave me this error any1 know what to do?
Код:
Desktop\World of Trucking\gamemodes\Trucking.pwn(2) : fatal error 100: cannot read from file: "SII"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: compielr error -
falling - 05.01.2012
any1?
Re: compielr error -
doreto - 05.01.2012
Quote:
Originally Posted by falling
any1?
|
make sure you have SII include in your pawn/include folder
Re: compielr error -
Lorenzo! - 05.01.2012
Yes indeed, you have to download the include which you have to search up on ******.
Re: compielr error -
doreto - 05.01.2012
here use attacment down
\/
Re: compielr error -
falling - 05.01.2012
i have the inc file in pawno/include and it still says same?
this is my define for it
#include <SII>
Re: compielr error -
doreto - 05.01.2012
Quote:
Originally Posted by falling
i have the inc file in pawno/include and it still says same?
|
make sure you include SII in your script
EDIT. or make sure you start pawn wich your SII include
Re: compielr error -
falling - 05.01.2012
it is my gamemode scripts this is my gamemode first 5 lines of it
Код:
#include <a_samp>
#include <SII>
#include <streamer>
#include <sscanf2>
#include <GetVehicleName>
Re: compielr error -
falling - 05.01.2012
umm what? sorry but didnt unrstand
Re: compielr error -
doreto - 05.01.2012
Quote:
Originally Posted by falling
it is my gamemode scripts this is my gamemode first 5 lines of it
Код:
#include <a_samp>
#include <SII>
#include <streamer>
#include <sscanf2>
#include <GetVehicleName>
|
didi you start PAWN were is your inclube becose if you have other servars and you start pawn from other servar that you dont have that include it will say same ones happend that to me