The online racing simulator
Searching in All forums
(12 results)
[RL] Real Life
buntidondo
S3 licensed
About [RL] Real Life


[RL] Real Life is a cruise server where you can find friends, and enjoy fun! It also does have rules. We don't want to ruin the fun with the Rules, but Rules are Rules, to make the server fair and realistic with the rules.
The server was made in 2024,


Our main goal is to have people with professional drivers
We've Events like: Race/Drift/Cruise and you may see people with "[RL]" included with their name in any kind of
LFS Servers.
We don't have insim yet but we're developing one


Server Info:

You can be a cruiser, a safe driver, a slow driver, a calm driver, a cop, med/res/tow, and much much more you can find!
You also can find friends there, cops/med/res/tow, and more!


You also can chat with people, join the [RL] Team, get a driving license, report a person if needed and not falsely, learn new things, give us more suggestions, send replays, get support, share your settings, drive a truck, drive a bus.


Also Martin or (Flame CZE) helped us, he did the driving lessons
Huge Thankful to our Team that made [RL] being a successful project, server. Whatever you call!


Discord Invite Link:

Last edited by buntidondo, .
buntidondo
S3 licensed
They should stop before the pedestrian crossings, and if there's a traffic light intersection, their front wheels must not be after the line, use indicators when changing lanes
buntidondo
S3 licensed
Emergency Stop, P Parking, Straight/Reverse Parking, U-Turn
buntidondo
S3 licensed
Quote from GT4_PL :No, stay Paddle good...

Hello,

Thank you for the feedback!
buntidondo
S3 licensed
Quote from seksen :Can you put standard gearbox? The vehicle is slipping the clutch at low rpm.

Hello,

There is a new update coming soon. The issue will be fixed soon!
ECO XRG
buntidondo
S3 licensed
Vehicle mod: ECO XRG
Details page: https://www.lfs.net/files/vehmods/EC4930

SHORT DESCRIPTION:
Quote :XRG but for cruising and being economy!

DESCRIPTION:
Quote :XRG but for cruising and being economy!

Credits to Epicproes for helping me to make the interior look better (like seats).
Rims by: https://www.lfs.net/files/vehmods/B0B1AC

COVER SCREENSHOT:
The traffic light (Start Light) is always red never changes on auto
buntidondo
S3 licensed
https://www.lfs.net/forum/thread/95531-LFSLapper%3ACruise-TrafficLightSystem

From there I used the code but when I'm done w/ the intersections and then also enabling the intersections one traffic light keeps green and 2 other keeps red and never changes Frown
Here's some screenshots: (idk if you see the image 1 time or 2 times)
buntidondo
S3 licensed
In Logfile
8/23/2024 9:36:25 PM -> Var not defined on file: ".\default\LFSLapper.lpr" at line #174
8/23/2024 9:37:44 PM -> Var not defined on file: ".\default\LFSLapper.lpr" at line #174
8/23/2024 9:38:56 PM -> Var not defined on file: ".\default\LFSLapper.lpr" at line #174
8/23/2024 9:40:04 PM -> Var not defined on file: ".\default\LFSLapper.lpr" at line #174
8/23/2024 9:40:54 PM -> Var not defined on file: ".\default\LFSLapper.lpr" at line #174
8/23/2024 9:41:09 PM -> Var not defined on file: ".\default\LFSLapper.lpr" at line #174
8/23/2024 9:43:56 PM -> Var not defined on file: ".\default\LFSLapper.lpr" at line #174
8/23/2024 9:45:05 PM -> Var not defined on file: ".\default\LFSLapper.lpr" at line #174
8/23/2024 9:50:44 PM -> Var not defined on file: ".\default\LFSLapper.lpr" at line #174

In LFSLapper.lpr at line 174
$StoreOfflineData = 0; #storedvalue.dbs Store Offline data , even when the player doesnt exist in the database.

Last edited by buntidondo, . Reason : Editing text
buntidondo
S3 licensed
Sorry for late reply, I'm not sure where to find Lapper error log
buntidondo
S3 licensed
<?php
# LFSLapper Script for Speed Radar (Only for Cops)

# List of usernames that should work for the radar
$CopUsernames = array("CopUser1", "CopUser2", "CopUser3");

Event OnInterval(1000) # Check every second
$Players = GetListOfPlayers();
foreach($Players as $Player) {
$UserName = GetCurrentPlayerVar("UserName", $Player);
$Speed = GetCurrentPlayerVar("Speed", $Player);
$Heading = GetCurrentPlayerVar("Heading", $Player);
$Distance = GetCurrentPlayerVar("Distance", $Player);

# Check if the player is a cop
$IsCop = in_array($UserName, $CopUsernames);

if($IsCop) {
# Check if there's a car in front within a certain distance (e.g., 50 meters)
$CarInFront = false;
foreach($Players as $OtherPlayer) {
if($Player != $OtherPlayer) {
$OtherDistance = GetCurrentPlayerVar("Distance", $OtherPlayer);
$OtherHeading = GetCurrentPlayerVar("Heading", $OtherPlayer);

if($OtherDistance < 50 && abs($Heading - $OtherHeading) < 10) { # Adjust distance and heading tolerance as needed
$CarInFront = true;
$OtherSpeed = GetCurrentPlayerVar("Speed", $OtherPlayer);
break;
}
}
}

if($CarInFront) {
if($OtherSpeed > 100) { # Speed limit (adjust as needed)
btnCreate("^1Speed Radar", 5, 5, 50, 10, 1, "^1Speeding car detected at " . $OtherSpeed . " km/h!");
} else {
btnCreate("^1Speed Radar", 5, 5, 50, 10, 1, "^2Car in front is within speed limit.");
}
} else {
btnCreate("^1Speed Radar", 5, 5, 50, 10, 1, "^2No car in front.");
}
}
}
EndEvent
?>

buntidondo
S3 licensed
Alright
I made a speed radar with AI for a cruise server, tho it does not work, no errors in chat. Sending code
[Request] Can someone make me a speed radar plugin and only for cops
buntidondo
S3 licensed
I've tried some tries and couldn't make it, can someone help?
FGED GREDG RDFGDR GSFDG