• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

KDR needed

Newbie Spellweaver
Joined
Sep 21, 2018
Messages
36
Reaction score
1
Can anyone help me with a kill/death ratio script please
 
Newbie Spellweaver
Joined
Sep 21, 2018
Messages
36
Reaction score
1
im trtying to find a kill/death ratio for my deathmatch server
 

970

Newbie Spellweaver
Joined
Mar 1, 2017
Messages
22
Reaction score
0
Someone may have one, or have released one, but if you don't specify version no one can help.
The different versions of the game have different scripting languages.
The old versions 0.14-0.45/0.59 support .sqf, and .sqs. "Arma2 scripts can be ported"
Beta-1.0+ have .c and changes to the script language.
Without version no one knows what game you need script for.
 
Newbie Spellweaver
Joined
Sep 21, 2018
Messages
36
Reaction score
1
the script version i need it for is dayz standalone 1.03
 

970

Newbie Spellweaver
Joined
Mar 1, 2017
Messages
22
Reaction score
0
I don't play the newer game, or tried scripting for it.
http://forum.ragezone.com/f866/keel-feed-messages-kill-die-1155709/

float KD=(kill/death);//format example 1.25
Rptf("Kill to death ratio %s/%s", kills,deaths);//format example 5/4
 
Back
Top