The online racing simulator
Searching in All forums
(931 results)
im going to releases a !kickb411s (username) feature
Fire_optikz001
S2 licensed
hello all well like i said im going to release it im going to make a simple version Sunday (my time)

code will be in my next post here
Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
fail
Fire_optikz001
S2 licensed
Quote from jvalley201 :Try Free Airio

why would we need that we already have the code + airio is bad
car restrictions
Fire_optikz001
S2 licensed
hey i want to finish my race system with car restrictions like 5% intake restrictions but how would i set it up?
lfslapper create files
Fire_optikz001
S2 licensed
is there a way for lfslapper to make .txt files... i was thinking of a login sys that goes by your username and it stores a username (does not have to be your lfs username) and password?if so how would i make it create files

kinda like how it makes the .dbs files

i was also wondering if there was a way for it to check the directory to see if the file exist

kinda like how cruise insim works
Fire_optikz001
S2 licensed
Quote from master_lfs.5101 :One thing learn2spell. Otherwise, Good luck!

[LCC] a fail so epic its almost a win
Fire_optikz001
S2 licensed
Quote from Tim NL :Looks like you didn't copied the var's in your script or they are on the wrong place in the script.

###################################
#Event triggered when lapper start#
###################################
Event OnLapperStart()

GlobalVar $point_L ;
GlobalVar $point_T ;
GlobalVar $ps_max_points;
$point_L = 75 ;
$point_T = 5 ;
$ps_max_points=10;

Or post your LFSLapper.lpr so we can look at it.

actually u made abug :S or it said it was a bug



<?php 
###################################
#Event triggered when lapper start#
###################################
Event OnLapperStart()
 
 
GlobalVar $point_L;
  
GlobalVar $point_T;
  
GlobalVar $ps_max_points;           
   
$point_L 75;
   
$point_T 5;
   
$ps_max_points=10
?>

Fire_optikz001
S2 licensed
Quote from thatguy :
Quote from RacerAsh3 :Can i ask why you need 4 team owners and 2 team supervisors, to manage one normal member?

Because he is one tough to manage badass?

stig materiel

EDIT SIG***
Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
Quote from Bass-Driver :hi everyone
can someone help me with making a Racepoints system
example.
u earn 10 points when u came 1st over the finish (race with 10 people)

i got it but timNL told me not to release it
Fire_optikz001
S2 licensed
Quote from (The Stig) :
[LCC] London City Cruisers
The best english cruise team



Team Owners


[LCC] The Stig
[LCC] Stiggy
[LCC] Corey
[LCC] ScottyW


Team Supervisor


[LCC] TimDC (Team Trainer & Team Skinner & Team Member)
[LCC] Lorinczi (Team Supervisor)


Team Member


[LCC] Twin Drift


Important Links!




About us


We're a drift/race/cruise team set up to just keep everyone entertained instead of just people asking to join teams all the time we have a range from
  • Drift
  • Race

  • Cruise

We do not have a seprete servers for this kind of thing thats why we have a special command for ONLY admins to use that will shut down the LFS Lapper or Cruise Insim or Race Insim.




Other Infomation




Please do not argue in this thread like the last one, we will also annoce EVENTS within this thread.




Thank you,
The Stig
CEO of LCC



um u know lapper has drift and race built in right :S

unless we arnt using my insim :S

oh btw im not on LCC
Last edited by Fire_optikz001, .
UpDate
Fire_optikz001
S2 licensed
Version 9.5 drift/race Insim
race points have been added
Race settings have been added (!RS... see below)
minor GUI fixes
major admin fixes
Minor Beta tester update

Race Settings
User Can select
Car
Laps
Track

+adding car restrictions soon also

Server update

servers down till further notice (server upgrade)
Fire_optikz001
S2 licensed
i made another addon for ur code (an update) thing like reload u can do !update (time)

<?php 
CASE "!update":
    IF( 
UserInGroup"tempadmin",$userName ) == )
        
THEN
     openGlobalButton
"lone_counter",50,63,100,40,100,$argv,0,"^3> %cpt% <"upda );

      
cmdLFS("/msg ^1INSIM UPDATE IN " $argv " SECOND(S) " );
      
cmdLFS("/msg ^2INSIM UPDATE IN " $argv " SECOND(S) " );
      
cmdLFS("/msg ^3INSIM UPDATE IN " $argv " SECOND(S) " );
      
cmdLFS("/msg ^4INSIM UPDATE IN " $argv " SECOND(S) " );
      
cmdLFS("/msg ^5INSIM UPDATE IN " $argv " SECOND(S) " );
      
cmdLFS("/msg ^6INSIM UPDATE IN " $argv " SECOND(S) " );
      
cmdLFS("/msg ^7INSIM UPDATE IN " $argv " SECOND(S) " );
      ELSE
              
