30.08.2011, 12:08
How can i do that.. If i stunt, i will get like 3+ score for that. And i want score to save to. I use LuxAdmin.
There's no OnPlayerStunt callback.
I think you can detect it by check player's velocity, use timer and if they earn money, that's mean they're stunting. |
What if you used
A timer and GetPlayerVelocity(blabla); and if he gets higher give him a point? This might not be so good if you have a boost thing to make plyers fly into the air and can be abused by planes so youd have to single planes out EDIT: ignore the above Im a noob what if he climbs a hill? |
OnPlayerUpdate(playerid)
{
SetPlayerScore(playerid, GetPlayerMoney(playerid));
}