yes... you see.. my only problem is with the blood decals...
Code:
// Blood decals
#if CZERO
static const blood_small[8] = {202,203,204,205,206,207,208,209}
#else
static const blood_small[7] = {190,191,192,193,194,195,197}
#endif
Code:
// Blood decals
#if CZERO
static const blood_large[2] = {216,217}
#else
static const blood_large[2] = {204,205}
#endif
those numbers are for red decals...
what are the numbers for the green decal?