Add natives to the NextClientServerApi that allow setting and restoring a skybox for a specific player or for all players in real time.
Suggestion:
native ncl_set_skyname(index, const skyName[]);
native ncl_restore_skyname(index);
Example usage:
ncl_set_skyname(id, "tornsky");
ncl_restore_skyname(id);
ncl_set_skyname(0, "city1");
ncl_restore_skyname(0);
Add natives to the
NextClientServerApithat allow setting and restoring askyboxfor a specific player or for all players in real time.Suggestion:
Example usage: