11 lines
238 B
PHP
11 lines
238 B
PHP
|
#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);
|