Alliedassault           
FAQ Calendar
Go Back   Alliedassault > FPS Gaming General Discussion > MoH Maps, Mods & Skins
Reload this Page text script
MoH Maps, Mods & Skins Discuss custom maps, skins and mods here.

Reply
 
Thread Tools Display Modes
text script
Old
  (#1)
atr232000 is Offline
Junior Member
 
Posts: 10
Join Date: Sep 2003
   
Default text script - 09-23-2003, 05:57 AM

hi can you help me please i runn a clan call =6thA= my name is Bravo 1 imwithstupid:
i see you are great at your scripts can you piont me in the right direction about makjeing a script that will have info messages coming up on our dedicated spearhead server
as we would like to jazz it up abit
i allready have auto kicker doing messages but if we can get messages on the middle of the screen and under the compass it would look good in differant colours would be call i know it can be donei have seen it on other servers but i dont know where to start hellfire:

if you could help or even point me to a web site it would be great

thanks
Bravo 1 quickshot:
  
Reply With Quote
Old
  (#2)
Judas is Offline
Senior Member
 
Posts: 8,792
Join Date: Apr 2002
Location: Hans-AlbinVonReitzenstein
 Send a message via ICQ to Judas Send a message via AIM to Judas Send a message via MSN to Judas  
Default 09-23-2003, 06:05 AM

youll probably get more replies in the maps / mods section ... maybe one of the mods ll move you over good luck...
  
Reply With Quote
Old
  (#3)
Littletoy is Offline
Senior Member
 
Posts: 467
Join Date: Mar 2003
Location: Behind My Monitor :P
  Send a message via MSN to Littletoy  
Default 09-23-2003, 06:11 AM

http://www.mohadmin.com biggrin:
  
Reply With Quote
Old
  (#4)
Johnj is Offline
2nd Lieutenant
 
Johnj's Avatar
 
Posts: 3,192
Join Date: Jun 2003
Location: Kansas City KS
   
Default 09-23-2003, 06:15 AM

Yea you can download the Spearhead RUNNER program at mohadmin.com. It has a place to add messages that scroll across the screen.


**Practicing the dark art of turn signal usage since 1976.**
  
Reply With Quote
Old
  (#5)
atr232000 is Offline
Junior Member
 
Posts: 10
Join Date: Sep 2003
   
Default 09-23-2003, 08:43 AM

ok well i wnt to http://www.mohadmin.com and the Spearhead RUNNER is for windows servers only anymore ideas guys thanks fire2: comegetsome:
  
Reply With Quote
Under compass text
Old
  (#6)
nsscorpion is Offline
Senior Member
 
Posts: 183
Join Date: May 2003
   
Default Under compass text - 10-03-2003, 09:46 AM

1st u need to make a script and call it for example server_message.scr and put in it something like this:

message:

setcvar "g_mymessage" "1" // allows you to turn message OFF/ON

level waittill spawn

local.mess1 = "Hello Buddies"
local.mess2 = "This Is My Server"
local.mess3 = "Visit Our Website"
local.mess4 = "Please email me"

while (1) // while condition remains true. In this case the "if" statement
{
if (getcvar (g_mymessage) =="1")
{
wait .1
iprintln local.mess1 \n local.mess2 // Prints 2 lines that fades together
wait 10
iprintln local.mess3 \n local.mess4 // Use "iprintlnbold" if you want the white text w/ click
}

wait 120 // wait 2 mins before loop
}
end

save the script in a folder called global on your desktop and on to the next part.

Make a folder called maps inside that put 2 folders 1 called dm 1 called obj
and put all the map scripts u want message to appear on in here. Make sure u put objective in obj and so on.

Open up the scripts and put the line exec/global/server_message.scr (or whatever you called it) put it under the exec global/DMprecache.scr is where i have it.

Save your scripts and pak up the global and maps folders and you are done.

Stick it in your server and away you go.

this is a corruption of the tut i learned from but unfortunatly i forgot who did it sorry!!

regards scorp
  
Reply With Quote
Old
  (#7)
atr232000 is Offline
Junior Member
 
Posts: 10
Join Date: Sep 2003
   
Default 10-03-2003, 11:31 AM

thanks for the help but i got up to the script bit and then you lost me.lol

does the maps folder go in the golbal folder or on its own
and how do i get the map out of the pk3 and then upload then again as the pk3. 1 is 250 ish

plus i tried everything you said and nothing m8
please help some more
TIA
  
Reply With Quote
the answer which u seek lol
Old
  (#8)
nsscorpion is Offline
Senior Member
 
Posts: 183
Join Date: May 2003
   
Default the answer which u seek lol - 10-03-2003, 03:37 PM

Ok all you need to do is find all the map scripts stuff like mohdm2.scr etc
not the bsps. Amd the maps folder goes next to global if u get me
  
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.