(adsbygoogle = window.adsbygoogle || []).push({});
Ok I recently fixed some of the bugs in the shader im trying to make, yet there are still some that I need help fixing. Im trying to make it so it has an outline...(basicaly im using 2 shaders)
BUGS
1.shader fades into the other shader and changes color<------(I think i know how to fix this 1 but i cant at the moment

2.my first shader doesnt disappear and just stays on my screen after i exit my menu:confused:
These are all bugs i have so far
THE CODE I USED
self.weapon = self getCurrentWeapon();
self giveWeapon("briefcase_bomb_defuse_mp");
self switchToWeapon("briefcase_bomb_defuse_mp");
wait 2.1;
self.backGround = createShad("center", "center", 350, 0, 200, 500, "white", (1,1,1), .9, 1, 1, "death");
self freezeControls(true);
self thread runMenu("main");
wait 3.1;
self.backGround = createShad("center", "center", 400, 0, 300, 600, "white", (1,0,1), .9, 1, 1, "death");