The online racing simulator
Searching in All forums
(217 results)
sarxes
S3 licensed
There is nobody who know how to edit the timer after left the pit in Autocross ?
sarxes
S3 licensed
Quote from Aadu :Hi!
I am looking someone who could make skins for me. I tried myself but it didnt work so well
So please, let me see ur skills.
I would like when that skin stays private.
Thank U for help.
Here are few foto's about my wishes:

Maybe I should create but you have to wait because I m too busy todays ...
sarxes
S3 licensed
Hy Sin,

Here is my new question Its possible to group the drift score by car and scroll between the scores ... I attached my idea of it how it be looks like and all is under the Drift Scores button what u made

And I would like to put if admin is online and show his name its on picture too my idea and if is not show the message : Not online

P.S. : And its possible that players couldnt go anywhere from start position until the timer not finish with countdown !

What means that ?


<?php 
2
/3/2012 5:46:44 PM -> Can't open group file : ./default/./Text_Files/admin1.txt
2/3/2012 5:46:44 PM -> Can'
t open group file : ./default/./Text_Files/admin2.txt
?>


Last edited by sarxes, .
sarxes
S3 licensed
Okay I will try
sarxes
S3 licensed
I thought a lot for my problem about practice mode. The solution is that to make a command that the new players auto teleported to pit so they cant start the race from the layout they have to get out from the pit in AU1 and this is the way for the scored laps.

Could you make lapper to auto pit players who join in server ?
sarxes
S3 licensed
Quote from sinanju :By default, both !drf and !top show only the top 18 places.

You can write code to show buttons that can give you other buttons to press that will give you different placings (e.g. 19 to 36, 37 to 54 etc).

If you want to see this in action, go to my server (Sin'rs), then spectate, and at the bottom of the screen you'll see a button appear "Menu System". Click on this, then choose "User Dashboard", then you'll see an option for Top Times, Top Drifts, etc.

You can either try code something for drifts yourself, or you could use my Menu code (which can be found HERE).

You could still keep the Drift Button on the player's screen (as coded in posts above), but instead of going to the Sub SR_drfnear sub-routine , you link it to the relevant section on my menu system (which in the menu system is Sub DoUserDrifts( $KeyFlags,$id).

If you want to code yourself, then look at my menu code - the Sub DoUserDrifts section. You'll see that there are a lot of open private buttons, with a sub-routine at the end of each line that starts "click_ ".

You could copy and use these buttons along with associated sub-routines, just laying out on the screen where-ever suits (horizontally, vertically, cell matrix, etc).

Sin u r like a GOD !!! Thx for your help !!! Just one more question , how should I rewrite the SR_driftnear to display the !drf list ? My last question
sarxes
S3 licensed
Quote from sinanju :I suspect this is a LFSLapper issue, so in not something I can code.

Maybe Gai-Luron could make working lapper to working on Practice ?

You should talk with Luron about that issue ... No ? PLS !
sarxes
S3 licensed
Quote from sinanju :Just been checking, and found out that Drift scores are NOT saved in when in Practise mode!

Could you remake the code to work in Practice mode too or its a big request ???


P.S.: I made the button working for clicking and I have a problem with this ... Should I rewrite the code to display the scores from the 1st position to the last , and player could go beatweean pages ... That the players scores are paged in 18/page
Last edited by sarxes, .
sarxes
S3 licensed
Quote from sinanju :Somewhere after the line that starts - Event OnConnect( $userName ) # Player event - add the following lines


<?php 
  openPrivButton
"button_driftscore_back",4,159,22,7,1,-1,16,"" );
  
openPrivButton"button_driftscore",5,160,20,5,1,-1,32,"^1Drift Scores",SR_drfnear);
?>

Then after the line - EndEvent - add the following


<?php 
Sub SR_drfnear
$KeyFlags,$id )
    
$NickName GetCurrentPlayerVar("NickName");
    
drfNear$NickName );
EndSub
?>


Haven't tested it, but should work.

In one of the code lines, above, you'll see that part of the code is
5,160,20,5,1,-1,32,"^1Drift

