updated the avghour message again to display percentage for rtv correctly

This commit is contained in:
jenz
2023-09-30 11:45:13 +02:00
parent 47085dcacf
commit 1de17daf48
3 changed files with 53 additions and 2 deletions
@@ -0,0 +1,10 @@
#if defined _rockthevote_extended_included_
#endinput
#endif
#define _rockthevote_extended_included_
/**
* calls UpdateRTV()
* @returns the players worth of the rtv in percentage
*/
native int GetRtvPercentage(int client);