caxanga334 / cvreduxmodified

Modified version of ReFlexPoison's custom votes
GNU General Public License v3.0
15 stars 9 forks source link

Afk players are no longer counted in the total #17

Closed fafa-junhe closed 5 years ago

fafa-junhe commented 5 years ago

Afk players are no longer counted in the total

fafa-junhe commented 5 years ago

By the way, this is the chinese translation customvotes.phrases.txt

caxanga334 commented 5 years ago

@sneak-it

//SourceMod Batch Compiler
// by the SourceMod Dev Team

//// customvotes.sp
// 
// E:\Server\tf2_host\scripting\customvotes.sp(569) : error 017: undefined symbol "KZTimer_StopUpdatingOfClimbersMenu"
// E:\Server\tf2_host\scripting\customvotes.sp(699) : error 017: undefined symbol "KZTimer_StopUpdatingOfClimbersMenu"
// E:\Server\tf2_host\scripting\customvotes.sp(1094) : error 017: undefined symbol "KZTimer_StopUpdatingOfClimbersMenu"
// E:\Server\tf2_host\scripting\customvotes.sp(1439) : error 017: undefined symbol "KZTimer_StopUpdatingOfClimbersMenu"
// 
// 4 Errors.
//
// Compilation Time: 2,67 sec
// -------------

You sure KZTimer isn't needed to compile?

sneak-it commented 5 years ago

True, looks like the way it's done does indeed require the include. I'd suggest linking the current KZTimer include in the ReadMe, that way we're not shipping a possibly outdated include for compilation.