Page 1 of 1

Map Maker Display

Posted: Sat Oct 13, 2012 7:18 am
by The Texican-PG-
When a map maker's name appears in the map is it in the WAC or does the server display it?

If it's in the WAC can you please post so I can add to my maps?

Re: Map Maker Display

Posted: Sat Oct 13, 2012 8:43 am
by Windstalker-PG-
Tex - this is the script to use in the wac file to post the mapmakers name:

If elapse(90) and random (30) then
text("- - - - - 'Nightstalker-2' - - - - -")
text("Map Builder: Windstalker-PG-")
endif

you can add colors to it by adding the color script in front of the text


text("<cf50000>- - - - - 'Nightstalker-2' - - - - -")

Re: Map Maker Display

Posted: Sat Oct 13, 2012 9:15 am
by The Texican-PG-
Thank you!

I knew everything but how to get it to replay over & over.

Appreciate it!

Re: Map Maker Display

Posted: Sat Oct 13, 2012 9:42 am
by Bubbachuk-PG-
This is the format we're using now"

If elapse(90) and random(90) then
text("<cff50>MAP NAME: Agua Fria")
text("<cff50>Custom Made Maps By -PG- Squad Members")
text("<cff50>MAP MAKER: Country Joe-PG-")
endif