[client]:
Fix ToggleCameraMovement, you can't toggle anymore if you disable it
Fix crashes with buttons (if there's a button and you did reconnect, ALT+TAB crashes you)
Fix FindSphere (returns NULL always, even w/o params or wrong params)
If you are AFK (ALT+TAB) and far far far from the player AFK (in car, the AFK player as passenger), the blip + nick pos aren't updated.
If you make a new button, this new button always returns ID 0.
Add FindBlip
Set player angle
Eject player from vehicle
Add .Remove() for GUISprite
Event 'onPlayerUpdate' isn't called for the passenger, only driver.
[server]:
Possiblity to set the player velocity from serverside.
[fixes]:
If you are using GUIs, this can't prevent crash for some reconnects (or even always):
function onScriptUnload() { setroottable(null); }
or
function onScriptUnload() { clear(true); }
This will clear the whole VM for the script.