privMsg"^1Access Denied");
    ENDIF
     BREAK;
?>


<?php 
Sub upda
($KeyFlags,$id)
   
SaveGroupToFile"tempadmin""./tempadmin.txt" );
 
update();
EndSub
?>



<?php 
Event OnDisConnect
() # Player event
   
RemoveUserFromGroup"tempadmin" GetCurrentPlayerVar("UserName"));
   
SaveGroupToFile"tempadmin""./tempadmin.txt" );

 
EndEvent
?>



<?php 
Event OnConnect
()
    
$userName GetCurrentPlayerVar("UserName");
            
UserGroupFromFile"loged""tempadmin.txt" );

                 IF( 
UserInGroup"loged",$userName ) == 1)
            
THEN
        privMsg
"^2Thank you for logging in");
        
MoveUserToGroup"tempadmin",$userName );
             ENDIF
EndEvent
?>


add the following to parseEvents.CS by termlapper

case "update":
TermProg = true;
RestartProg = true;
val.typVal = GLScript.typVal.str;
val.sval = quote("");
return;

Fire_optikz001
S2 licensed
mass server message
i was wondering if there was a way to make a command like !msm that works like cmdlfs in the command prompt is there a way to do this?
Fire_optikz001
S2 licensed
9/13/2009 4:07:44 PM -> Syntax error in cfg file "LFSLapper.SC" at line #1775
Token not catched
Function 'printusergroup' script aborted
-----------------------------------------------------------------------------
9/13/2009 4:07:44 PM

Lapper Instance 67.240.186.71/12345 abort!

Stack empty.
mscorlib
at System.Collections.Stack.Pop()
at GLScript.GLApp.parseBackcall(SetOfVars GVAR, SetOfVars LVAR, unionVal val, ArrayList args)
at GLScript.Parseur.getval(SetOfVars GVAR, SetOfVars LVAR, executeParsedFunction BC)
at GLScript.GLApp.retrieveEvalVar(String funcName, TokenParse tkparse, TokenBuffer currTokenBuffer, SetOfVars GVAR, SetOfVars LVAR, Boolean breakFunc, Char& breakCar)
at GLScript.GLApp.privExecuteTokensPart(Int32 level, String funcName, SetOfVars GCAR, SetOfVars LVAR, Boolean breakable, Boolean inSwitchCase, Int32 start, Int32 end)
at GLScript.GLApp.privExecuteTokensPart(Int32 level, String funcName, SetOfVars GCAR, SetOfVars LVAR, Boolean breakable, Boolean inSwitchCase, Int32 start, Int32 end)
at GLScript.GLApp.executeTokensPart(String funcName, SetOfVars GVAR, SetOfVars LVAR, Int32 start, Int32 end)
at GLScript.GLApp.privExecuteFunction(String funcName, String[] argsVals)
at GLScript.GLApp.executeFunction(String funcName, String[] argsVals)
at Configurator.lexConfigurator.executeFunction(String funcName, infoPlayer pcurrInfoPlayer, String[] par)
at LFSLapper.LFSClient.managePacket(MSO mso)
at LFSLapper.LFSClient.Loop(Connect insimConnection)
at LFSLapper.LFSClient.doloop()
at LFSLapper.LFSListen.Listen.goWorkMode()
at LFSLapper.LFSListen.Listen.start()
System.Object Pop()
Closing Instance...
-----------------------------------------------------------------------------

(still crashes)
Fire_optikz001
S2 licensed
9/12/2009 9:27:00 PM -> Syntax error in cfg file "LFSLapper.lpr" at line #1745
Token not catched
Function 'printusergroup' script aborted
Fire_optikz001
S2 licensed
Quote from sinanju :Hi

Couple of things;

You're duplicating a lot of the buttons (about 8).

You've got these after your first THEN, and repeated after your second THEN. Maybe conflict there.

Also, you appear to be missing a line $AngleVelocity = -$AngleVelocity ;

Try the following;

Event OnDriftScore()

<SNIP>

EndEvent


actually all u need now is


<?php 
Event OnDriftScore
() 
          IF( 
$GUI_drift == "yes" )
       
THEN
          openPrivButton
"Score1",1,137,14,5,4,-1,32,"^1" GetCurrentPlayerVar"LastDriftScore" ) );
          
openPrivButton"Angle1",15,137,14,5,4,-1,32,"^1" GetCurrentPlayerVar"AngleVelocity" ) );
          
openPrivButton"TotalScore1",1,147,28,5,4,-1,32,"^1" GetCurrentPlayerVar"LastDriftScore") );
  ENDIF
EndEvent
?>


Fire_optikz001
S2 licensed
Nvm
Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
lol i have mine locked up so tight u have to be a admin or a beta tester to do the !login command itself
Fire_optikz001
S2 licensed
Quote from jibber :A video can always give wrong impressions...

