Client/Server update SA-MP 0.3d RC2
- Added OnPlayerTakeDamage script callback for tracking damage events on a player
- Fixed problems with tow trucks losing their tow around other players
- Added DIALOG_STYLE_PASSWORD for ShowPlayerDialog() which shows a masked input box
- The audio stream will stop playing once the player is disconnected from the server
- Fixed problems playing certain audio IDs above 2000 in PlayerPlaySound
- Added /audiomsg command to disable audio stream URL messages in the chat
- The 0.3d server lists are now live
cessil has been working on some new models for SA-MP 0.3d.
Included in SA-MP 0.3d RC2 are replacement jail cell doors, a replacement SFPD interior model with the cell doors removed, taxi signs which can be attached to any vehicle.
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)OnPlayerTakeDamage is called when a player takes damage and loses health.
playerid is the player who has taken damage. issuerid might be the player responsible for the damage. If the player has lost health as the result of a fall or collision, the issuerid will be INVALID_PLAYER_ID. The Float:amount contains the amount of health lost by the player from this damage event. weaponid contains the weapon type which might have caused the damage, similar to OnPlayerDeath.
Izvor: http://forum.sa-mp.com/showthread.php?t=282775
Download: 0.3d files
Latest:
SA-MP 0.3d RC2 Client: http://team.sa-mp.com/RC/03d/sa-mp-0.3d-RC2-install.exe
SA-MP 0.3d RC2 Windows Server (20 slot): http://team.sa-mp.com/RC/03d/samp03dsvr_RC2_win32.zip
SA-MP 0.3d RC2 Linux Server (20 slot): http://team.sa-mp.com/RC/03d/samp03dsvr_RC2.tar.gz

