d-_-b
-
Автор темы
- #1
I can't color modulate my glow chams, can anyone tell me how to fix it?
video:
[URL unfurl = "true"]
my code:
[CODE = cpp] // set material and color.
switch (g_cfg [XOR ("esp_chams_local_material")]. get <int> ()) {
case 0: // material
SetupMaterial (debugambientcube, color, false);
break;
case 1: // flat
SetupMaterial (debugdrawflat, color, false);
break;
case 2: // glow_armrace
SetupMaterial (glow_armsrace, color, false);
break;
} [/ CODE]
video:
[URL unfurl = "true"]
Пожалуйста, авторизуйтесь для просмотра ссылки.
[/ URL]my code:
[CODE = cpp] // set material and color.
switch (g_cfg [XOR ("esp_chams_local_material")]. get <int> ()) {
case 0: // material
SetupMaterial (debugambientcube, color, false);
break;
case 1: // flat
SetupMaterial (debugdrawflat, color, false);
break;
case 2: // glow_armrace
SetupMaterial (glow_armsrace, color, false);
break;
} [/ CODE]