MY server wont start 1 error !!
#1

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 !!
Reply
#2

You have no colors.inc file in your scriptfiles folder.
Reply
#3

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
// ...
Reply
#4

ok thanks
Reply
#5

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
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)