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)
+--- Thread: Help (
/showthread.php?tid=378877)
Help -
CrazyManiac - 19.09.2012
Hello SA:MP players.
I need help with my script. I have the Riverwood Roleplay script downloaded right now. But when i compile it, it says:
Код:
C:\Documents and Settings\Fabian\My Documents\Riverwood Roleplay v0.3\gamemodes\rwrp.pwn(63) : fatal error 100: cannot read from file: "streamer"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
And when i remove that, it says
Код:
C:\Documents and Settings\Fabian\My Documents\Riverwood Roleplay v0.3\gamemodes\rwrp.pwn(63) : fatal error 100: cannot read from file: "foreach"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
When i remove that, it gives me a 27 Errors.... so i guess i need foreach and streamer.
Anyone know how to install this, or anyone has the files for me i need?
Greetings, CrazyManiac.
Re: Help -
shaniyal - 19.09.2012
Click me! n
click me!
Re: Help -
tiernantheman - 19.09.2012
You need to have at the top of the script #include <streamer> and #include <foreach> make sure you have them 2 includes inside you're pawno/includes folder. You can download streamer and foreach here. Streamer:
https://sampforum.blast.hk/showthread.php?tid=102865
Foreach:
https://sampforum.blast.hk/showthread.php?tid=92679