

+ Added ShowAnnounceTextForPlayer & ShowAnnounceTextForAll, with 1 overload + Fixed controlling other vehicles of the same type?* (Need feedback) + Pressing backspace no longer closes the serverlist gui + Removed weapon holding animations for now, which fixes player weapon accuracy (You can shoot people, aiming and shooting doesn't work though, yet. + Removed downloading the welcome text from the v-mp master server + Added ShowConnectionMessage & ShowDisconnectionMessages, just return false to not show it. + You have OnPlayerConnecting (Used to do checks regarding details etc), OnPlayerConnect (Called when the player is connected but on the loading screen) and OnPlayerConnected (Called when the player is in game and no longer on the loading screen) + Added OnPlayerConnected, which is called after the loadingscreen/player fully loaded + Changed OnPlayerDeath to WhilePlayerDead

+ You can now return false to OnChatMessage to not show a message. + Callbacks now work outside the main class
