The online racing simulator
Searching in All forums
(217 results)
Table with functions
sarxes
S3 licensed
Hi everyone, I need a help. I want make a table where all the online player is listed like in connection list, and each player with 3 button. Spectate, Pitlane, Kick.

I made a quick picture about my idea. I hope that somebody have a little free time to make the code for this idea.

It would be easier for admins !

All the best

SarXes
sarxes
S3 licensed
System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
a következő helyen: System.BitConverter.ToInt32(Byte[] value, Int32 startIndex)
a következő helyen: System.BitConverter.ToSingle(Byte[] value, Int32 startIndex)
a következő helyen: InSim.Decoder.pakGetFloat(Byte[] pak, Int32 first)
a következő helyen: InSim.Decoder.STA..ctor(Byte[] packet)
a következő helyen: LFSLapper.LFSClient.Loop(Connect insimConnection)
a következő helyen: LFSLapper.LFSClient.doloop()
a következő helyen: LapperInstances.LapperInstance.doConnection()
Void ThrowArgumentException(System.ExceptionResource)


Happy New Year !
sarxes
S3 licensed
System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
a következő helyen: System.BitConverter.ToInt32(Byte[] value, Int32 startIndex)
a következő helyen: System.BitConverter.ToSingle(Byte[] value, Int32 startIndex)
a következő helyen: InSim.Decoder.pakGetFloat(Byte[] pak, Int32 first)
a következő helyen: InSim.Decoder.STA..ctor(Byte[] packet)
a következő helyen: LFSLapper.LFSClient.Loop(Connect insimConnection)
a következő helyen: LFSLapper.LFSClient.doloop()
a következő helyen: LapperInstances.LapperInstance.doConnection()
Void ThrowArgumentException(System.ExceptionResource)

Here is my error too ! :S
sarxes
S3 licensed
Quote from Bass-Driver :just a example: just the basics

CatchEvent OnMSO( $userName, $text ) # Player event

$idxOfFirtsSpace = indexOf( $text, " ");

IF( $idxOfFirtsSpace == -1 ) THEN
$command = $text;
$argv = "";
ELSE
$command = subStr( $text,0,$idxOfFirtsSpace );
$argv = trim( subStr( $text,$idxOfFirtsSpace ) );
ENDIF
SWITCH( $command )
CASE "!setfreezone":
SetFreeZone(GetCurrentPlayerVar("X"),GetCurrentPlayerVar("Y"));
BREAK;
ENDSWITCH
EndCatchEvent

