Nicolás Barrios
Nicolás Barrios
### Is your feature request related to a problem? Please describe. If you want to something like adding timestamps to your server (like this resource does: https://community.multitheftauto.com/?p=resources&s=details&id=18737), you will be...
This closes #2654. Maybe this PR should also block using a value argument larger than ``2147483647``, but we already had overflowing values with this function.
### Is your feature request related to a problem? Please describe. ``setPlayerMoney`` clientside is not capped to an arbitrary value like ``99999999``, it lets you use all the values of...
**Describe the bug** You can't call a variable banIP or banSerial without getting an output on the server console/log. **To reproduce** ```lua -- serverside banIP = "192.168.1.69" ``` Run that...
**Is your feature request related to a problem? Please describe.** In the vanilla game there is a rope system already implemented. It is used with magnets on the cranes and...
### Describe the bug The documentation says that the function needs the ``radius`` argument, even tho in code it isn't used. ### Steps to reproduce Read ``CBuildingRemovalManager.cpp``. ### Version All...
DGS while idle runs ``dgsCoreRender`` every frame. This should be unnecesary, since no DGS elements are on screen or even loaded. You can check this by opening a clean server,...
### Describe the bug If you move a server-sided dynamic object and then you step on it, the server will think that you are on top of it but on...
Because of #2682 Should we also change the default fps limit? We don't have that many FPS issues like before.
### Is your feature request related to a problem? Please describe. On #1699, TFP worked on a setting that let you lower the shadows in game. Original SA has the...