AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Unreal 1.2 (https://forums.alliedmods.net/showthread.php?t=89203)

hleV 04-03-2009 15:15

Unreal 1.2
 
13 Attachment(s)
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

Suggestions are appreciated.

TitANious 04-03-2009 15:20

Re: Unreal 1.0
 
I got 2 things.

1: I have allready seen that it says "Unreal" on other servers. But i think that it shows kill is new.

hleV 04-03-2009 15:25

Re: Unreal 1.0
 
Quote:

Originally Posted by TitANious (Post 796481)
I got 2 things.

1: I have allready seen that it says "Unreal" on other servers. But i think that it shows kill is new.

It doesn't really matter if there's unreal sound in other server though I myself publicized that and many other sounds from "Unreal Tournament 3".

AlejandroSk 04-03-2009 15:25

Re: Unreal 1.0
 
spanish translation


Code:

[es]
UNREAL = %s Ha sido Increible esta ronda
KILLS = %d Matanzas


hleV 04-03-2009 15:27

Re: Unreal 1.0
 
Don't make any capitalized letters if possible and also don't forget the "!". I could edit that myself but not sure if I do that correctly.
Though you can translate it the way you want for your own server, but please translate it for public in my way. Thanks.

SnoW 04-03-2009 15:28

Re: Unreal 1.0
 
Code:

[fin]
UNREAL = %s oli uskomaton talla kierroksella!
KILLS = %d tappoa


AlejandroSk 04-03-2009 15:37

Re: Unreal 1.1
 
sorry :)

Code:

[es]
UNREAL = %s ha sido increible esta ronda!
KILLS = %d matanzas

Suggest:

You can make a cvar for give the 'unreal' player some money =)

xite| amoKKK 04-03-2009 15:43

Re: Unreal 1.1
 
german:
Code:

[de]
UNREAL = %s war unglaublich in dieser Runde!
KILLS = %d kills


hleV 04-03-2009 15:44

Re: Unreal 1.1
 
Quote:

Originally Posted by SnoW (Post 796490)
Code:

[fin]
UNREAL = %s oli uskomaton talla kierroksella!
KILLS = %d tappoa


I wonder if that's [fi].

Quote:

Originally Posted by AlejandroSk (Post 796501)
sorry :)

Code:

[es]
UNREAL = %s ha sido increible esta ronda!
KILLS = %d matanzas

Suggest:

You can make a cvar for give the 'unreal' player some money =)

I will consider it after there are more suggestions which requires additional module. Don't want to put Fakemeta or CStrike module only for one addition.

Quote:

Originally Posted by xite| amoKKK (Post 796508)
german:
Code:

[de]
UNREAL = %s war unglaublich in dieser Runde!
KILLS = %d kills


Quote:

Originally Posted by hleV (Post 796489)
Don't make any capitalized letters if possible and also don't forget the "!". I could edit that myself but not sure if I do that correctly.
Though you can translate it the way you want for your own server, but please translate it for public in my way. Thanks.


independent 04-03-2009 15:51

Re: Unreal 1.1
 
Bulgarian:
Code:

[bg]
UNREAL = %s beshe neveroqten tozi rund!
KILLS = %d ubiistva

GJ. :)


All times are GMT -4. The time now is 08:26.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.