Alliedassault

Alliedassault (alliedassault.us/index.php)
-   MoH Maps, Mods & Skins (alliedassault.us/forumdisplay.php?f=11)
-   -   text script (alliedassault.us/showthread.php?t=30490)

atr232000 09-23-2003 04:57 AM

text script
 
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:

Judas 09-23-2003 05:05 AM

youll probably get more replies in the maps / mods section ... maybe one of the mods ll move you over :D good luck...

Littletoy 09-23-2003 05:11 AM

http://www.mohadmin.com biggrin:

Johnj 09-23-2003 05: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.

atr232000 09-23-2003 07: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:

nsscorpion 10-03-2003 08:46 AM

Under compass text
 
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

atr232000 10-03-2003 10: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

nsscorpion 10-03-2003 02:37 PM

the answer which u seek lol
 
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


All times are GMT -6. The time now is 11:14 PM.

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