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); ?>
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
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.
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.
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.
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
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.
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?
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.
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.