Uladzislau Nikalayevich
Uladzislau Nikalayevich
Does not work for me ``` Executing client-side command: removeWorldModel(1337, 10000, 0, 0, 0) Command results: true [boolean], 9 [number] Executing client-side command: restoreWorldModel(1337, 5, -2710, 972, 55) Command results:...
This is old wine issue, was fully fixed once in wine 5.12, but latest wine is broken again.
Fixes #2571
Cool feature. Works for me.
`Server/mods/deathmatch/logic/CVehicleDefaultColors.cpp` also contains this data
I've searched for "\n\t" (new line + tab) and "\n " (new line + space) Tabs: 105059 lines Spaces: 51619 lines It looks more realistic
Im used to organize large function calls like this ```lua guiCreateLabel( xpos, ypos, 50, 16, "AC #" .. info.id, false, tab ) local smtStateLabel = guiCreateLabel( xpos + 70, ypos,...
> 611 | A line consists of nothing but whitespace. > > This rule should be disabled too because if there is a blank line inside a function and that...
LGTM. We need test it before merge.