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



Stupid Error. - Mimic - 01.09.2010

Hello, I've been working on a gamemode, I was working on it yesterday making updates for a couple of hours, and I could compile fine, but now I try and compile it sais this

pawn Код:
\roleplay1.pwn(11) : fatal error 100: cannot read from file: "streamer".
Now what's stupid is I've got the "Streamer" Include. I'm also afraid if I get this sorted it's going to say the same thing about every other include.

If you could help me that would be great, as this has got me very confused.


Re: Stupid Error. - [XST]O_x - 01.09.2010

Try running the Pawno application as an administrator if you're using Windows 7/Vista.
Worked for me.


Re: Stupid Error. - Mimic - 01.09.2010

Okay I'll try that, I'm actually am using Windows 7, the thing is why would it happen now? and not any other time in the past.


Re: Stupid Error. - [XST]O_x - 01.09.2010

Quote:
Originally Posted by Mimic
Посмотреть сообщение
Okay I'll try that, I'm actually am using Windows 7, the thing is why would it happen now? and not any other time in the past.
I have no idea,it was also weird for me in the first time,it also happened to me on some certain includes and I didn't know what to do so I just copied what the include had to my gamemode xD Until I found out the only thing I need to do is to run Pawno as an administrator..


Re: Stupid Error. - Dime - 01.09.2010

This happend to me few times.I just close script,run pawno application(from pawno folder)-->open script-->compile and work for me.


Re: Stupid Error. - Mimic - 01.09.2010

Thanks, It's working now! Running Administrator worked.