Unreal 1.2
Posted: Tue Nov 23, 2021 12:52 am
Description:
Announces the best player of the round with sound, HUD message and other customizations controled by CVARs.
This plugin is meant to use in Counter-Strike but it might work in other games if there is "Round_End" log event.
CVARs:
ur_neededkills 5 - minimal amount of kills to be announced as unreal, 0 - plugin disabled;
ur_announcedelay 2.0 - time (in seconds) to wait after round end to announce unreal, 0 - instant;
ur_announcekills 1 - whether to show the amount of kills that unreal player has made that round or not;
ur_onlyalive 1 - the best player must stay alive till the end of round to be announced as unreal;
ur_sound 2 - whether the best player or everyone will hear the unreal sound:
1 - best player only,
2 - everyone,
0 - disabled;
ur_deathreset 0 - whether to reset the kills made that round when player dies or not. CVAR is usefull in DM servers.
Translation would be welcome.
Code:
[en]
UR_UNREAL = %s was unreal this round!
UR_KILLS = %d kills
plugin
Announces the best player of the round with sound, HUD message and other customizations controled by CVARs.
This plugin is meant to use in Counter-Strike but it might work in other games if there is "Round_End" log event.
CVARs:
ur_neededkills 5 - minimal amount of kills to be announced as unreal, 0 - plugin disabled;
ur_announcedelay 2.0 - time (in seconds) to wait after round end to announce unreal, 0 - instant;
ur_announcekills 1 - whether to show the amount of kills that unreal player has made that round or not;
ur_onlyalive 1 - the best player must stay alive till the end of round to be announced as unreal;
ur_sound 2 - whether the best player or everyone will hear the unreal sound:
1 - best player only,
2 - everyone,
0 - disabled;
ur_deathreset 0 - whether to reset the kills made that round when player dies or not. CVAR is usefull in DM servers.
Translation would be welcome.
Code:
[en]
UR_UNREAL = %s was unreal this round!
UR_KILLS = %d kills
plugin