Posts: 666
Threads: 94
Joined: Aug 2009
Reputation:
0
Is there a way to detect if a player has done an insane stunt bonus? im trying to do so, so when people do /stats it shows Insane Stunt bonuses: 100 or somthing.. yes.. i tried search.
Posts: 264
Threads: 16
Joined: Dec 2007
Reputation:
0
You could try detecting a rapid increase in the players Z coordinate. Lets say that it checks the players z coordinate every second. and when it gathers 2 scores, it will compare them. If the second coordinate is +25(this is an estimate) more than the first one. We can assume that the player has just jumped.