is there any way i can use "if current gamemode is" in an if/else statement?
I can't find a function for getting that info, you could use GAMEMODE.Name though. Just tested this in my server console
[code]lua_run print(GAMEMODE.Name)
MORBUS[/code]
[CODE]if (GAMEMODE.Name == "GAMEMODE") then
end[/CODE]
Something like that if you need it on a plate. Hehe
thank you guys
Sorry, you need to Log In to post a reply to this thread.