15.07.2016, 20:08
Hey guys when i try to define those colors i get error
gamemodes\Blank.pwn(9) : error 049: invalid line continuation
gamemodes\Blank.pwn(9) : error 049: invalid line continuation
Код:
//====|Colors|====\\ #define C_RED "{FF0000}" #define Blue "{007CFF}" #define Green "{01FD23}" #define Yellow "{FDF901}" #define Orange "{FFD330}" #define Purple "{F630FF}" #define Aqua "{30FFF9}" #define White "{FFFFFF}" //============================