SA-MP Forums Archive
errors while compiling - 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: errors while compiling (/showthread.php?tid=567987)



errors while compiling - hardiksingh5 - 18.03.2015

C:\Users\Dell\Desktop\server\gamemodes\Untitled.pw n(4) : fatal error 100: cannot read from file: "steamer"

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


1 Error.

please help me i have put the includes and the plugin but the still the error occures


AW: errors while compiling - Kaliber - 18.03.2015

Quote:
Originally Posted by hardiksingh5
Посмотреть сообщение
please help me i have put the includes and the plugin but the still the error occures
You must do the include in the /pawno/includes directory...

and then be sure, you opened the right Pawno.exe


Re: errors while compiling - CalvinC - 18.03.2015

Shouldn't it be "streamer", not "steamer"?


Re: errors while compiling - JaKe Elite - 18.03.2015

Change

pawn Код:
#include <steamer>
to

pawn Код:
#include <streamer>
You have typed the "streamer" wrong to steamer.