Madmin Bugg - 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: Madmin Bugg (
/showthread.php?tid=247901)
Madmin Bugg -
Salsa - 11.04.2011
Madmin Bugg
When i Edite Admins RankS Its Showing A Error
Код:
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\filterscripts\mAdmin.pwn(19) : fatal error 100: cannot read from file: "streamer"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Do Something Its Really Nice Script
Re: Madmin Bugg -
Sascha - 11.04.2011
on the top of your script is "#include <streamer>"..
the streamer.inc is missing in the ->pawno->includes directory... either download the streamer.inc include and paste it into this directory or just remove "#include <streamer>" from your code
Re: Madmin Bugg -
Cameltoe - 11.04.2011
Quote:
Originally Posted by Salsa
Madmin Bugg
When i Edite Admins RankS Its Showing A Error
Код:
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\filterscripts\mAdmin.pwn(19) : fatal error 100: cannot read from file: "streamer"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Do Something Its Really Nice Script
|
Thats not an bug. You are missing the streamer.inc file in your includes folder.