The online racing simulator
lfs lapper help.
(13 posts, started )
lfs lapper help.
Hi
i was drifting in a server and i saw a screen in the left that counting the driftpoints and how much bonus you got.
I want to ask how i get that.
Attached images
lpr.jpg
Quote from Bass-Driver :Hi
i was drifting in a server and i saw a screen in the left that counting the driftpoints and how much bonus you got.
I want to ask how i get that.

Hi,

Something like this in your lapper script, this is with tekst but you can also use button's to show the drift angel and point's.


##################
#Drifting options#
##################
.
.
.
Event OnDriftScore()
IF( $AngleVelocity < 0 )
THEN
$Angle_drift=($AngleVelocity)*(-1);
privMsg( "Score: ^7" . $DriftScore . " ^3" . $LastDriftScore );
privMsg( "Drift Angle: ^3<^7" . $Angle_drift . "^2>" );
ELSE
privMsg( "Score: ^7" . $DriftScore . " ^3" . $LastDriftScore );
privMsg( "Drift Angle: ^2<^7" . $AngleVelocity . "^3>" );
ENDIF
EndEvent

Tim NL , You great man and programmer))) Thank you! Its work

Quote from Tim NL :
but you can also use button's to show the drift angel and point's.

How?
Im not programmer, but I want it for personal use and traning on my local dedy server...
Help to do me please

Sorry, my english very bad
thx Tim NL
but i want that buttons on the screen like my first post.
how do i do that
i have a other question
i have saturday a event.
and what i want is:

-only the registered members can join the server ( the names i write in a text doc.)
-nonregisterd members gets a kick.

what i need to do
passworded server
i have that already but i want lapper so i dont need a pass anymore
because some people forgot the pass and then they cant join the server.
ohh ok
Quote from Bass-Driver :thx Tim NL
but i want that buttons on the screen like my first post.
how do i do that

Hi,
With some button's

##################
#Drifting options#
##################
.
.
.
Event OnDriftScore()
openPrivButton( "drf0",99,1,22,10,4,-1,16," " );
IF( $AngleVelocity < 0 )
THEN
$Angle_drift=($AngleVelocity)*(-1);
openPrivButton( "drf1",100,2,20,4,4,-1,32,"Score: ^7" . $DriftScore . " ^3" . $LastDriftScore );
openPrivButton( "drf2",100,6,20,4,4,-1,32,"Drift Angle: ^7" . $Angle_drift . "^2>" );
ELSE
openPrivButton( "drf1",100,2,20,4,4,-1,32,"Score: ^7" . $DriftScore . " ^3" . $LastDriftScore );
openPrivButton( "drf2",100,6,20,4,4,-1,32,"Drift Angle: ^2<^7" . $AngleVelocity . " " );
ENDIFEndEvent

hi
i dont see anything.
here's my lfslapper config.

And could you help me this??

i have saturday a event.
and what i want is:

-Only the registered members can join the server
( a textdoc with the registered members)
i need to putt the names in that doc.
Example: name of the textdoc : reguser

-nonregistered members gets a kick.
(These members are not in the textdoc)

This is because , when i send a pass to the registerd members they forgot the pass and cant join the server.
Attached files
lfslapper2.txt - 40.6 KB - 203 views
Quote from Bass-Driver :hi
i dont see anything.
here's my lfslapper config.

And could you help me this??

i have saturday a event.
and what i want is:

-Only the registered members can join the server
( a textdoc with the registered members)
i need to putt the names in that doc.
Example: name of the textdoc : reguser

-nonregistered members gets a kick.
(These members are not in the textdoc)

This is because , when i send a pass to the registerd members they forgot the pass and cant join the server.

Hi,

A littlebit changed script and check your pm
Attached files
lfslapper2[1].txt - 40.5 KB - 151 views
thx man
THX!!! It's great!

lfs lapper help.
(13 posts, started )
FGED GREDG RDFGDR GSFDG