The online racing simulator
Searching in All forums
(38 results)
1
[Solved] getlisttopuser();
skorzz
S3 licensed
Greetings, together with Bass-Driver, we found a solution to the error found in a code previously shared in the forum. Below you can see the problematic code and the code with the problem solved.

problematic code
<?php 
$value
= "cash"; #NameOfStoredValue
$flagdesc = "DESC";#DESC (descending order ) or ASC (ascending order)
$flagNear = "FALSE"; #TRUE or FALSE
$StartPos = 1;
getlisttopuser($value,$flagdesc,$flagNear,$StartPos);
?>
solved code
<?php 
$value
= "cash"; #NameOfStoredValue
$flagdesc = "DESC";#DESC (descending order ) or ASC (ascending order)
$flagNear = FALSE; #In this section, you must enter true or false without using "" or use the numbers 0 and 1.
$StartPos = 1;
getlisttopuser($value,$flagdesc,$flagNear,$StartPos);
?>
skorzz
S3 licensed
Quote from Flame CZE :Thanks very helpful for everyone

Well, sorry, there have been a few innovations after LFS's new protection methods. After opening a server in-game, you should go to https://www.lfs.net/hosting/admin and add your Public IPv4 address to the "Allow IP addresses to the InSim port" list from the Access control page. You can find your IPv4 address from the site that appears at the top when you search "what is my ip" in Google search engines. (It's up to you to choose whether it's safe or not) Don't be like me and when you find the solution to the errors, tell people the solution. Have a nice day :3
skorzz
S3 licensed
Resolved! Thanks arda556 <3
Failed connecting error
skorzz
S3 licensed
When I set up my own server from the game and try to connect lapper, I get an error. This did not happen in the past. Does anyone know the reason? I don't think I made a mistake.
TVANSIT YAN
skorzz
S3 licensed
Vehicle mod: TVANSIT YAN
Details page: https://www.lfs.net/files/vehmods/BC96D3

SHORT DESCRIPTION:
Quote :Commonly used commercial vehicle

DESCRIPTION:
Quote :Commonly used commercial vehicle

Rubbel_31 contributed greatly to the project, thank you Rubbel_31.

COVER SCREENSHOT:
skorzz
S3 licensed
Hello Flame CZE! After not being able to do it, I got angry and stopped dealing with these things, but I'm still curious. Can you write me a simple code that can turn on and off the lights of the car so that I can understand the basics? It can be with a button or a command.
skorzz
S3 licensed
Quote from BlueChewbacca :Driver's arm on the left side is clipping outside. Also could the rear...

I will fix the arm sticking out in the next update, I don't think I will make any changes about the Mashallah text at the moment.
skorzz
S3 licensed
I used a decimate modifier to ensure that the number of triangles does not exceed the limit. I don't think it will be a problem, but I wanted to point it out anyway.
Last edited by skorzz, .
skorzz
S3 licensed
I found some new screenshots
skorzz
S3 licensed
Quote from ivo_drifta :Hi, skorzz!
Your bus shape looks ok already, but imo does not needs that much tris on all these flat surfaces. Maybe that cause errors like thin tris and bad normals.
You can try to keep the good topology by useing minimum amount of tris and the final shape won't be worse. Good luck!

HelloWave The mod is almost finished, only the last photos I added were not added to the forum, here is the final of the mod;

Edit: I will try to add new photos again when turn on the computer.
Magirus M2000
skorzz
S3 licensed
I am sharing a few screenshots of the modeling phase of the Magirus M2000, which I started making 1.5 weeks ago.
skorzz
S3 licensed
Engine power is adjusted according to S50B32. (1995-1998)
skorzz
S3 licensed
New bsb(bbs) rims from: https://www.cgtrader.com/free-3d-models/vehicle/other/bbs-rims-3deff513-8922-4a3b-94cb-2f99073db6e7 (The number of triangles has been reduced)
skorzz
S3 licensed
Quote from versiu :"Realistic suspension and physics."

No really. E36 have McPersons on the front with some camber gain Wink

BTW I love model quality. Finally good looking E36.

I will take your comment into consideration and try to change it in the next update. Since this is my first mod, I may have many shortcomings and mistakes in the mod. I'm sorry. Thank you Heart
Last edited by skorzz, .
BAVARIA B36 COUPE W3
skorzz
S3 licensed
Vehicle mod: BAVARIA B36 COUPE W3
Details page: https://www.lfs.net/files/vehmods/EA64A4

SHORT DESCRIPTION:
Quote :An old German car from 1998

DESCRIPTION:
Quote :Information: RWD, 2990cc, 286BHP, Inline 6, 1400KG, Double door, Coupe.

Mod features:
- Openable hood.
- Working turn arm and headlight arm.
- Quality engine and interior.
- Realistic gear ratios and engine power.
- Realistic suspension and physics.
- Animated angel headlight.
- Shaking exhaust.
- Realistic dash and more.

COVER SCREENSHOT:
skorzz
S3 licensed
Deleted mod
skorzz
S3 licensed
Update new dashboard, new dashboard update, I modeled it myself. While modeling, I had a nervous breakdown caused by blender or editor, but I somehow managed it.
skorzz
S3 licensed
No matter what I did, I couldn't get it to work. Can you please explain step by step when you can?
skorzz
S3 licensed
Quote from Yisc[NL :;2069494"]If I remember correctly, the shortest interval you can use is one second.
With DelayedCommand you can jump from one event to another and then back to the first event.
This way you can display those buttons with an interval of 1 second.

tysm
getmodinfo Delay
skorzz
S3 licensed
For example, when I use getmodinfo while using FOR, there is an average delay of 0.5 seconds. I want to make a sample mod menu and the buttons open at 0.5 second intervals. Is there a solution to this?
Wiper program for LFS 7D
skorzz
S3 licensed
After running the program as administrator, just press the f12 key. This program was made using ahk.

Compatible vehicles: VPI-3
Video was recorded on patch d58 version

Tutorial:
skorzz
S3 licensed
The problem I have with version 7.0.9.3 is that, for example, when I drift left and start drifting right, my driftscore does not increase.
skorzz
S3 licensed
Quote from Yisc[NL :;2066901"]Finaly found the time to have a look.
My issue had to do with a problem with an array in a while-loop.
After many debugging, logging, etc. I changed it to a FOREACH-loop and the issue went away.
But bot loops are a not used in your code, so there must be some other issue.
Best thing to do is add a lot of logging and write that to a TXT file.
Then try to reproduce the issue and see what the logfile is showing.

in doc/changes.txt "Changes from 7.0.8.1 to 7.0.9.0" Fix 4: "[Event]: Several Events like (OnDist, OnDriftScore) didnt execute when more than 8 players on the track

I found a section called "Caused by MCI packets when more than 8 players are on the track"
. When I opened this forum, the version I used was 7.0.8.0. Could this be the reason for the problem? But when I opened the forum, there were 4 players on my server when the problem occurred.
skorzz
S3 licensed
Quote from Bass-Driver :V7.0.8.1

Just stop playing on the illegal version of LFS. And play the legitimate
version of LFS. The chance of support is mugh higher.

I don't play it anyway, I was curious about the coding because I found an old lapper version.I'm currently using 7.9.0.3, but this time I couldn't work the rest API, I'm struggling with that.
skorzz
S3 licensed
Quote from Bass-Driver :you can copy unicode characters into LFS and any texteditor with UTF-8
that should work

7.0.8.0 is just outdated. That version doesnt have MOD support.

What is the latest supported lapper version for lfs 6.R
1
FGED GREDG RDFGDR GSFDG