The online racing simulator
Searching in All forums
(80 results)
VolksTurbo
S2 licensed
Hi, can I participate or is it over?
VolksTurbo
S2 licensed
Quote from k_badam :Shirtkicker, this is edited screenshots so this could be allowed if it was edited on but he said he only used enb + texture edits so its wrong in that way

The photos have a minimum edited, but edit as much, is more ENB + textures edited Smile

I do not understand is what bothers you, I just want to show pictures of me on the game .. :/
Connection problem
VolksTurbo
S2 licensed
When I try to enter the City Driving Two [TC] server I get the following error ...



For what is this?
VolksTurbo
S2 licensed
Good job!
VolksTurbo
S2 licensed
Quote from Shirtkicker :VolksTurbo: Are the broken links your way of posting pictures of vob mods on the forum, even though you've been warned not to?

If you keep doing this you are at risk of having your account permanently banned...

The image is from a friend, I have the normal vehicle, he took the picture with my skin and I edit and I went up to the forum, sorry.

I just tweak use to change the rims, that too is forbidden?
VolksTurbo
S2 licensed
no edit, enb + textures Smile
Last edited by VolksTurbo, .
VolksTurbo
S2 licensed
Quote from Bass-Driver :hi,
While working on a simple(should be simple) adminchat script. i Discovered a annoying issue i cannot solve.

The script stores the messages in a textfile.
After typing a message or entering the adminchat it loads the messages from the file. This works as it should be.

But the right sequence of those messages are totally lost.

Example: When you write a message : "2". and the next message is "1". That message will load above the previous message "2". And the message after that: "3". Load below "2".

Could someone give me a helping hand?

Here's the code i made so far.


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 "!adminchat":
CASE "!adchat":
AdminChatWindow(0,0);
BREAK;
ENDSWITCH
EndCatchEvent

Sub AdminChatWindow($keyflags,$id)
UserGroupFromFile( "AdminChat", "User/AdminLog/AdminChat.txt" ); # Load File
#Design
openPrivButton( "bgd",60,50,80,64,1,-1,16,"");
openPrivButton( "Title",61,51,78,5,1,-1,32,"^3AdminChat Interface");
openPrivButton( "Close",134,51,5,5,1,-1,128,"^1X",CloseAdminChat);
openPrivButton( "Chatbgd",61,56,75,50,1,-1,32,"");
openPrivButton( "Scroll",136,61,3,40,1,-1,16,"");
openPrivTextButton( "WriteMessage",61,106,78,7,1,32,"^0Write Message","^2Write Message",50,WriteAdminMessage);

LoadAdminChatFromFile(0,0);#Load messages from file.
EndSub

Sub WriteAdminMessage( $KeyFlags,$argv )

$ListAdminChat = GetListOfUsersGroup(AdminChat);
MoveUserToGroup( "AdminChat", getLapperVar( "ShortDate" )."-".getLapperVar( "ShortTime" ) ."|". GetCurrentPlayerVar( "UserName" )."|".$argv);
UserGroupToFile( "AdminChat", "User/AdminLog/AdminChat.txt" );

LoadAdminChatFromFile(0,0); #Load messages from file.
EndSub

Sub CloseAdminChat($keyflags,$id)
closePrivButton("bgd&Title&Close&Chatbgd&WriteMessage&ScrollUp&Scroll&ScrollDown");
closePrivButton($CloseAdminChat);
EndSub

Sub LoadAdminChatFromFile($keyflags,$id)

$ListAdminChat = GetListOfUsersGroup(AdminChat);
$MaxOfMessages= arrayCount($ListAdminChat);
$CloseAdminChat = "&Close";
$HT = 57; #Height of first message

#$Record[0] = Date/Time;
#$Record[1] = Username;
#$Record[2] = Message;

FOR ($ShowMessage=$MaxOfMessages-13;$ShowMessage<=$MaxOfMessages;$ShowMessage=$ShowMessage+1) #Last Message on bottomline.
$Record = SplitToArray($ListAdminChat[$ShowMessage], "|");
openPrivButton( "aploglist_".$ShowMessage,62,$HT,74,4,4,-1,64,"^6".$Record[0].": ^7".$Record[1]." >>> ^6".$Record[2]); #Show Message
$HT = $HT+4; #ButtonHeight+4
$CloseAdminChat = $CloseAdminChat ."&aploglist_".$ShowMessage;
ENDFOR
EndSub

Fun fact: I have created a AdminLog system and i cannot solve this LOL.

Edit: Fixed something in the code. Same result.

