The online racing simulator
Searching in All forums
(931 results)
Fire_optikz001
S2 licensed
Quote from mat6681 :Its not a Bug its a fail look at the name on the patch. Test Patch Z16 (online compatible) Its says Online Compatible and then can we use it online but we cant!

what u talkin bout willis? im in alot of servers with tons of people must be u >.>
Fire_optikz001
S2 licensed
Quote from Chuggins :Just so i can check, can someone read me the volts and amps and all of that off of the back of their ac adapter. thats what i need for mine to work. i bought one with a 24v 750mA adapter out put and a 120vac, 60Hz, 30 watt input.

for what? g25?
Fire_optikz001
S2 licensed
Quote from Chuggins :I'd like to try out then.

ok just meet me at [SC] drift server on saterday ill be on almost allday
Fire_optikz001
S2 licensed
i think its nice the way it is all i do wnat tho is a way to keep ai's off the track
Fire_optikz001
S2 licensed
Quote from morpha :SQL handles datatypes independently, you don't need a different file unless LFSLapper comes with a 64bit build using different SQL datatypes than its 32bit version, which I doubt very much.
The SQL files themselves are actually textfiles, not binary files.

... wow really ok this one guy downloaded some file because it wouldnt work on his 64 bit and they said he need to download something and it fixed his problem and i got the file that i needed and now it works could some one close this thread
Fire_optikz001
S2 licensed
Quote from darkkostas :...
Road is not lighting up when lights are on.

Suggestion: I hope you will add night weather xd...

+1
Fire_optikz001
S2 licensed
yes... but u still need the 64 bit sql file
Fire_optikz001
S2 licensed
Quote from Dygear :To expand on this, 32bit applications run within a 64bit environment just fine. However, the converse is not true, you can't run a 64bit application in a 32bit environment, there is just, not enough room in a 32bit environment for 64bit applications to execute. While you might have a 64bit processor, if your running a 32bit OS then your limited by your OS.

MY other pc has vista 64 bit tho >.>
Fire_optikz001
S2 licensed
i would do "username"

this would also be solved with the priv button
becauseu would do !pm username

then that would open a button that u clikc and typer ur pm
Fire_optikz001
S2 licensed
how much $ will it cost?
Fire_optikz001
S2 licensed
Quote from Chuggins :sounds good :tup:

trying to apply for my team and this one >.>
Fire_optikz001
S2 licensed
Quote from Chuggins :Hey are you guys still looking for members? I'm fairly new to the game and am looking for a team to join. IF your still looking then i]ve got a few questions.

Whats sc stand for?
What types of races do you do?
Are there any requirements to joining?

to answer your 3rd one yes but and yes we are open
to new members
Fire_optikz001
S2 licensed
i think i got it nvm
Last edited by Fire_optikz001, .
64-bit
Fire_optikz001
S2 licensed
what are the exact files i need for 64bit to run my lapper?
Fire_optikz001
S2 licensed
Quote from Krayy :In that case:

Short answer...yes, it is possible

Long answer...yes it is possible, BUT...currently lapper has 2 messaging functions...privMsg (for messages to current racer) and globalMsg (to all racers). I mentioned your request to my team last night and they think it would be a good idea to be able to pm people, so I will create a new function to send a msg to a specific player and integrate it with the !who command (I'll put a button on the right to PM someone, then prompt for a message).

I'll hopefully post it by next week.

thats great... if i could get !who to work
Fire_optikz001
S2 licensed
krayy he is talking about sending a pm to another user
[CODE] clan tag protection (needs some checking over)
Fire_optikz001
S2 licensed
i have added a clan tag protection to my lapper it requires krayy's save usergroup add-on

u can get it here if u don't have it http://www.lfsforum.net/showthread.php?t=61328

i am sorry if there is a bug in the coding i wrote this out on paper while i was at school during study hall


<?php 
Event OnLapperStart
()
GlobalVar $Team;

     
$Team =  "^0[^4S^0C]";
EndEvent

Event OnConnect
()
    
GlobalVar $TeamTagLenght;
  
GlobalVar $TeamTagStrip;
 
   
$TeamTagLenght StrLen$Team );
   
$NickName GetCurrentPlayerVar("NickName");
   
$TeamTagStrip substr$NickName,0,$TeamTagLenght );    
             
   IF( 
$TeamTagStrip == $Team )
   
THEN
            
IF( UserInGroup"CP",$userName ) != )
            
THEN
                    privMsg
"^1You Are Not Allowed To Use The " $Team "^1 Tag");
                    
cmdLFS("/msg ^1" $nickName " ^1Was Kicked For Using" );
                    
cmdLFS("/msg  ^1The " $Team " ^1Tag When Not A " $Team " ^1Member" );
                  
cmdLFS("/kick " GetCurrentPlayerVar("UserName") );
            ENDIF
   ENDIF