Event OnIdle1( $userName ) # Player event
IF(GetPlayerVar($userName, "InFreeZone) != "1");
THEN
//your code here
ENDIF
EndEvent

Event OnIdle2( $userName ) # Player event
IF(GetPlayerVar($userName, "InFreeZone) != "1");
THEN
//your code here
ENDIF
EndEvent

Sub FreeZone( $userName )
SetPlayerVar($userName, "InFreeZone,"1");
EndSub

Sub SetFreeZone($NewXNode,$NewYNode)
RegisterzoneAction( getLapperVar( "ShortTrackName" ), $NewXNode,$NewYNode,1, FreeZone, "");
EndSub

i think this might work but the zones will cleared after rebooting the insim

Can I make zones written in a files, so after a reboot i dont have to set again. I'm not a coder so I dont understand the code. Can you make an example , and all what I have to do to change the values...
sarxes
S3 licensed
Hi, I'm interested that how can I make free zones where the auto spec wont put players on spectate. I want to make the pit "zone" unspectable. How can I add them ?
sarxes
S3 licensed
+1 point for the idea. The private chat is available in Airio and LFSLapper but its too difficult to write every time /pm xyz and the message, because there is users who have "abcdefghijklmnoprstuvwxyz" long usernames with Ł$€#>># charachers. So a simple button with a small windows it would be very cool. I hope devs will think about it.
sarxes
S3 licensed
It works wit all version of LFS. Very cool insim just it's pity that the develope of this app is not countinue...
sarxes
S3 licensed
Quote from sicotange :Ah, well I can't answer that but I speculate that Scawen won't add this possibility. Since I started writing ClaViCo AP I wondered what LFS developers think of this tool. That is one of the reasons I'm not yet willing to release the new version of ClaViCo AP.

I think that insim app makes LFS better. New features for that old games is very usefull. I think developers had to think again , what they say about this app. That's my vision in new release of ClaViCo , to make a bridge.

I hope you will change your mind to release the new ClaViCo.

Regards.
sarxes
S3 licensed
Quote from Nicce :if the server is using a !top list aka lapper "guess u know what lapper is tho " annyway: if it uses this and are coded/cfg´d that way it counts points for drifting - lets say angle, speed, linkin corners etc..

with a NOS u could get mutch more speed and gain maby 1/3of the total point just @ entry. TVE is/are correct tho.. NOS aint helping mutch when it comes to drifting.

Yeah , Nicce has right. I watched the replay after I saw that the guy who cheated cuz he was on the 1st place with 1K point plus after the 2nd place. It was very interesting to me. So with NOS hack players could drift in a high speed in corners and could accelerate from 0 to 120 in 1-2 sec...
sarxes
S3 licensed
I belive for you ! If you know the six players name and the hackers username report to develpers !
sarxes
S3 licensed
Thank you som much because there is palyers who has the same viewpoint like me about clean racing !!!
sarxes
S3 licensed
From where you know that your server was hacked by he ?
sarxes
S3 licensed
It would be nice if an administrator writing his opinion about this thread !
sarxes
S3 licensed
I thought that , if I report them they are banned from LFS. Because cheating on a non modified server its bannable from the game not only from server! With this nos hack they could make record on LFS world stat.
How to report a hacker?
sarxes
S3 licensed
Hello everybody,

I running my own server [MassiveDynamic]Drift. There is sometimes a lot of player who drift to be 1st in top list but 2 days before i found two player using "NOS" -.- hack and one yesterday. If I report them to administrator they are banned from game ? I think cheating on a NON MODIFIED server is bannable for days or permanently. I have the replay of them. So what should I do now. If the administrators not doing anithing writing e-mail to them is unnecessary...

Sorry for my english.
sarxes
S3 licensed
Quote from sinanju :Zones exist in the AutoX layout, but not Nodes.

Type !zone and !node in your layout to see what numbers you get.

I mean the LFS restricted area created by LFS developers not by lapper !
sarxes
S3 licensed
Without making a register zone its not possible ? Lapper cant recognize the restricted area made by LFS in layout build ?
sarxes
S3 licensed
How to make the command that if someone go in a restricted area after its automaticaly pitlane the driver ...
sarxes
S3 licensed
Thank you for everyone for commenting the team. Under the "PRO" drifter I meant that on TOP 18 sixkiller is almost 1st . So we didnt attended on any drift event. How you see we are still up since 1 year.
OnSplit1 reset ... Any way ?
sarxes
S3 licensed
Hello all,

I created a topic already with DriftScore reset but I didnt had the solution. Maybe now there is who could help me !

I want that lapper reset the current drift score but I dont know how. I gave some solution for this but no one helped me...

Here is the codes what I tried :


<?php 
CatchEvent OnSplit1
$userName # Player event 
    
IF ( $DriftScore 
    
THEN 
        $DriftScore
=
    
ENDIF 

    IF ( 
$LastDriftScore 
    
THEN 
        $LastDriftScore
=
    
ENDIF 

EndCatchEvent  
?>


then


<?php 
CatchEvent OnSplit1
$userName # Player event
    
$DriftScore GetCurrentPlayerVar"DriftScore" );
    
$LastDriftScore GetCurrentPlayerVar"LastDriftScore" );

    IF ( 
$DriftScore )
    
THEN
        $DriftScore
=0;
    ENDIF

    IF ( 
$LastDriftScore )
    
THEN
        $LastDriftScore
=0;
    ENDIF  
?>

then


<?php 
CatchEvent OnSplit1
$userName # Player event
    
$DriftScore GetCurrentPlayerVar"DriftScore" );
    
$LastDriftScore GetCurrentPlayerVar"LastDriftScore" );
    IF ( 
$DriftScore )
    
THEN
SetCurrentPlayerVar
"DriftScore");

    ENDIF
   IF ( 
$LastDriftScore )
    
THEN
        SetCurrentPlayerVar
"LastDriftScore");
    ENDIF
EndCatchEvent
?>



<?php 
CatchEvent OnSplit1
$userName # Player event
    
IF ( GetCurrentPlayerVar"DriftScore" ) > "0" )
    
