07.12.2017, 17:09
Add these natives. It is necessary for global maps, such as Vice City/Liberty City. Each world could have own radar map and water level. So with this possibility we could place GTA United map with correctly water level and radar. I think that is that thing which most scripters need since sa-mp 0.3.8 announce.
Код:
native ClearVirtualWorldObjects(worldid); // This native clears all SA map in virtual world. native SetVirtualWorldRadarMap(worldid, folder); // Radar map should be in folder which placed in "Server Folder/models/radars/". native SetVirtualWorldWaterLevel(worldid, Float:waterlevel); // btw I do not know default SA water level. native GetVirtualWorldWaterLevel(worldid, &Float:waterlevel);