View Single Post
SWAT_88
SourceMod Donor
Join Date: Jan 2008
Location: Austria
Old 08-29-2008 , 18:38   Re: SM Nextmap Info
Reply With Quote #6

Quote:
Originally Posted by zerak View Post
Just a brainstorm:

There is a lot more conditions and commands that could lead to a new map, you could add those (take a look at mapchooser for other events that can cause mapchange including special cases like bonus round/time) then you could also try to hook on commands that cause change (like nextmap).
I already included special cases like bonus round/time.
I also included timeleft hook.
If you think there are more events I will look for them.
Quote:
Originally Posted by zerak View Post
By looking at the code slightly I can't see a test if the round is the last (winlimit or round limit).
info is a global variable and it's only set true if time is over.
(Test it or look at the code closer)
Quote:
Originally Posted by zerak View Post
for clarification, what is the purpose of "sm_nextmapinfo_loop" ?
How often the message should be repeated.
That means how often nextmap message is shown in chat successively.
Quote:
Originally Posted by GyroTarzan
Can you add a countdown the last seconds in a map?
Like: 10,9,8,7,6,5,4,3,2,1, map-change to mapname.
Yes it's possible.
Quote:
Originally Posted by MaKTaiL
Is there a way to specify where the message is going to appear? I want it to show on top left.
I don't know, I will search for it.
I only know bottom center, panel, chat and center messages.
__________________
SWAT_88 is offline