Quote:
Originally Posted by Cr@zY!_J?E
Quote:
Originally Posted by Dujma
Does the tanges shows?
|
yeah, it says the angle like .. "293.9837" bla bla but i want points not angle, iv'e seen yours just like that 
|
In my script I use points as variables combined with timer. This are the final points in my script.
pawn Код:
PlayerCurrentPoints[playerid] += ((diference + speed) * bonus);
Those are the points that are shown on top of you screen (GameText) and when you are not drifting for like 3-4 seconds the points are placed in your total points. My system is quite different. It compares vehicle's old angle with new one that is updated with timer.