server-beta
server-beta copied to clipboard
[BEHAVIOR DIFFERENCE]: Using model adding natives during runtime immediately forces all players to download the file
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 !