06.12.2017, 14:12
Nobody is holding back server owners to be kind and compress them and have download available.
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);
Fix the radio issues caused when you use the functions to play sounds or streams for players.
Finally enable the heat seeking weapons (reliably) Enable katana beheading Satchel charge sync (re)Enable the checks needed to check memory for cheats, no idea why it was removed, was amazing. Basically, finally get all the weapons working as Rockstar intended. |
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);
Kalcor, add these unused icons to the SendDeathMessage. Also I would like to see some new death reason icons, for example "Pistol Whip", "Headshot", "Stealth-knifed".
Some of the new icons: 1) Headshot icon. Scripter can use it in headshot system. 2) Pistol whip icon. It could be displayed when player killed his opponent using his bullet weapon as melee (close fighting). 3) M60 icon. This icon could be displayed when player has been killed by Sea-Sparrow / Hunter machine gun. If you need these icons, I can share - just pm me for the link. (I can not put it here because of anti-spam system or something like that) |
Thanks for your suggestion! I also remembered something that I always wanted and this is the perfect moment for it too: The ability to add new server sided map icons!! I always felt like the default map icons are way too limited! We could add lots of useful map icons! For example, color variations of the existing map icons or entirely new map icons.
|