The online racing simulator
just a ride car radar
Hello, how can I make the car radar on just a ride server
Attached images
Ekran Görüntüsü (1097).png
What's the point of creating a feature that already exists? Looking

I haven't made one myself but i believe its a combination of heading and distance to the cars ahead of you.

Heading is used to define the x axis.
Distance is used to define the y axis.
** Best answer **
that can easy be calculated with Lapper.

$GetDistanceInMeters = trackuserdistance($userNameOne, $userNameTwo);
$GetAngleInDegrees = GetAngle($userNameOne,$userNameTwo);

Quote from kristofferandersen :What's the point of creating a feature that already exists? Looking

I haven't made one myself but i believe its a combination of heading and distance to the cars ahead of you.

Heading is used to define the x axis.
Distance is used to define the y axis.

Shrug
Quote from Bass-Driver :that can easy be calculated with Lapper.

$GetDistanceInMeters = trackuserdistance($userNameOne, $userNameTwo);
$GetAngleInDegrees = GetAngle($userNameOne,$userNameTwo);


Thank you
Quote from Bass-Driver :that can easy be calculated with Lapper.

$GetDistanceInMeters = trackuserdistance($userNameOne, $userNameTwo);
$GetAngleInDegrees = GetAngle($userNameOne,$userNameTwo);


Are there helpful forum posts for us to code this? I've looked at tutorials but I don't know how to do it. This is the first time I came across the example you gave.
there are a few post on the LFSLapper developer forum (Search) with a few example about trackuserdistance() and GetAngle(). The rest is up to you to test and write example codes to understand the code and merge/implement it in your own script.
thx

FGED GREDG RDFGDR GSFDG