Esempio n. 1
0
 protected virtual void UpdateFromGame()
 {
     if (vehicleElement != null)
     {
         BuildFromTable(MtaShared.GetDictionaryFromTable(MtaShared.GetVehicleHandling(vehicleElement), "System.String", "System.Dynamic"));
     }
 }