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();
}
Cheers for this! I need something like this to add
Thanks for the release to you and Mossy
Copyright © 2026, NextGenUpdate.
All Rights Reserved.