From 24899b73df41de6a320e17402778e6e6a7dbaba9 Mon Sep 17 00:00:00 2001 From: Alessandro <66976091+alessandromrc@users.noreply.github.com> Date: Sun, 28 Jan 2024 14:46:55 +0100 Subject: [PATCH] Update fields and add comment --- natives.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/natives.json b/natives.json index 276d278..2e0d2ed 100755 --- a/natives.json +++ b/natives.json @@ -113392,7 +113392,7 @@ "0xE5810AC70602F2F5": { "name": "SET_AIRCRAFT_PILOT_SKILL_NOISE_SCALAR", "jhash": "0xB6BE07E0", - "comment": "", + "comment": "Noise level go from 0.0 to 1.1", "params": [ { "type": "Vehicle", @@ -113400,7 +113400,7 @@ }, { "type": "float", - "name": "p1" + "name": "noise" } ], "return_type": "void",