Jump to content

ESKADIVI

Members
  • Posts

    2
  • Joined

  • Last visited

ESKADIVI's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Hello, is there way to run MTA:SA on mac with apple silicon chip (m4)? Because when tried to run it using crossover, I could not connect to anyserver , even local, getting message "No serial number".
  2. Heyy, want to have that all cars which Player occupie will get handling from Elegy. function swapCars() local dummyVehicle = createVehicle(562, 497, -2439, 13) local playerVehicle = getPedOccupiedVehicle(localPlayer) if (dummyVehicle and playerVehicle) then local tblHandling = getVehicleHandling(dummyVehicle) if (tblHandling) then for k, v in pairs(tblHandling) do setVehicleHandling(playerVehicle, k, v) end end end end addEventHandler("onClientResourceStart", root, swapCars) And nothing changed, also tried to just setVehicleHandling(playerVehicle, "maxVelocity", 600.0) setVehicleHandling(playerVehicle, "engineAcceleration", 180.0 ) and same nothing really happend.
×
×
  • Create New...