THEN

$DriftScore 
0;
SetConfigVar("DriftScore"$DriftScore);
                                    
    ENDIF

    IF ( 
GetCurrentPlayerVar"LastDriftScore" ) > "0" )
    
THEN
        $LastDriftScore 
0;
        
SetConfigVar("LastDriftScore"$LastDriftScore);                    
    ENDIF
EndCatchEvent
?>



<?php 
CatchEvent OnSplit1
$userName # Player event
    
IF ( GetCurrentPlayerVar"DriftScore" ) > "0" )
    
THEN
        setCurrentPlayerVar
"DriftScore""0" );                               
    ENDIF
IF ( 
GetCurrentPlayerVar"LastDriftScore" ) > "0" )
    
THEN
        setCurrentPlayerVar
"LastDriftScore" "0" );
ENDIF
EndCatchEvent
?>



<?php 
CatchEvent OnSplit1
$userName # Player event
    
IF ( GetCurrentPlayerVar"DriftScore" ) > "0" )
    
THEN
        SetUserStoredValue
"DriftScore""0" );                               
    ENDIF
IF ( 
GetCurrentPlayerVar"LastDriftScore" ) > "0" )
    
THEN
        SetUserStoredValue
*!13703958!*( "LastDriftScore" "0" );
ENDIF
EndCatchEvent
?>


Problem what we saw was the Var is read only ...
Sinanjum, Bas-Driver tried to solve that big help to me but without solution. Maybe there is who could ...
[MassiveDynamic] Team
sarxes
S3 licensed
Hello everyone,


I want to show our team [MasiveDynamic]. We are truly exist since 2011 october. In october I created the team KBDteam (keyboard drifters). I had just a few members. After buying a new wheel (G27) I decided to rename the team to Massive Dynamic. We are a drift team, and running our own server. Not 0-24 because its doesnt have any sense for this. Every day the server is open from 10-12 A.M. (GMT +2) to 12PM .

Our server is equiped with drift lapper. Every week twice the TOP 18 list is put on facebook so everyone could see who was the best on certain layouts.
Our members:

[MD]sixkiler - PRO drifter and admin (Logitech Driving Force GT [DFGT])
[MD]SarXes - Experienced drifter and admin (Logitech G27)
[MD]Obstage - Experienced drifter (GamePad)
[MD]Thickey - Beginner drifter (Logitech G27)

I hope you will like our team and our server

Visit us at :

&


[MassiveDynamic]Drift

inside LFS
sarxes
S3 licensed
There is any way to disable voting to restart, end or qualify ?
sarxes
S3 licensed
Why LFS cant measure the distance driven on track without start or finish or any chack point ? The cruise servers doesnt have any start point or finish and the lapper could track the distance. The drift skill meter cant measure too.
sarxes
S3 licensed
Quote from sinanju :Done some testing, and it works ok in V6.012, but not in V6.013.

Which version are you using?

Does the layout you were using for your video have a start point and end line? This may make a difference.

Maybe you could run the test again, but this time, type !drf to get driftscore when lapper says it has reset to zero, to see if it has actually reset?

I run 6.013 . The layout ha the one chackpont and a finish line so the lap are lapped. The lapper doesnt reset the score just close the score "windows" but continue scoring !
sarxes
S3 licensed
There is any way too show the laps done under CIF in who tab with distance done in KM ? Because in autocross layout the lapper doesnt count these data.
FGED GREDG RDFGDR GSFDG