Post: Player stats
09-26-2015, 04:29 PM #1
okx1
Haxor!
(adsbygoogle = window.adsbygoogle || []).push({}); Can I use any script to change the status (kill or death) of the another player?
sry bad English.
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
09-26-2015, 04:31 PM #2
oCmKs_4_LiFe
< ^ > < ^ >
self addplayerstat( "kills", 100 );
09-26-2015, 04:32 PM #3
Kam
Investor - Future Millionaire
Originally posted by okx1 View Post
Can I use any script to change the status (kill or death) of the another player?
sry bad English.
You must login or register to view this content.


Most RTM Tools will allow yuo to do this such as Geo's BO2 Tool which can be found You must login or register to view this content.
09-26-2015, 04:36 PM #4
okx1
Haxor!
Originally posted by LiFe View Post
self addplayerstat( "kills", 100 );


yes, i tryed it. but dont Reflection.
    killstat(player)
{
if(!player isHost())
{
self iprintln("^2+999999999 ^7Kills");
        self addPlayerStat("kills", 999999999);
}
else
self iprintln("host is protected");
}
09-26-2015, 04:36 PM #5
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by okx1 View Post
yes, i tryed it. but dont Reflection.
    killstat(player)
{
if(!player isHost())
{
self iprintln("^2+999999999 ^7Kills");
        self addPlayerStat("kills", 999999999);
}
else
self iprintln("host is protected");
}

because u put to many kills lol. the max is 299
09-26-2015, 04:39 PM #6
okx1
Haxor!
Originally posted by LiFe View Post
because u put to many kills lol. the max is 299


Really!? death,kill,win,loss all max 299?
09-26-2015, 04:39 PM #7
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by okx1 View Post
yes, i tryed it. but dont Reflection.
    killstat(player)
{
if(!player isHost())
{
self iprintln("^2+999999999 ^7Kills");
        self addPlayerStat("kills", 999999999);
}
else
self iprintln("host is protected");
}

Use This:
    ModStats(player)
{
player addplayerstat( "kills", 299 );
self iPrintLnBold("You Gave Him +299 Kills!");
}
09-26-2015, 04:42 PM #8
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by okx1 View Post
Really!? death,kill,win,loss all max 299?


there is only limit for kills and headshots. the rest u can do unlimited.
09-26-2015, 04:42 PM #9
okx1
Haxor!
Originally posted by LiFe View Post
Use This:
    ModStats(player)
{
player addplayerstat( "kills", 299 );
self iPrintLnBold("You Gave Him +299 Kills!");
}


Thank you very much, you answered right now, and it was saved.=3
09-26-2015, 04:47 PM #10
okx1
Haxor!
Originally posted by LiFe View Post
there is only limit for kills and headshots. the rest u can do unlimited.


i see. thx

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo