viewing paste Unknown #19515 | C

Posted on the
1 2 3 4 5 6 7 8 9 10
BUILDIN(color2hex) {
    int color;
    char returnvalue;
 
    color = script->get_num(st,2);
 
    sprintf(returnvalue, "Color has been set to %06X", color);
 
    return returnvalue;
}
Viewed 632 times, submitted by Guest.