Answered expected an expression

Pyrex BLJ

im done :)
Messages
605
Reaction score
338
Points
953
this in c++ btw.
whenever i try to build this sprx menu this line thrown an error just after the =
(its the highlighted line)
qBETAP5aTmeepPx0gQkpqA.png

im trying to edit the values in a float for color, I'm not sure why it wont let me change them
 

PassiveModding

Insane-Known Member
Messages
3
Reaction score
0
Points
351
as it is already defined, you need to edit each part of the float individually
ie, menucolor[0] = {r}; menucolor[1] = {g}; ...
 
Top