The online racing simulator
Searching in All forums
(931 results)
scheduled event for certain players
Fire_optikz001
S2 licensed
hi i was wondering if there was a scheduled event for certain players

or a way to add one
Insim UpDate 12.5 \ News Update
Fire_optikz001
S2 licensed
Hi all yet another update of our insim

Insim Update:
  1. small insim update to keep it from crashing on the new insim server
  2. small insim core update
News Update:
  1. "Muffin" Is Now Known as "Capt. Slow"
  2. New Insim Server Coming Soon!
Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
  • Race Mode/Drift Mode/Cruise Mode(made by me) - will be released some point in time (cruise is still in the works)
  • 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 (Made by Me)
  • EASY click(me and BassDriver) thanks BassDriver
  • !who (made by Krayy)
  • Race Points (By Tim[NL])
Insim update 12.0
Fire_optikz001
S2 licensed
Whats updated?
  1. Crash on user join due to unmade User files

  2. Added Cruise Mode (Still in beta)

  3. Remade !add & !re commands(made them into 1 command) & (now tells server when an admin\beta tester is added\removed)

  4. redesigned "info bar"

  5. Added a radio option

  6. Various admin command fixes

  7. added a few things for beta testers to test

  8. added a new feature that auto notifies Online admins the second the user is report

  9. Fixed minor Bugs the caused insim to crash

  10. reset all files except blacklist

  11. Added a Green List (users in green list can't be ban)
Last edited by Fire_optikz001, . Reason : added more updates
Fire_optikz001
S2 licensed
Quote from morpha :Either use regex or strip colours before comparing the strings.
I'd recommend the latter, although it might involve regex just the same, depending on your / Lapper's implementation.

:O look what i found

<?php 
#Example:    if UseUsernameForAuthentication=true
#        !regex=^\[COP\].*
#        Find all user with a nickname that begins with [COP]
#        regex=^Gai.*
#        Find all user with a username that begins with Gai
#         See regular expression on web for more info how it work
?>

so would i do


IF( $TeamTagStripR == !regex=^\[SC\].* )
THEN
IF( UserInGroup( "CP",$UserName ) != 1 )
THEN
privMsg( "^1You Are Not Allowed To Use The " . $Team . "^1 Tag");
cmdLFS("/msg ^1" . $UserName . " ^1Was Kicked For Using" );
cmdLFS("/msg ^1The " . $Team . " ^1Tag When Not A " . $Team . " ^1Member" );
cmdLFS("/kick " . GetCurrentPlayerVar("UserName") );
ENDIF
ENDIF

?
Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
Quote from kyler :You might just need to make a username file. Make a list of usernames that members from past experience if u just use [SC] then if anyone came into the server and added [SC] to there name they could wipe the server. But then again idk about lapper so it might have a protection. Just a tip

nope it works fine come test it if u want
Fire_optikz001
S2 licensed
example?
wild card
Fire_optikz001
S2 licensed
hi guys is there a way to do * for my clan tag protection such as this

<?php 
   $TeamTagLenghtR 
StrLen"^*[^*S^*C]" );
   
$TeamTagStripR substr$NickName,0,$TeamTagLenghtR );

IF( 
$TeamTagStripR == "^*[^*S^*C]"  )
   
THEN
            
IF( UserInGroup"CP",$UserName ) != )
            
THEN
                    privMsg
"^1You Are Not Allowed To Use The " $Team "^1 Tag");
                    
cmdLFS("/msg ^1" $UserName " ^1Was Kicked For Using" );
                    
cmdLFS("/msg  ^1The " $Team " ^1Tag When Not A " $Team " ^1Member" );
                  
cmdLFS("/kick " GetCurrentPlayerVar("UserName") );
            ENDIF
   ENDIF
?>

Fire_optikz001
S2 licensed
help???
Fire_optikz001
S2 licensed
is this

<?php 
    
IF( GetCurrentPlayerVar"command" ) == "does not exist" )
    
THEN
                                privMsg
"^1Invalid Command! ^7Please Look At ^2!Help ^7For Commands!" );
   ENDIF
?>

correct if wanted to fetch this

<?php 
 SetCurrentPlayerVar
"command","does not exist" );
?>

please help!
Fire_optikz001
S2 licensed
hi well for ur first version it dont look like it is adding the stuff to the database cause when u do !points its blank

it used to work now it dont
Fire_optikz001
S2 licensed
Quote from mamoru :What party?

the we say good bye to stig party
Fire_optikz001
S2 licensed
Quote from GreyBull [CHA] ::slap:

