Pawno problems
#1

http://prnt.sc/d1n6jx
Reply
#2

COLOR_GREEN is defined as an integer and it is not supposed to be used as color embedding which results in the errors you got. For that matter, it should be defined as a string (an example):

pawn Code:
#define COL_GREEN "{008000}"
and you use COL_GREEN instead.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)