Post: Shows for everyone? Text.. Shouldn't
02-04-2016, 02:39 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); doSourceHeart()
{

self endon("menu_exit");
self endon( "destroyMenu" );
self endon( "failoverflow" );

self.Private["title"] destroy();
self.Private["title2"] destroy();
self.menu.cmd destroy();
colors = self.Private["colors"];

self.menu.cmd = drawText("c:/porn/", "objective", 1.2, "LEFT", "RIGHT", -110, -174, (1,1,1), 1, 10);
self.Private["title"] = drawText("TCM","hudbig",3,"LEFT","RIGHT",-102,222,colors["title"],1,100);
self.Private["title2"] = drawText("V5.0 //","hudbig",1.5,"LEFT","RIGHT",-12,227,colors["title2"],1,100);
self.menu.cmd.archived = false;
self.Private["title"].archived = false;
self.Private["title2"].archived = false;
while(1) {
self.Private["title"] setCOD7DecodeFX(50, 2000, 1000);
self.Private["title2"].alpha = 0;
wait 0.3;
for(x=0;x<11;x++) {
scale = 0.1;
self.Private["title2"].alpha = x * scale;
wait 0.1;
}
wait 0.3;
for(x=10;x>-1;x--) {
scale = 0.1;
self.Private["title2"].alpha = x * scale;
wait 0.1;
}
wait 4.5 - 3.5;

self.Private["title"] setCOD7DecodeFX(50, 2000, 1000);

for(x=0;x<11;x++) {
scale = 0.1;
self.Private["title2"].alpha = x * scale;
wait 0.1;
}
wait 0.3;
for(x=10;x>-1;x--) {
scale = 0.1;
self.Private["title2"].alpha = x * scale;
wait 0.1;
}
wait 4.5 - 3.5;
}
}


For some reason people can see C:/Porn and TCM V5 its not all the time but randomly and I am not sure why, Could someone help please.
(adsbygoogle = window.adsbygoogle || []).push({});
02-04-2016, 03:02 AM #2
Are you using Source Engine as your base?
02-04-2016, 03:22 AM #3
Originally posted by Zeno
Are you using Source Engine as your base?


Yes I am
02-04-2016, 03:28 AM #4
Alright i think i may know a fix, go to "xTUL_overflowfix.gsc" and look for recreateText.
Then you should have something like:

recreateText()
{
self endon("disconnect");
self endon("death");
if(self.menu.open == true)
{

input = self.CurMenu;
title = self.CurTitle;

self thread submenu(input, title);
self thread doSourceHeart();
}

}

but if you add:

recreateText()
{
self endon("disconnect");
self endon("death");
if(self.menu.open == true && self isVerified()) //Another check here <---
{

input = self.CurMenu;
title = self.CurTitle;

self thread submenu(input, title);
self thread doSourceHeart();
}

}

that should fix it, i knew someone that had the same thing happen to them. I don't really understand why that would fix it because if they have the menu open they must be verified..
02-04-2016, 03:31 AM #5
Originally posted by Zeno
Alright i think i may know a fix, go to "xTUL_overflowfix.gsc" and look for recreateText.
Then you should have something like:

recreateText()
{
self endon("disconnect");
self endon("death");
if(self.menu.open == true)
{

input = self.CurMenu;
title = self.CurTitle;

self thread submenu(input, title);
self thread doSourceHeart();
}

}

but if you add:

recreateText()
{
self endon("disconnect");
self endon("death");
if(self.menu.open == true && self isVerified()) //Another check here <---
{

input = self.CurMenu;
title = self.CurTitle;

self thread submenu(input, title);
self thread doSourceHeart();
}

}

that should fix it, i knew someone that had the same thing happen to them. I don't really understand why that would fix it because if they have the menu open they must be verified..


Ima test now thx bae Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo