30.06.2013, 22:11
Ok, so it let me define the color i wanted as (refer to first code thing), and compiled with no errors. But when i tried to add it to (second code thing), it gave off this error. What am i doing wrong with this color? Because i've seen other scripts that use this way to define colors, and those didn't have problems
Код:
C:\Users\Jay\Desktop\FRP\gamemodes\ECRP.pwn(34878) : error 035: argument type mismatch (argument 2)
Код:
#define COLOR_ARMYGREEN "{B2E0A2}"
Код:
SetPlayerColor(playerid, COLOR_ARMYGREEN);