18.10.2013, 15:53
Quote:
People might wanna use the money/score functions in the callback, so instead of hooking the functions, maybe use a timer or perhaps OnPlayerUpdate? It'll also detect money like sprunk machines and stuff.
On the other hand, cool work. |
Using OnPlayerUpdate for more accuracy. Watch the main post for more info.
Quote:
You have a major f**-up in your code, you returned SetPlayerScore in one of the redefinitions of SetPlayerMoney Copy paste disadvantage LOL Nice include, simple, instead of redefinitions, PVar is a better choice, because most people would reset the money under the callback itself!
|