Ive been using that add on for the control npc to reset stuff, have .txt to join, add weapons, ect ect on player start up. I was wondering, how do you completely reset the players spar rating?
PHP Code:
this.resetVars = {
{ "kills", 0 },
{ "deaths", 0 },
{ "rating", 1500 },
{ "client.frozen", false }
};
}
Thats what I use, and ive tried putting in 1500/350, but it doesnt work. Need to reset the right side back to 350 as well.