Post: READ: Anyone no the "advertise" code?
12-14-2010, 10:38 PM #1
xPwn
Error… Cat invasion!
(adsbygoogle = window.adsbygoogle || []).push({}); ok people, i want an option in my patch where i can click on advertise and it will send a 3 line message to everyones screen e.g i click on it and everyone in the lobby will get the message:

You are in KennySpark's Lobby
£5 VIP
"PAYPAL ADDRESS HERE"

If anyone can help i will +rep Thank You Everyone =)
(adsbygoogle = window.adsbygoogle || []).push({});
12-15-2010, 01:37 AM #2
Cain
Tutorial Team Like A Boss
    notifyData = spawnstruct();
notifyData.iconName = "rank_prestige10"; //Icon, 10th prestige
notifyData.titleText = "^2You are in KennySpark's Lobby"; //Line 1
notifyData.notifyText = "^3£5 VIP Access"; //Line 2
notifyData.notifyText2 = "^1PayPal"; //Line 3
notifyData.glowColor = (0.3, 0.6, 0.3); //RGB Color array divided by 100
notifyData.sound = "mp_level_up"; //Sound, level up sound here
notifyData.duration = 7; //Change Duration
notifyData.font = "DAStacks"; //Edit fonts, there isn't a complete list
notifyData.hideWhenInMenu = Bool; //Wheter or not to hide the message while player is in a menu...
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
12-15-2010, 02:07 AM #3
SamMight69Her
CRAZY 4 INK
Originally posted by iFool View Post
    notifyData = spawnstruct();
notifyData.iconName = "rank_prestige10"; //Icon, 10th prestige
notifyData.titleText = "^2You are in KennySpark's Lobby"; //Line 1
notifyData.notifyText = "^3£5 VIP Access"; //Line 2
notifyData.notifyText2 = "^1PayPal"; //Line 3
notifyData.glowColor = (0.3, 0.6, 0.3); //RGB Color array divided by 100
notifyData.sound = "mp_level_up"; //Sound, level up sound here
notifyData.duration = 7; //Change Duration
notifyData.font = "DAStacks"; //Edit fonts, there isn't a complete list
notifyData.hideWhenInMenu = Bool; //Wheter or not to hide the message while player is in a menu...
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );


is there a code to put my psn like flashing on someones screen from menu so i can just do it when ever i want?
12-15-2010, 02:27 AM #4
jkry_2_1_
Call Me The CodFather
OOO I JUST CODED THIS IN my patch a week ago!!! it was prob my lobby lol ill edit this with the code in a sec.



Ads(){
self sayall("Want All Titles and Emblems?");
wait 3;
self sayall("All Camos, Attatchments?");
wait 3;
self sayall("What About 10th Prestige Level 70?");
wait 3;
self sayall("Message jkry_2_1_ For More Info");
wait 3;
}

thread Ads to where ever mod menu is what i choose.
12-15-2010, 06:10 AM #5
Blackstorm
Veni. Vidi. Vici.
double post... sorry, delete this post if you can
12-15-2010, 06:11 AM #6
Blackstorm
Veni. Vidi. Vici.
Just thread it from your menuz Winky Winky

    
doAdv(){
foreach( player in level.players ){
if(p.name != level.hostname)
notifyData = spawnstruct();
notifyData.titleText = "Welcome to KennySpark's Lobby "+self.name;
notifyData.notifyText = "£5 For VIP Access, Please Pay:";
notifyData.notifyText2 = "PAYPAL ADRESS HERE";
notifyData.glowColor = (170, 0, 0); // Red Glow To Text Happy
notifyData.duration = 8; // 8 Seconds long...
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
}}


Dunno if it will work, coded it off the spot.
12-15-2010, 04:27 PM #7
-Garf-
G-A-R-F GARF2B THATS ME
Moved to questions:y:
12-15-2010, 06:43 PM #8
xPwn
Error… Cat invasion!
Originally posted by Garf
Moved to questions:y:


Thank you Dude (Y)

The following user thanked xPwn for this useful post:

-Garf-
12-15-2010, 09:19 PM #9
Jannis96
This is ****ing annoying.
I got uninitalised varable 'boot' when adding this..

Fix?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo