View Single Post
rtxa
Senior Member
Join Date: Mar 2018
Location: Argentina
Old 02-28-2019 , 14:09   Re: Polymorph: Mod Manager
Reply With Quote #954

Hello fysiks, there is something that is bothering me in all multimod plugins I have already test it (joropito, addons_zz), is that settings are not loaded in plugin_precache(). Why I say this? Because in Half-Life, when you are playing in Team Deathmatch (mp_teamplay 1), mp_teamlist value is only taken in plugin_precache(), so if you don't load settings in that precise moment, there is no effect, can you help me with this?

Also, I found that cvars or cmds are not being parsed correctly when they contains a semicolon, e.g.

Code:
[cfg]
mp_teamlist "barney;robot"
When you retrieve the value, you only get "barney"

Last edited by rtxa; 02-28-2019 at 14:09.
rtxa is offline