But look at how he is turning the steering wheel. Maybe it's just me, but somehow it looks a lot like what i've seen from Forza 2 videos with the old MS wheel. It looks like the wheel just acts as a joypad.

When people started demanding G25 support in Forza 2, the final answer was something along the lines of... It wouldn't be possible to have real force feedback on the xbox, and that the MS wheel is basically a joypad that looks like a steering wheel, etc. So when i've heard about the Fanatec wheel support, i wasn't getting very excited. How should a wheel fix the xbox from not being capable of real force feedback?

Forza will always remain a joypad type of game for me. I'd love to play it with the G25 (or any similar wheel) and proper force feedback, but it won't happen anytime soon.

PS: And why should it look much different than Forza 2?

forza 3 from what i heard will be comapatble with G25
Fire_optikz001
S2 licensed

<?php 
 
CASE "!login":
         IF( 
UserInGroup"admin",$userName ) == )
        
THEN
     
IF( UserInGroup"tempadmin",$userName ) == )
     
THEN
        privMsg
"^2You are already logged in");
      ELSE      
      IF( 
$argv== "1234" || $argv == "1234567890" )
      
THEN
        privMsg
"^2Thank you for logging in");
        
MoveUserToGroup"tempadmin",$userName );
      ELSE
        
privMsg"^1Incorrect Password");
      ENDIF
      ENDIF
      ELSE
          IF( 
UserInGroup"beta",$userName ) == 1)
          
THEN
              
IF( UserInGroup"tempadmin",$userName ) == )
     
THEN
        privMsg
"^2You are already logged in");
      ELSE      
      IF( 
$argv== "1234567890" )
      
THEN
        privMsg
"^2Thank you for logging in");
        
MoveUserToGroup"tempadmin",$userName );
      ELSE
       
privMsg"^1Incorrect Password");
       ENDIF
          ENDIF
             ENDIF
      BREAK;
   CASE 
"!logout":
     IF( 
UserInGroup"tempadmin",$userName ) == )
     
THEN
        RemoveUserFromGroup
"tempadmin",$userName );
        
privMsg"^2You are logged out now.");
      ELSE      
         
privMsg"^2You where not logged in.");
      ENDIF
      BREAK;
?>


<?php 
        
CASE "!ban":
     IF( 
UserInGroup"tempadmin",$userName ) == )
     
THEN
        
IF( UserInGroup"admin",$argv ) == )
            
THEN
    cmdLFS
("/msg " GetCurrentPlayerVar"Nickname" ) . " Attempted to ban " GetPlayerVar$argv"Nickname" ) );
    
cmdLFS"/msg " GetPlayerVar$argv"Nickname" ) . "^7 Is An Admin ban Voided" );
            ELSE
        IF( 
UserInGroup"beta",$argv ) == )
            
THEN
    cmdLFS
("/msg " GetCurrentPlayerVar"Nickname" ) . " Attempted to ban " GetPlayerVar$argv"Nickname" ) );
    
cmdLFS"/msg " GetPlayerVar$argv"Nickname" ) . "^7 Is A beta Tester ban Voided" );
                ELSE
    
cmdLFS("/msg " GetCurrentPlayerVar"Nickname" ) . " banned " GetPlayerVar$argv"Nickname" ) );
            
cmdLFS"/ban " $argv " 7" );
              ENDIF
              ENDIF
              ENDIF
            BREAK;
?>

Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
Quote from Tim NL :My script works here fine. ( its still active on [NLR]NL Racing GTR , you can try it there with !login 1234 and !logout )
But you cant use UserGroupFromFile() in combi with MoveUserToGroup()
( it are two different things).

SO Wait would u still use if useringroup?
Fire_optikz001
S2 licensed
Tim NL u made a bug :S

lol cause u made bugs

yes its still dont work same problem i had with !auth
Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
Quote from Bass-Driver :i have changed my nickname
and i go also work with 5.843

now u do lol hmm well i am working with 5.845
Fire_optikz001
S2 licensed
help?
Fire_optikz001
S2 licensed
[QUOTE=sinanju;1257375]Just out of curiousity (and vanity!), wondered what scripts or applications the people with Lapper use?

Mines are:

Race Mode/Drift Mode (made by me) - will be released soon

Pitboard (by Yisc[NL]) - i use this when lapper is in Race mode

Config Gui (by Tim[NL]) (saves lot of hard work for admins)

multi page help(by Krayy)

Not Welcome AKA Ban system (Made by me)

Drift Meter (developed by me{5.8} and [TTR] Ken...{5.7})

EASY click(me and ken again ) thanks Ken

my main config has tons of global vars such as version numbers for beta non beta host and all that good stuff
(if u want to try my lapper let me know )

[currently accepting beta testers]
Last edited by Fire_optikz001, .
FGED GREDG RDFGDR GSFDG