Do you guys know anything about it? Im looking on natives.lua and found these functions:
function DeleteVehicle()
return _in(0xEA386986E786A54F, _i)
end
function ClearAreaOfVehicles(x, y, z, radius, p4, p5, p6, p7, p8)
return _in(0x01C7B9B38428AEB6, x, y, z, radius, p4, p5, p6, p7, p8)
end
I tried the first one after use GetVehiclePedIsIn(), but this function don’t need any parameter, so, im lost.
The second one, i put x, y, z, radius but those p4, p5… i don’t know if is boolean, int, float or string. Once again, i tried this with int parameters on p’s, without any sucess…
This is my first time scripting in lua and i learning all from myself.
Any help is appreciated!