Post: How do i make a text script read please
12-13-2010, 03:24 PM #1
Merkii
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({}); Ok so i have a basic understanding of it but like i want to make a welcome to my lobby type of script i know how to thread it so they see it when they spawn but where do i add the script ????
(adsbygoogle = window.adsbygoogle || []).push({});
12-13-2010, 03:38 PM #2
Default Avatar
Newelly
Guest
self.name your message or your name and message

e.g:
Welcome To GinjLovesToHack Challenge Lobby Enjoy Your Stay
then

doWelcome();
}
Script
}

or Just Add It Under Playspawned...

Im Not To Sure Though About This..
12-13-2010, 04:09 PM #3
Merkii
Former Staff
Originally posted by Newelly View Post
self.name your message or your name and message

e.g:
Welcome To GinjLovesToHack Challenge Lobby Enjoy Your Stay
then

doWelcome();
}
Script
}

or Just Add It Under Playspawned...

Im Not To Sure Though About This..


Thanks em why are so many people ytrying to hack HU
12-13-2010, 04:19 PM #4
Mr. Goodbye
o_O You Looking at meh ?
Originally posted by ginjlovestohack View Post
Ok so i have a basic understanding of it but like i want to make a welcome to my lobby type of script i know how to thread it so they see it when they spawn but where do i add the script ????


Put anywhere in the missions.gsc :

doWelcome();
}
Script
}

Then in onplayerspawned();
put selthread doWelcome();

Im not sure if its layed out like that but im sure there are self thread already in the on player spawned so set them out like them.

Hope i helped
12-13-2010, 04:36 PM #5
Default Avatar
Newelly
Guest
Originally posted by ginjlovestohack View Post
Thanks em why are so many people ytrying to hack HU


i dont know to be truthful

and i ment

}
script
{

i made a mistake
12-13-2010, 04:49 PM #6
Cyborg Ninja
PS3 Security FtW !
Originally posted by ginjlovestohack View Post
Ok so i have a basic understanding of it but like i want to make a welcome to my lobby type of script i know how to thread it so they see it when they spawn but where do i add the script ????


Use this and it will show three lines of text on spawn in different colours.

doSplash()
{
self endon("disconnect");

wait 6;
notifyData = spawnstruct();
notifyData.titleText = "Your text here"; //Your Text Here
notifyData.notifyText = "Your text here";// Your Text Here
notifyData.notifyText2 = "Your text here";// Your Text Here
notifyData.glowColor = (0.0, 0.0, 1.0);
notifyData.duration = 7;
notifyData.font = "DAStacks";
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
wait 1;
}

it should work.

:catfight:
12-13-2010, 04:55 PM #7
Look sticky threads... They help alot

No need for new thread

EDIT: 600TH POST YEY
12-13-2010, 05:08 PM #8
Merkii
Former Staff
Originally posted by TuhoajaFIN View Post
Look sticky threads... They help alot

No need for new thread

EDIT: 600TH POST YEY


i checked derek trotters but the whole thing is messed up their dif codes
12-13-2010, 07:21 PM #9
Moved to Hacking Questions Cool Man (aka Tustin) :y:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo