overextended / ox_core

Player and vehicle management and persistence for FiveM.
https://overextended.dev/ox_core
GNU Lesser General Public License v3.0
152 stars 124 forks source link

Breaking changes #119

Closed thelindat closed 2 weeks ago

thelindat commented 8 months ago

Compiled list of known breaking changes. Written with a focus on Lua syntax, but should be mostly consistent across languages.

Breaking changes from v0.19.0

Common

Server

Client

SQL

CeebDev commented 8 months ago

CreateVehicle now use a array instead of vec3 for coords

thelindat commented 8 months ago

CreateVehicle now use a array instead of vec3 for coords

It should accept an array, map, or vector.

CeebDev commented 7 months ago

It should accept an array, map, or vector.

Then it's a problem, when i log coord it return a buffer and vehicle spawn at 0, 0, 0

This is related : forum.cfx.re/t/lua-vectors-dont-serialize-to-arrays-through-events/4772780/2

CeebDev commented 7 months ago

Ox.GetPlayerByFilter is replaced by Ox.GetPlayerFromFilter