The online racing simulator
Searching in All forums
(22 results)
dadragon84
S2 licensed
Links are broken... I wanna try this.. pm me if needed
dadragon84
S2 licensed
For those of you who are having problems, this guy recreated the LFS dashboard for SymProjects SimMonitor software... It works like a charm check him out http://seahavencommunity.com/blog/simdash
dadragon84
S2 licensed
is it possible to use this with nicknames instead of usernames
dadragon84
S2 licensed
Quote from speedboy86 :lol i just gone to the server it has drift insim instead of cruise

Its also a cruise/drag/race server.... Im trying to see which is more popular
Need Testers
dadragon84
S2 licensed
Please help me test various systems on my server
CRUISE CONTROL DEMO

I need...]
Admins
Cops
Guest
mail system
robbers
dadragon84
S2 licensed
how can i let other racers know what command to tell them to for them to see what admins are online
dadragon84
S2 licensed
i have that command and it does not give admin access to some of my users.....I am trying to figure out how to use ur command !admins
Last edited by dadragon84, .
Cruise Jobs
dadragon84
S2 licensed
Can someone please make a script for jobs in LFSlapper for BL1....
I already have the Cruise INsim but i just need a script for jobs please.... i have a bank already so no need for that....
[Solved] Admin System
dadragon84
S2 licensed
:eclipsee_Can someone help me code the admin system for the LFSLapper Insim..... i have tried and for some reason it will not add any admins to the system...
I have attached my file.:doh:


<?php 
Event OnMSO
$userName$text # Player event

    
$idxOfFirtsSpace indexOf$text" ");

#    $LOF = getListOfPlayers();
#    dumpVar( $LOF );



    
IF( $idxOfFirtsSpace == -THEN
      $command 
$text;
      
$argv "";
    ELSE
      
$command subStr$text,0,$idxOfFirtsSpace );
      
$argv trimsubStr$text,$idxOfFirtsSpace ) );
    ENDIF
    
    SWITCH( 
$command )

  CASE 
"!listgroup":
            IF( 
UserInGroup"admin",$userName ) == )
            
THEN
                
IF( $argv != "" THEN
                    privMsg
"^3Current members of group: " $argv "^8" );
                    
PrintUserGroup ($argv);
                ELSE
                    
privMsg"^3You must specify a user group to list^8" );
                ENDIF
            ENDIF
            BREAK;
        CASE 
"!admins":
            IF( 
UserInGroup"admin",$userName ) == )
            
THEN
                
IF( $argv != "" THEN
                    $idxSpace 
indexOf$argv" ");
                    IF( 
$idxSpace != -THEN
                        $option 
subStr$argv,0,$idxSpace );
                        
$argv trimsubStr$argv,$idxSpace ) );
                        SWITCH( 
$option )
                            CASE 
"add":
                                
MoveUserToGroup"admin" $argv);
                                
SaveGroupToFile"admin""./admin.txt" );
                            BREAK;
                            CASE 
"del":
                                
RemoveUserFromGroup"admin" $argv);
                                
SaveGroupToFile"admin""./admin.txt" );
                            BREAK;
                            DEFAULT:
                                
privMsg"No such option for this command: " $option );
                            BREAK;
                        ENDSWITCH
                    ELSE
                        
privMsg"Command needs more parameters" );
                    ENDIF
                ENDIF
            ENDIF
            
privMsg"^3Current Admins:^8" );
            
PrintUserGroup ("admin");
            BREAK;  
?>


<?php 
CASE "!addadmin":
   IF( 
UserInGroup"Admin",$userName ) == )
   
THEN
   
IF( UserInGroup"Admin",$argv ) == )
   
THEN
   privMsg
"^7User is already admin!!!");
       ELSE
   
MoveUserToGroup"Admin",$argv );
   
SaveGroupToFile"Admin""./Admin.txt" );
   
privMsg"^7Added New Admin succesfully!!");
   ENDIF
   ENDIF
   BREAK;
  CASE 
"!readmin":
              IF( 
UserInGroup"Admin",$userName ) == )
   
THEN
   
IF( UserInGroup"Admin",$argv ) == )
              
THEN
   privMsg
"^7Removed User succesfully!!");
   
RemoveUserFromGroup"Admin",$argv );
   
SaveGroupToFile"Admin""./Admin.txt" );
   ELSE
   
privMsg"^1User not found in Admin file");
   ENDIF
   ENDIF
   BREAK;
?>

If i am missing something here is the complete file attached
Last edited by Bass-Driver, .
Admin System
dadragon84
S2 licensed
:eclipsee_Can someone help me code the admin system for the LFSLapper Insim..... i have tried and for some reason it will not add any admins to the system...
I have attached my file.:doh:
dadragon84
S2 licensed
ok.... can some one atleast tell me where and whats the code for the penalty clear to do it automatically


i kno the command is
/p_clear [USERNAME]

but how do i code it and where do i put it
dadragon84
S2 licensed
Quote from Fire_optikz001 :!refund <car,km,cash> <amount> <user>
Examples:
  • !refund car XRT Fire_optikz001
  • !refund cash 100 Fire_optikz001
  • !refund KM 10 Fire_optikz001
forcefine is the same, just do !forcefine instead of !refund

bye bye now

Are you gonna put in jobs and tow commands...... if not can you tell me how i can do it
dadragon84
S2 licensed
Quote from sinanju :In the /bin/default directory, make a couple of text files called
Cruise_Lotto.txt and Cruise_Police.txt

If you want to make someone an officer, type !add-officer <username>

where <username> is the person you want to make officer (e.g.!add-officer sinanju)

This will add the username into the Cruise_Police.txt file.

That's about all I've managed to work out just now.

i figured out how to add the officers already but how can i view them.... like in UC you type !cops and it shows the cops on-duty or off-duty
dadragon84
S2 licensed
Do you know how i may add some tow commands and how do i use the !forcefine command.... everytime i use it, it says invalid command... and what about the !admins command.... it doesnt show anyone under the admins and how do i see on-duty officers
dadragon84
S2 licensed
i did as you said and when i put the command !admins no one show up as an admin..... also is there a list of commands that are NOT listed in the !help command.... like !add-officer..... how do i check if there is officers online..... and what are the tow commands.... stuff like that.... sorry in advance for acting like such a noob
dadragon84
S2 licensed
there are several admins.txt file in different folders which one is the correct one
dadragon84
S2 licensed
how do i add admins into the LFSLapper
dadragon84
S2 licensed
Quote from Fuse5 :funny how people jump to conclusions without actually reading

notice the word "testing"
and asking for testers instead of inviting players from near and far to enjoy, is rather clear that it isnt ready for the public yet.

Thank you .... Thats exactly wat i was thinking
dadragon84
S2 licensed
Quote from bunder9999 :why? sounds to me like you have something to hide...

no nothing to hide i just dont know how to put it in the list
dadragon84
S2 licensed
Server Renamed:

Cruise Control Demo


You will not find this server in the list you must type it in
dadragon84
S2 licensed
Quote from sil3ntwar :Its easier to start your own server and give yourself a million dollars than it is to drive forever on someone elses server.

Actually i did not do any of that i am working on it just like everyone else
Need Testers
dadragon84
S2 licensed
I have made a new Cruise Server.... I need People to test out my system and give me feedback.....


The Server is Called: Cruise Control
FGED GREDG RDFGDR GSFDG