SA-MP Forums Archive
I need help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need help (/showthread.php?tid=207909)



I need help - Ironboy - 07.01.2011

In my gm it shows like this.
How to fix it? Please help me.

pawn Код:
C:\Documents and Settings\Ironboy\Desktop\Paradise City~RP\Gamemodes\Paradise_City.pwn(47) : fatal error 100: cannot read from file: "KZI"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.



Re: I need help - bhaveshnande - 07.01.2011

This might help you.
https://sampforum.blast.hk/showthread.php?tid=183776
Also if u did #include<KZI> at the top of your gamemode, check if it is KZI.inc or a correct file name
Also check if the required file ( KZI ) is in your pawno/include folder


Re: I need help - Ironboy - 07.01.2011

i defined these things.

#include <a_samp>
#include <Ldudb>
#include <KZI>
#include <streamer>
#include <YSF>
#include <zcmd>

I dont know what to do .
Please help me


Re: I need help - Alex_Valde - 07.01.2011

Do you have KZI.inc in your: C:\Documents and Settings\Ironboy\Desktop\Paradise City~RP\pawno\include ??


Re: I need help - Ironboy - 07.01.2011

yes it is there


Re: I need help - Alex_Valde - 07.01.2011

Maybe this is stupid but, make sure that you open your GameMode with the pawno where you have KZI.inc included.


Re: I need help - Ironboy - 07.01.2011

Yeah...
I clicked awno> File > Open > GM
Now its works


Re: I need help - Alex_Valde - 07.01.2011

^^ I am glad that you managed to "fix" you problem.