YSF
YSF copied to clipboard
YSF Server Functions
I compiled the final version. When I log in to the server and enter the password, the server crashes. ``` ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ----------------------...
There has been a small number of crash reports on certain platforms lately, which we haven't been able to pinpoint to a specific issue. They seem to have the similar...
As discussed over Discord, add natives to textdraws which will allow changing properties such as **alignment, text size, letter size** etc. for both per-player & global textdraws. > There's one...
Some functions using `new` fail to call `delete`. `std::unique_ptr` should be used in all cases.
Since `OnRemoteRCONPacket` and `OnServerQueryInfo` are called from the query thread and not the main thread, they could lead to parallel execution of code in a single AMX machine. The AMX...
Hi! I have a big problem with YSF (lastest version), when I update YSF to the current version the server prints these errors: ` [06:45:56] [sampgdk:error] Too many callback arguments...
Since I cannot post these on the forum, I shall do so here, in hope that either Kalcor or YSF fixes them. Feel free to post your own issues you...
I'm using Debian 8 with SA-MP 0.3.7, compiled the source myself on the same machine. ``` [28.01.2018 13:40:18] [debug] #0 native FCNPC_Create () from FCNPC.so [28.01.2018 13:40:18] [debug] #1 0013d8c4...
For example, TextDrawSetString sends a RPC to all players, even if they are AFK. With a TextDrawSetStringForPlayer function we could improve it and stop it from affecting AFK players, therefore...
Function to send a reply to a RCON console when using OnRemoteRCONPacket. Possibly also a function to send a reply to all connected consoles if that is possible.