EndEvent
?>



<?php 
Event OnMSO
$text )
    
$userName GetCurrentPlayerVar("UserName");
    
UserGroupFromFile"member""./CP.txt" );

       CASE 
"!ad-member":
   IF( 
UserInGroup"tempadmin",$userName ) == )
   
THEN
   
IF( UserInGroup"member",$argv ) == )
   
THEN
   privMsg
"^7User is already A Member!!!");
       ELSE
   
MoveUserToGroup"member",$argv );
   
SaveGroupToFile"member""./CP.txt" );
   
privMsg"^7Added New Member succesfully!!!");
   ENDIF
   ELSE
              
privMsg"^1Access Denied");
   ENDIF
   BREAK;
  CASE 
"!re-member":
  IF( 
UserInGroup"tempadmin",$userName ) == )
   
THEN
   
IF( UserInGroup"member",$argv ) == )
              
THEN
   privMsg
"^7Removed User succesfully!!");
                              
RemoveUserFromGroup"member" $argv);
                                
SaveGroupToFile"member""./CP.txt" );
   ELSE
   
privMsg"^1User not found in Admin file");
   ENDIF
   ELSE
              
privMsg"^1Access Denied");
   ENDIF
   BREAK;
EndEvent
?>


Last edited by Fire_optikz001, .
Fire_optikz001
S2 licensed
ok so how would i do it i found this



void managePacket(InSim.Decoder.BFN bfn)
{
infoPlayer currInfoPlayer;

currInfoPlayer = listOfPlayers.getPlayerByUCID(bfn.UCID);
if (currInfoPlayer == null)
return;
if (currInfoPlayer.PLID == -1)
return;
if (bfn.SubT == (int)InSim.bfn.BFN_USER_CLEAR)
currInfoPlayer.playerBox.deleteAllButton(currInfoPlayer, newCfg);
}

Fire_optikz001
S2 licensed
Quote from bunder9999 :so is stig joining sc then?

i guess im not sure with him he jumps teams so much >.>
Fire_optikz001
S2 licensed
it does nothing >.>
shift i
Fire_optikz001
S2 licensed
hey there is a masive bug with Shift i it clears my lapper and nothing comes back except scheduled events and this drives me nuts cause every one does it to bypass my settings and what not
Fire_optikz001
S2 licensed
Quote from m4ccy :I have a dedicated server 2003 unit in germany i host lfs from.
I can run the lapper mod from my home pc in england and connect to the server remote, it works fine, but if i put the lapper files on the server machine itself and try to run it from the server ,machine, i get the following error when i join the game and type !start the lapper goes right back to standby mode.

An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
Mono.Data.SqliteClient
at Mono.Data.SqliteClient.Sqlite.sqlite3_open16(String dbname, IntPtr& handle)
at Mono.Data.SqliteClient.SqliteConnection.Open()
at LFSDbs.DbsAccess..ctor(Debug pmyDebug, String DbName) in
D:\Dev\DevInsim\lapper\LFSLapper\LFSLapper\src\Dbs\DbsAccess.cs:line 45
at LFSDbs.gripDbs..ctor(Debug pmyDebug, String puniqueConnectionId, String DbName, Int32
LapTimeUsedForPbPar, String FtpServer, String FtpLogin, String FtpPasswd, String FtpRemotePath, String
dateFormat) in D:\Dev\DevInsim\lapper\LFSLapper\LFSLapper\src\Dbs\gripdbs.cs:line 72
at LFSLapper.LFSClient.init(String pip, Int32 pport, String pWorkingDir, String pIniFile, String
pSuperUsers) in D:\Dev\DevInsim\lapper\LFSLapper\LFSLapper\src\LFSClient\lfsclient.cs:line 558
at LFSLapper.LFSClient..ctor(String pip, Int32 pport, String pWorkingDir, String pInifile, String
pSuperUsers) in D:\Dev\DevInsim\lapper\LFSLapper\LFSLapper\src\LFSClient\lfsclient.cs:line 247
at LFSLapper.LFSListen.Listen.goWorkMode() in
D:\Dev\DevInsim\lapper\LFSLapper\LFSLapper\src\LFSListen\Listen.cs:line 82
at LFSLapper.LFSListen.Listen.startStbMode() in
D:\Dev\DevInsim\lapper\LFSLapper\LFSLapper\src\LFSListen\Listen.cs:line 270
Int32 sqlite3_open16(System.String, IntPtr ByRef)
Closing Instance...

Any ideas ?

In 3 years i have not been able to get any version of lapper working from my server 2003 machine :-S this is the 1st time i see a error report with version 5.846

64 bit?
Fire_optikz001
S2 licensed
im gonna make something new
Fire_optikz001
S2 licensed
well i was trying to get another server :P
Fire_optikz001
S2 licensed
down again?
FGED GREDG RDFGDR GSFDG