server-beta icon indicating copy to clipboard operation
server-beta copied to clipboard

[BEHAVIOR DIFFERENCE]: Using model adding natives during runtime immediately forces all players to download the file

Open TommyB123 opened this issue 3 years ago • 0 comments

Description

In the current SA-MP 0.3.DL server, if you use one of the model natives to add a new model during server runtime, the file will not be downloaded until the player changes virtual worlds. In the current open.mp build, the file is downloaded immediately.

How to re-produce this behavior difference

Create a command that adds a new model during server runtime, such as

CMD<AD6>:addmodel(cmdid, playerid, params[])
{
    AddCharModel(29, 22000, "testy.dff", "testy.txd");
    return true;
}

Relevant log output

N/A

open.mp server version

latest

Operating system or distribution

N/A

Contact information

hello

Additional information

add a native to trigger downloads !

TommyB123 avatar Dec 04 '22 02:12 TommyB123