as I put it to use with a command?
EJ: !logsystem
VolksTurbo
S2 licensed
Quote from BIzO :It's the ISRM's developpers responsability to update the mod to 0.6N, not Scawen Wink

The creator is not connected since 2011 Frown
VolksTurbo
S2 licensed
It does not work :/
Suggestion InSim
VolksTurbo
S2 licensed
Something I've been thinking and I would like to put, would be the old semaphore version z28, since this well created, it would be something great to have that InSim, as it is one of the best running drag, use it in the version z28 and I would love to use it in versions 0.6, that's my suggestion, I hope will be accepted!

From already thank you very much!

Spanish:
Algo que estuve pensando y me gustaria que pongan, seria el viejo semaforo de la version z28, ya que esta muy bien creado, seria algo fabuloso tener ese insim, ya que es uno de los mejores para correr drag, lo use en la version z28 y me encantaria poder usarlo en las versiones 0.6, esa es mi sugerencia, espero sea aceptada!

Desde ya muchas gracias!


Insim post
https://www.lfs.net/forum/thre ... d-drag-0-5-Beta---Release
VolksTurbo
S2 licensed
Last edited by VolksTurbo, .
VolksTurbo
S2 licensed
VolksTurbo
S2 licensed
#UP
VolksTurbo
S2 licensed
Quote from HeRRC :seee! 0 originalidad, pero ojo, él habla con los gringos para q sea mejor (?

JAJAJA asi esta la argentina muchachos!
VolksTurbo
S2 licensed
ENB, No edit
VolksTurbo
S2 licensed
Quote from Gutholz :Just in case you simply want to use the program, in folder \insim_simplex_v2\Debug is a compiled .exe
------
I tried with codeblocks ("import VS project") and gcc compiler, it worked.
The code itself is ok.
What is the error?

Is it something with the pthread libary / sched.h file?
(That is what I am trying to figure out currently too Shrug , on my other computer. )

/edit:
Ah.
You mean "/ ZI and / Gy" - As in the commandline options?
Try turning them off, somewhere in settings.

You could show me how to compile with photos or a video tutorial please? : s
I am new at this Frown
VolksTurbo
S2 licensed
I have Visual Studio 2015 work?

Try to compile the files but I get an error command / ZI and / Gy: s
VolksTurbo
S2 licensed
No sprucing it from Whesthill not read nodes?
VolksTurbo
S2 licensed
Quote from sinanju :Actually, all the things he wants are things he saw on my server last night, or in one of my videos that I posted on this forum. These things have all been done on lapper, including country...$currPly["PSCountry"]. Cool

The distance code has already been supplied - he asked in another post when he saw a video I made. I made it to measure distance of the layouts I create (for no good reason I just used "Dist").

I use an IF statement for item 1 for choice between Admin (which is me) and Guest (which is everyone else). Clue: UserInGroup. But if you don't make the distinction, it's just a simple global button.

How you could put that says the nickname and the country where it connects?

privMsg( langEngine( "%{main_holas}%" , ( GetCurrentPlayerVar( "NickName" ) ),$currPly["PSCountry"]) );

main_holas = "{0} ^7it is from ^0{1}";

Help Compile!
VolksTurbo
S2 licensed
Someone could make a tutorial video on how to compile these files please?

I'm new using visual studio
VolksTurbo
S2 licensed
With that program I can compile the source code of LFSLapper? Visual Studio? I just want to learn how to create functions in C#
VolksTurbo
S2 licensed
You can use the real traffic light to drag?
VolksTurbo
S2 licensed
I created several things lapper, but now I'll see how to do this, any queries the public!

Thanks for the answers!
VolksTurbo
S2 licensed
I'm not a demo user ...

Thank you for your answer!
VolksTurbo
S2 licensed
Quote from Yisc[NL] :I don't want to sound rude, but what have you tried to make these scripts your self?

I mean, number 1 and 3 are extreemly easy to do and even if you have hardly coded anything for Lapper, they are very doable and good examples to learn how to do things within the Lapper environment.
Number 2 can't be done with Lapper, since it can't read an IP address and tie that to a country.

For request one:

Event you need to code this button in: OnConnect
Variable needed: GetCurrentPlayerVar("NickName")

For request three:

Event you need to code this button in: OnLap
Variable needed *: GetCurrentPlayerVar( "Dist" )
Or variable needed *: GetCurrentPlayerVar( "SessDist" )

* first variable gives total distance driven on that server
* second variable gives distance driven during that session

It could make for taking the distance from the user during all times is connected?

Thanks for answering!
FGED GREDG RDFGDR GSFDG