The online racing simulator
How to turn off crash speed tricks
Hi, speed, crash,trick,hack How to turn off through lapper ?
Is it something that can be done?
Hacking,crashing cannot be turned off by lapper.
However Speedhacks ( tweaks or whatever) can be detected,by building a script that checks the speed.

if speed > 200 then
#do something
endif

At the moment i'm thinking about those detections.
-Speeddetection for each car
and
-Accelerationdetection for each car.

I already have a sort of global crash/acceleration protection.

Event OnAcceleration( $userName ) # Player event
IF(GetCurrentPlayerVar("AccelerationTime") <= "1.4")THEN
cmdLFS( "/spec " . $userName);
privMsg("^3>^7You accelerated faster than 1.4 Sec to 100km/h!");
ENDIF
EndEvent

thank you Smile Thumbs up
does not work
Just don't forget that a legitimate case of acceleration over the cars normal values would be during contacts. You might want to have a momentary timeout for the car when it hits an object/wall/car.
I do not understand?

FGED GREDG RDFGDR GSFDG