We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56266b7 commit f8d04aaCopy full SHA for f8d04aa
1 file changed
client/main.lua
@@ -88,13 +88,9 @@ function SetupScaleform(scaleform, Buttons)
88
PushScaleformMovieFunction(scaleform, Buttons[i].type)
89
if Buttons[i].int then PushScaleformMovieFunctionParameterInt(Buttons[i].int) end
90
if Buttons[i].keyIndex then
91
- if type(Buttons[i].keyIndex) == "table" then
92
for _, v in pairs(Buttons[i].keyIndex) do
93
N_0xe83a3e3557a56640(GetControlInstructionalButton(2, v, true))
94
end
95
- else
96
- N_0xe83a3e3557a56640(GetControlInstructionalButton(2, v, Buttons[i].keyIndex))
97
- end
98
99
if Buttons[i].name then
100
BeginTextCommandScaleformString("STRING")
@@ -292,4 +288,4 @@ RegisterCommand('tsf', function ()
292
288
interactMessage = 'View Print',
293
289
}
294
290
})
295
-end)
291
+end)
0 commit comments