Thread: Random Cycle
View Single Post
pZv!
Junior Member
Join Date: Sep 2007
Old 09-25-2007 , 12:29   Re: Random Cycle
Reply With Quote #2

Hm.That make tough to get more than five maps excluded.

Code:
if (GetArraySize(g_OldMapList) > 5)
shouldn't be:

Code:
if (GetArraySize(g_OldMapList) > GetConVarInt(g_Cvar_ExcludeMaps))
?
That same is for mapchooser.

Last edited by pZv!; 09-25-2007 at 12:35.
pZv! is offline