nullsystems 0 Posted November 20, 2007 Hi all, Any idea on how to get the rating system in arma to turn back to 0 ? Ive tried : player addRating 0; And also: player setRank "PRIVATE"; But no luck, will I have to build a loop to send it back or is there another option ? Share this post Link to post Share on other sites
ColonelSandersLite 0 Posted November 20, 2007 player addRating ((rating player) * -1); Share this post Link to post Share on other sites