Can't be done. Unless you rename the reputation int that is in the NetworkUser and fetch the player from the NetworkUserList. Then you could simply get the old reputation and add a on the new value.
Can't be done. Unless you rename the reputation int that is in the NetworkUser and fetch the player from the NetworkUserList. Then you could simply get the old reputation and add a on the new value.
what the hell kind of bullshit is this
Code:
rep = rep - 10
rep = rep + 10
not hard l0l
let me try
not working ~~
Originally Posted by Trollaux
what the hell kind of bullshit is this
Code:
rep = rep - 10
rep = rep + 10
not hard l0l
That's not what he wants. He wants to update the users CURRENT rep to something else. The only way to fetch the users current rep is the method i posted. Your method only works if the users rep starts at zero.