12 Jul 12, 08:13PM
Oh, that sucks.
Another issue: I want to remove some conditions if there is a gema map. But not every gema map has the name "gema" in lower cases. Is there a way to lower the (curmap 1) string? I know that there is a function "convertcase" but I do not know how to use it here.
if (strstr (curmap 1) "gema")[say "true";][say "false";]
Another issue: I want to remove some conditions if there is a gema map. But not every gema map has the name "gema" in lower cases. Is there a way to lower the (curmap 1) string? I know that there is a function "convertcase" but I do not know how to use it here.
if (strstr (curmap 1) "gema")[say "true";][say "false";]