(04-16-2012, 05:52)Dumas Wrote: Its possible a plugin to hide ui?
I want to hide ui like hardcore mode but in normal mode.
Or hide crossfire and map (exept when use uav).
That possible?
Well you can enable hardcore mode then edit the values of HP and HealthRegen to whatever you want.. just thought I put that in..
Code:
gameOpt commonOption.hardcoreModeOn "0" // [ 0, 1 ] that's for hardcore 0 = off 1 = on.
gameOpt commonOption.maxHealth "100.0000" // [ 30, 50, 100, 200 ] what it says how much HP everyone has.
gameOpt commonOption.healthRegen "5.0000" // [ 5, 0-10 ] How long it takes to fully recover from taking any damage.
hope that answers your question