Code: Select all
$this->connection->setModeScriptSettings(array('S_UseLegacyCallback' => false));
S_UseScriptCallbacks is alway set to false but its not hidden so it can be achieved by:
Code: Select all
$this->connection->setModeScriptSettings(array('S_UseScriptCallbacks' => true));
3) Agreed. It might improve performance ingame aswell as load towards a database.
4) Just use the Json callbacks. Yes it takes a lot of time to code everything hehe

5) LongHit can be achieved by adding the HitDistance into a database. In this way you can see who achieved a longHit.
6) As said maybe its a bit better to work with the old callbacks
