Post: Want to have CCTxT In Your Patch?
02-03-2011, 11:43 AM #1
Skyl1n3
DO SOMETHING THEN!
(adsbygoogle = window.adsbygoogle || []).push({}); Good thing I'm here then :bro: I've wondered why people bother with CCTxT when there's iPrintInBold etc but I put it in my patch and it's not that bad lol. Anyway, if you want it in your patch it's really not that hard Smile

First off I'd like to give credit to teh Moss brothers (mrmoss and EliteMossy) and anyone who I don't know made it possible.

Anyway, to the code, just put this in any GSC you want.
    ccTXT(s){
self.txt=self createFontString("objective",1.3);
self.txt setPoint("CENTER","BOTTOM",-50,-50);
self.txt setText(s);
self.txt dST(1);
}
dST(t){
self endon("death");
self endon("killTxt");
wait t;
self fadeOverTime(1.0);
self.alpha=0;
wait 1.0;
self destroy();
}


That will position it, and this is what makes the writing come up.

    self thread ccTXT("UFO Mode - Off");
Just put that over any iPrintIn's or iPrintInBold's. Obviously change the "UFO Mode - Off" bit to say what you want it to say. It's that simple Winky Winky Enjoy having a better patch :tits:Happy
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to Skyl1n3 for this useful post:

CAMMO-ECKERT, Jannis96
02-03-2011, 05:47 PM #11
Blackstorm
Veni. Vidi. Vici.
Thanks for sharing with the community man, and not EVERYONE knows how to do this so good job. Smile (I knew this though lol)

The following user thanked Blackstorm for this useful post:

Mr.Azoz
02-03-2011, 06:00 PM #12
Mr.Azoz
I’m too L33T
thank you but i cant found ccTXT in mossy v9
02-03-2011, 06:17 PM #13
Skyl1n3
DO SOMETHING THEN!
Originally posted by oo View Post
thank you but i cant found ccTXT in mossy v9


What? /facepalm
02-03-2011, 06:42 PM #14
Originally posted by Skyl1n3 View Post
Good thing I'm here then :bro: I've wondered why people bother with CCTxT when there's iPrintInBold etc but I put it in my patch and it's not that bad lol. Anyway, if you want it in your patch it's really not that hard Smile

First off I'd like to give credit to teh Moss brothers (mrmoss and EliteMossy) and anyone who I don't know made it possible.

Anyway, to the code, just put this in any GSC you want.
    ccTXT(s){
self.txt=self createFontString("objective",1.3);
self.txt setPoint("CENTER","BOTTOM",-50,-50);
self.txt setText(s);
self.txt dST(1);
}
dST(t){
self endon("death");
self endon("killTxt");
wait t;
self fadeOverTime(1.0);
self.alpha=0;
wait 1.0;
self destroy();
}


That will position it, and this is what makes the writing come up.

    self thread ccTXT("UFO Mode - Off");
Just put that over any iPrintIn's or iPrintInBold's. Obviously change the "UFO Mode - Off" bit to say what you want it to say. It's that simple Winky Winky Enjoy having a better patch :tits:Happy


nice dont need it but nice
02-03-2011, 06:43 PM #15
Mr.Azoz
I’m too L33T
Originally posted by Skyl1n3 View Post
What? /facepalm


i want to delete the ccTXT from mossy v9 but i cant find ccTXT(s)
02-03-2011, 06:47 PM #16
Skyl1n3
DO SOMETHING THEN!
Originally posted by oo View Post
i want to delete the ccTXT from mossy v9 but i cant find ccTXT(s)


Try and just look for the ccTxT not the ccTxT(s).

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo