Post: Release: Advertise Code By EliteMossy!
01-01-2011, 08:12 PM #1
xPwn
Error… Cat invasion!
(adsbygoogle = window.adsbygoogle || []).push({});
    Advertise(){
foreach(player in level.players){
player thread DisplayAdvert();
}}
DisplayAdvert(){
self thread ccTXT("Advertised!");
self endon("disconnect");
AdvertText=createFontString("objective",2.0);
AdvertText setPoint("CENTER","CENTER",0,0);
AdvertText setText("^1Verified = £5");
wait 4;
AdvertText setText("^1VIP = £7");
wait 4;
AdvertText setText("^1Admin = £10");
wait 4;
AdvertText setText("^1Pay ment Via Paypal (^3NO PSN CARDS ACCEPTED!^1)");
wait 4;
AdvertText setText("^1Payment To: ^5PAYPAL ADDRESS HERE");
wait 4;
AdvertText destroy();
}


Personaly, i think it is the best advertisement going :P
(adsbygoogle = window.adsbygoogle || []).push({});

The following 9 users say thank you to xPwn for this useful post:

emmanuel92, FrozN, Grandad Trotter, jammie01, RaverBoy, Shaarpy, xGozzy, Zombie
01-02-2011, 11:07 PM #29
Deadpool
Cake is a lie
Can we calm down with the flaming?
01-02-2011, 11:22 PM #30
EliteMossy
TheDigitalBoard.com
Originally posted by F View Post
Can we calm down with the flamming?


Flaming (one m :P)
01-02-2011, 11:45 PM #31
Originally posted by EliteMossy View Post
Flaming (one m :P)


I got flammed once. Not pleasant ..
01-03-2011, 01:51 AM #32
Thanks mossy i kept getting a error
01-03-2011, 01:59 AM #33
xPwn
Error… Cat invasion!
Originally posted by packarda12 View Post
I'm sure it was a function created by Elite Mossy in which it displays text in a certain place.

Ive actually seen the function within his mossy functions so i know it is.

This function is not a stock function in missions.gsc .

It will cause a unknown function.


no it wont cause an unkn0wn function

i always put self thread ccTXT("WOTEVER YOU WANNA SAY"); in _missions.gsc

i never get unkn0wn function, every other gsc, you have to put the full gsc e.g maps/mp/blablabla self thread
01-03-2011, 09:40 AM #34
Cyborg Ninja
PS3 Security FtW !
Originally posted by xPwn View Post
no it wont cause an unkn0wn function

i always put self thread ccTXT("WOTEVER YOU WANNA SAY"); in _missions.gsc

i never get unkn0wn function, every other gsc, you have to put the full gsc e.g maps/mp/blablabla self thread



Thats because you most likely have the main ccTXT function within your _missions.gsc.

Honestly i know its right there is no built in ccTXT into the game its a location in which mossy has choosen to show his text.

Heres the actual threads you need to use that location.

    ccTXT(s){
self.txt=self
createFontString("default",1.Cool Man (aka Tustin);
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();
}


See how it sets the location to center bottom.

I'm not flaming or anything but its just so people no there going to get an error if they try to run this.
01-03-2011, 12:54 PM #35
xPwn
Error… Cat invasion!
Originally posted by packarda12 View Post
Thats because you most likely have the main ccTXT function within your _missions.gsc.

Honestly i know its right there is no built in ccTXT into the game its a location in which mossy has choosen to show his text.

Heres the actual threads you need to use that location.

    ccTXT(s){
self.txt=self
createFontString("default",1.Cool Man (aka Tustin);
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();
}


See how it sets the location to center bottom.

I'm not flaming or anything but its just so people no there going to get an error if they try to run this.


yer lol, i know it is something mossy put into the patch, but in dereks patches ccTXT isin the misions, you are right by saying that the origional v8 is in mossy functions :Y: Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo