Hello, it's me again. When I use the tool refresh command in the viewer it works. Actually, I can't use this. The error in the ERR log is as follows: 1/26/2024 11:06:39 PM -> Syntax error: in file ".\default\LFSLapper.lpr" at line #1509
Warning on Command: 'joinrequest' Cannot spawn spectated players
Function 'onmso' script aborted //////// 1/26/2024 11:10:08 PM -> Syntax error: in file ".\default\LFSLapper.lpr" at line #1508
Token not catched
Function 'onmso' script aborted
(Lapper Version 7.0.9.0)
                
            Warning on Command: 'joinrequest' Cannot spawn spectated players
Function 'onmso' script aborted //////// 1/26/2024 11:10:08 PM -> Syntax error: in file ".\default\LFSLapper.lpr" at line #1508
Token not catched
Function 'onmso' script aborted
CASE "!jrr":
            globalMsg( GetCurrentPlayerVar("NickName") . " ^7Aracini yeniledi, ^1!jrr ^7yazarak sende yenileyebilirsin.");
            $X_Axis = getcurrentplayervar("X");      #X axis SpawnPoint
            $Y_Axis = getcurrentplayervar("Y");      #Y axis SpawnPoint
            $Z_Axis = getcurrentplayervar("Z");      #Z axis SpawnPoint
            $Flags = 128;      #Move/Reset car (128) else (0)
            $Heading = 0;  #Heading of the players car at Spawnpoint
            $UCID = 0;       #Connection's unique id (0 = host)
            $PLID = getcurrentplayervar("PLID");  #Player's unique id
            $JRRAction = 4;
                
            joinrequest($X_Axis , $Y_Axis , $Z_Axis , $Flags ,$Heading , $UCID , $PLID ,$JRRAction); #Send Data to LFS
    ELSE
     privmsg($NickName,"^1Bu komutu kullanamazsınız!");
ENDIF
        BREAK;(Lapper Version 7.0.9.0)


