SA-MP Forums Archive
MY server wont start 1 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: MY server wont start 1 error !! (/showthread.php?tid=102888)



MY server wont start 1 error !! - A51ms - 17.10.2009

Code:
C:\Users\HIJOL GOSWAMI\GTASAMP0.3\gamemodes\area51DM.pwn(2) : fatal error 100: cannot read from file: "colors"

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


1 Error.
i already have and checked over and over everything is correct and in a the correct place it was fine on samp0.2x now samp0.3x dosent work someone please help me !!


Re: MY server wont start 1 error !! - miokie - 17.10.2009

You have no colors.inc file in your scriptfiles folder.


Re: MY server wont start 1 error !! - Luka P. - 17.10.2009

Create colors.inc and define colors
pawn Code:
#define COLOR_THAT_YOU_USING  0x0000FF // Replace with real code
#define COLOR_THAT_YOU_USING2 0x0000FF // Replace with real code
// ...



Re: MY server wont start 1 error !! - A51ms - 17.10.2009

ok thanks


Re: MY server wont start 1 error !! - A51ms - 18.10.2009

Quote:
Originally Posted by Luka™
Create colors.inc and define colors
pawn Code:
#define COLOR_THAT_YOU_USING  0x0000FF // Replace with real code
#define COLOR_THAT_YOU_USING2 0x0000FF // Replace with real code
// ...
i already have that files color.inc on my include folder still wont work


Re: MY server wont start 1 error !! - Luka P. - 18.10.2009

Make sure you have colors.inc in include folder and
pawn Code:
#include <colors>
at top in your script