20.11.2013, 08:24
How can I get the distance travelled by a player? all help is appreciated, thanks
SetTimer Distance 1000 1
public Distance()
{
new Float: speed = float(player's current speed in km/h);
Float: playerdistance+=0,278*speed;
}