is that a good thing?
Fire_optikz001
S2 licensed
We say good bye to (THE STIG) but hello to Mamoru
Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
nvm
Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
im working on getting mine up sometime this week
Fire_optikz001
S2 licensed
Quote from DevilDare :See.... This is why you dont let "The Stig" anywhere near your team... He will just mess everything up..... Everytime you do, God kills a kitten.

sig material?
Fire_optikz001
S2 licensed
Quote from Andy King :No not got a clue how to do it as can script Lapper but not exe lol

i i can send u my exe but i think u might have to add a few features to ur lpr
Fire_optikz001
S2 licensed
Quote from Andy King :Hi Fire,
This is great, just got one error......

10/26/2009 12:09:32 AM -> Syntax error in cfg file "./includes/Auto_Actions.lpr" at line #1218
'savegrouptofile' is not a Lapper function

How do I get around that.

Thanks for your time

have u added the addon? to ur exe?
Fire_optikz001
S2 licensed
Quote from lysergic :really?! sorry, THANKYOU!

LOL whoops wrong person
Fire_optikz001
S2 licensed
Quote from lysergic :really?! sorry, Thank You!

i dont deserver that much thank you i fix it
Fire_optikz001
S2 licensed
Quote from lysergic :Many thanks, I'll try it!

:< i dont get a thanks for my !add command?
Fire_optikz001
S2 licensed
Quote from Andy King :
Is it possible to add UserNames to a text file using LFS text box, by pressing T and typing !Add_Registration Andy King and it adds my Username to a defined Text file in !Add_Registration

Thanks guys

well wit This addon: http://www.lfsforum.net/showthread.php?p=1259430#post1259430

u can use mine

<?php 
              
CASE "!add":
            IF( 
UserInGroup"tempadmin",$UserName ) == && UserIsAdmin$UserName ) == )
            
THEN
                
IF( $argv != "" THEN
                    $idxSpace 
indexOf$argv" ");
                    IF( 
$idxSpace != -THEN
                        $option 
subStr$argv,0,$idxSpace );
                        
$argv trimsubStr$argv,$idxSpace ) );
                        SWITCH( 
$option )
                                CASE 
"registration":
 IF( 
UserInGroup"registeration",$argv ) == )
   
THEN
   privMsg
"^7User is already registered ");
       ELSE
   
MoveUserToGroup"registeration"$argv );
       
SaveGroupToFile"registeration""./registeration.txt" );
   
privMsg"^7Added " $argv " To " $option " File Succesfully!!");
   ENDIF
                            BREAK;
                            DEFAULT:
                                
privMsg"No such option for this command: " $option );
                            BREAK;
                        ENDSWITCH
                    ELSE
                        
privMsg"Command needs more parameters" );
                    ENDIF
                ENDIF
                   ELSE
              
privMsg"^1Access Denied");
            ENDIF
            BREAK;
            
                                CASE 
"!re":
            IF( 
UserInGroup"tempadmin",$UserName ) == && UserIsAdmin$UserName ) == )
            
THEN
                
IF( $argv != "" THEN
                    $idxSpace 
indexOf$argv" ");
                    IF( 
$idxSpace != -THEN
                        $option 
subStr$argv,0,$idxSpace );
                        
$argv trimsubStr$argv,$idxSpace ) );
                        SWITCH( 
$option )
                                CASE 
"registration":
  IF( 
UserInGroup"registeration",$argv ) == )
   
THEN
       RemoveUserFromGroup
"registeration" $argv);
       
SaveGroupToFile"registeration""./registeration.txt" );
   
privMsg"^7Removed " $argv " From " $option " File Succesfully!!");
   ELSE
   
privMsg"^1User not found in file");
   ENDIF
                            BREAK;
                            DEFAULT:
                                
privMsg"No such option for this command: " $option );
                            BREAK;
                        ENDSWITCH
                    ELSE
                        
privMsg"Command needs more parameters" );
                    ENDIF
                ENDIF
                   ELSE
              
privMsg"^1Access Denied");
            ENDIF
            BREAK;
?>

thats how i have mine set up that way i can add more user groups without doing a whole lot
Fire_optikz001
S2 licensed
Quote from AlienServe :For the users who purchased the £6.50 2 server offer, this price will not increase for as long as the servers are rented from us.

ok cool well we may be buying another 2 servers from u sometime soon we wanted to make a deal with u... if u have a msn or xfire could u pm me one of them?
Fire_optikz001
S2 licensed
hmmm now lapper crashes when i do !who :<
FGED GREDG RDFGDR GSFDG