What is the charge speed of the bars before and after the command post is constructed???
command post constructed, charge speed increase!
I think its 25% faster, but someone wo understands the source code could probably say it exactly 
it depends on the maps setting, this is changed for each specific class, this can be also be changed with g_[class]chargetime so the server admin can change it too
its got nothing to do with percentages, its how many milisoconds it takes to recharge
We are talking about the diffrence in recharge speed before / after the CP is constructed…
edit: im not making this a life-time conversation. You ignore my point and keep on posting, hf with spamming another topic.
yeah its nothing to do with percentages, the maps script changes it in miliseconds, so different maps have different times
nutter is back to his old ways, it has everthing to do with percentages
trigger disable_cp_features
{
setstate allied_cp_open_model invisible // Hide Open CP model
setchargetimefactor 1 soldier 1
setchargetimefactor 1 lieutenant 1
setchargetimefactor 1 medic 1
setchargetimefactor 1 engineer 1
setchargetimefactor 1 covertops 1
sethqstatus 1 0 // Landmines team warning message
disablespeaker allied_cp_sound // Disable morse code sound
}
trigger enable_cp_features
{
setstate allied_cp_open_model default // Show open CP model
setchargetimefactor 1 soldier 0.75
setchargetimefactor 1 lieutenant 0.75
setchargetimefactor 1 medic 0.75
setchargetimefactor 1 engineer 0.75
setchargetimefactor 1 covertops 0.75
sethqstatus 1 1 // Landmines team warning message
enablespeaker allied_cp_sound // Enable morse code sound
}
There u go oxy/nutter when the comm post is built the charge time is decreased by 25%, yes thats PERCENT
yes and whatever u put in there is decreased by 25 PERCENT when comm post is built
old ways as in not reading and understanding what ppl are telling u before u saying that they’re wrong and you know best 
Mouse got it right in the 2nd post
Go easy on nutter, he may not have learned this stuff at school yet. 
Also, if those are map scripts then it is map dependant.
probably not, I certainly don’t envy his teacher if he displays the same attitude in class hehe