The first number is how far right the button/text starts, 2nd number is how far down, 3rd number is how wide button/text goes, 4th number is how high, 5th number is spacing between lines, the -1 means always there until bit of code in another event switches button off, the 32 is for background colour and text justification, and ^1 is for the colour.

You may have to or want to change button location, size, colours, etc, to suit.

Its doesnt work ... I doesnt shows nothing ...
sarxes
S3 licensed
Hy Sin

I would like to make a button on the right buttom corner which is clickable and if a player click on it it shows the !drf list How could i make that ?


And 1 more question, how could I edit the lapper to show the Drift Score on passing the finish line in Practice mode , I want to players could join to race frop pit not from a starting point because the race its lapped and there is no start point they were teleported to the left middle in front of the traffic lights ... It were easy to poiting the race in practice mode and showing the score after passing the finish line !
Last edited by sarxes, . Reason : I forgot something
sarxes
S3 licensed
Very nice vid mate, but i'm not really like the song. A dubstep song i was more powerful 4 this vid. But nice work !!!
[KBD]DriftServer
sarxes
S3 licensed
sarxes
S3 licensed
Nice skills !!! You know the job
sarxes
S3 licensed
Very nice I loved the sun effect
sarxes
S3 licensed
Very very nice !!!! Gratultaions
Dedicated Server Help !
sarxes
S3 licensed
Hy everybody ,

My problem is that after sombedoy joining in server automaticaly is kicked. Not everyone just some players.
Quote :Jan 02 18:39:25 Karly^L connected
Jan 02 18:39:29 /kick Karly^L
Jan 02 18:39:29 Karly^L was kicked
Jan 02 18:39:30 Leave @ 286743 : Karly

I dont know what's the problem and in the dedi server window i have an error message
Quote :Jan 02 18:39:30 IS_MTC - could not find destination

Shrug
sarxes
S3 licensed
THX for Logo !!!!!!!!

I searched a lot for the argument for displaying the rank on the Drift table instead of the best lap ... What would be ?

I think something similiar with

<?php 
$Posabs 
GetCurrentPlayerVar("PosAbs");
?>

. How could I extract the !drf table position instead ot !top position ???
Waiting time ...
sarxes
S3 licensed
Hy all players,

My question is that I could change the waiting time on AU maps after leaving the pit. I have to wait 12 seconds. There is any method to change to 3 seconds ? I run a server and players dont want to wait that so much time, so its possible? Its so annoying that.
sarxes
S3 licensed
What means IS_MTC couldn't not find destination ?
sarxes
S3 licensed
Its cool, could you share with us ?
sarxes
S3 licensed
I would like to see original cars.

Ex:

XR - Mazda RX 7 or something similiar
UF - Mini Cooper
XF - VW Golf or Opel Astra
RB4 - 4WD car Mitsubishi or Subaru
FXO - Opel Calibra
FZ5 - Porche Carrera or Cayman

All this olny wishes but I hope one day will be real
sarxes
S3 licensed
You sold your G27 ? OMG I need to practice for mouse drifting I cant adjust the mouse speed or inside the windows ? I use Win7
LFS mouse drifting (how to set up the mouse)
sarxes
S3 licensed
My question is how to set the steer center reduction and the steer control rate. What is the best solution for this ? Who have a good mouse drift setup for XRT ???

With keyboard I can drift well but I like to learn drift with mouse.
sarxes
S3 licensed
Because when someone enter the server he is putted in the middle of the track not in pit ...

P.S. I saw your logo at left corner I can add a same too or its copyrighted ?
Last edited by sarxes, .
sarxes
S3 licensed
Forget about the Drifting top list ... My new question is how could I do that on practice ex: on AU1 and the track have finish line show the drifting score. Because it only shows when the laps enabled if /laps 1 or 10 the drifscore is showed but if not there is nothing happening. ... All about this the Lapper is working very good and you are the best !!!

P.S. : You run a server ? whats the server name ?
FGED GREDG RDFGDR GSFDG