forked from Simnation/Main
ed
This commit is contained in:
parent
f670d97c4e
commit
f2de0674c7
15 changed files with 1765 additions and 626 deletions
7
resources/[freizeit]/FiveM-Trains/client/function.lua
Normal file
7
resources/[freizeit]/FiveM-Trains/client/function.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
function removebyKey(tab, val)
|
||||
for i, v in ipairs (tab) do
|
||||
if (v == val) then
|
||||
tab[i] = nil
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue