Post: stupid QUESTION ???
06-03-2012, 08:34 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); ok so we all know that we can MOD our stats here on mw2... which then will give you super high stats.. ok so my "dumb question" is, is it possibble to set the values of the "mod Stats option" to "0" where if i click that option in my mod menu it will put ALL my stats at "0" as if i just started from scratch.....
(adsbygoogle = window.adsbygoogle || []).push({});
06-03-2012, 08:55 PM #2
Vanz
Z32 Love <3
Originally posted by RE View Post
ok so we all know that we can MOD our stats here on mw2... which then will give you super high stats.. ok so my "dumb question" is, is it possibble to set the values of the "mod Stats option" to "0" where if i click that option in my mod menu it will put ALL my stats at "0" as if i just started from scratch.....

Yes, all you gotta do is
    setPlayerData "kills" 0
setPlayerData "killStreak" 0
setPlayerData "headshots" 0
setPlayerData "deaths" 0
setPlayerData "assists" 0
setPlayerData "hits" 0
setPlayerData "misses" 0
setPlayerData "wins" 0
setPlayerData "winStreak" 0
setPlayerData "losses"0
setPlayerData "ties" 0
setPlayerData "score" 0
uploadStats
06-03-2012, 08:57 PM #3
MissesKiller
Do a barrel roll!
same as guy above

code would start of by

setPlayerData "kills" 0
setPlayerData "killStreak" 0
setPlayerData "headshots" 0
setPlayerData "deaths" 0
setPlayerData "assists" 0
setPlayerData "hits" 0
setPlayerData "misses" 0
setPlayerData "wins" 0
setPlayerData "winStreak" 0
setPlayerData "losses"0
setPlayerData "ties" 0
setPlayerData "score" 0
uploadStats
06-03-2012, 09:05 PM #4
Cmd-X
It's been awhile.
Originally posted by RE View Post
ok so we all know that we can MOD our stats here on mw2... which then will give you super high stats.. ok so my "dumb question" is, is it possibble to set the values of the "mod Stats option" to "0" where if i click that option in my mod menu it will put ALL my stats at "0" as if i just started from scratch.....


to completely set your profile to default..
    
resetprofile()
{
setPlayerData("experience",0);setPlayerData("prestige",0);
self setClientDvar("resetStats",1);self setClientDvar("defaultStatsInit",1);
}
06-03-2012, 09:08 PM #5
MissesKiller
Do a barrel roll!
sorry i dident fully understand,
06-04-2012, 12:17 AM #6
awesome.

thanks for the help.

this is actually a very handy option.
06-04-2012, 12:39 AM #7
IzBoogz
Reppin Brooklyn
OP problem is resolved,
Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo